Re: [PATCH v2 bpf-next 1/4] selftests_bpf: add UDP encap to test_tc_tunnel

2019-04-08 Thread Willem de Bruijn
On Mon, Apr 8, 2019 at 1:01 PM Alan Maguire wrote: > > commit 868d523535c2 ("bpf: add bpf_skb_adjust_room encap flags") > introduced support to bpf_skb_adjust_room for GSO-friendly GRE > and UDP encapsulation and later introduced associated test_tc_tunnel > tests. Here those tests are extended to

[PATCH v2 bpf-next 1/4] selftests_bpf: add UDP encap to test_tc_tunnel

2019-04-08 Thread Alan Maguire
commit 868d523535c2 ("bpf: add bpf_skb_adjust_room encap flags") introduced support to bpf_skb_adjust_room for GSO-friendly GRE and UDP encapsulation and later introduced associated test_tc_tunnel tests. Here those tests are extended to cover UDP encapsulation also. Signed-off-by: Alan Maguire -