mbox series

[bpf,v2,0/2] bpf: Fix l3 to l2 use of bpf_skb_change_head

Message ID 20210517101128.641827-1-joamaki@gmail.com (mailing list archive)
Headers show
Series bpf: Fix l3 to l2 use of bpf_skb_change_head | expand

Message

Jussi Maki May 17, 2021, 10:11 a.m. UTC
This fixes an issue with using bpf_skb_change_head to redirect
packet from l3 to l2 device. See commit messages for details.

v1->v2:
- Port the test case to the newly refactored prog_tests/tc_redirect.c.