Merge branch 'xdp-vlan'
Jesper Dangaard Brouer says: ==================== While implementing PoC building blocks for eBPF code XDP+TC that can manipulate VLANs headers, I discovered a bug in generic-XDP. The fix should be backported to stable kernels. Even-though generic-XDP was introduced in v4.12, I think the bug is not exposed until v4.14 in the mentined fixes commit. ==================== Acked-by:Song Liu <songliubraving@fb.com> Signed-off-by:
Alexei Starovoitov <ast@kernel.org>
No related branches found
No related tags found
Showing
- net/core/dev.c 14 additions, 0 deletionsnet/core/dev.c
- tools/testing/selftests/bpf/Makefile 4 additions, 2 deletionstools/testing/selftests/bpf/Makefile
- tools/testing/selftests/bpf/bpf_helpers.h 4 additions, 0 deletionstools/testing/selftests/bpf/bpf_helpers.h
- tools/testing/selftests/bpf/test_xdp_vlan.c 292 additions, 0 deletionstools/testing/selftests/bpf/test_xdp_vlan.c
- tools/testing/selftests/bpf/test_xdp_vlan.sh 195 additions, 0 deletionstools/testing/selftests/bpf/test_xdp_vlan.sh
Loading
Please register or sign in to comment