diff options
author | Jesper Dangaard Brouer <brouer@redhat.com> | 2022-07-11 17:04:22 +0300 |
---|---|---|
committer | Andrii Nakryiko <andrii@kernel.org> | 2022-07-12 07:14:35 +0300 |
commit | 49705c4ab324654a7038fc843255140730477e04 (patch) | |
tree | 641956d6ecc8a0854cf899c798af9523153200fc /include/linux/bpf_verifier.h | |
parent | efc9909fdce00a827a37609628223cd45bf95d0b (diff) | |
download | linux-49705c4ab324654a7038fc843255140730477e04.tar.xz |
samples/bpf: Fix xdp_redirect_map egress devmap prog
LLVM compiler optimized out the memcpy in xdp_redirect_map_egress,
which caused the Ethernet source MAC-addr to always be zero
when enabling the devmap egress prog via cmdline --load-egress.
Issue observed with LLVM version 14.0.0
- Shipped with Fedora 36 on target: x86_64-redhat-linux-gnu.
In verbose mode print the source MAC-addr in case xdp_devmap_attached
mode is used.
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link: https://lore.kernel.org/bpf/165754826292.575614.5636444052787717159.stgit@firesoul
Diffstat (limited to 'include/linux/bpf_verifier.h')
0 files changed, 0 insertions, 0 deletions