Re: [PATCH bpf-next 2/2] selftests/bpf: expand test_tc_tunnel with SIT encap

2019-04-22 Thread Y Song
On Mon, Apr 22, 2019 at 4:47 PM Willem de Bruijn wrote: > > On Mon, Apr 22, 2019 at 7:40 PM Y Song wrote: > > > > On Mon, Apr 22, 2019 at 7:58 AM Willem de Bruijn > > wrote: > > > > > > From: Willem de Bruijn > > > > > > So far, all BPF tc tunnel testcases encapsulate in the same network > > >

Re: [PATCH bpf-next 2/2] selftests/bpf: expand test_tc_tunnel with SIT encap

2019-04-22 Thread Willem de Bruijn
On Mon, Apr 22, 2019 at 7:40 PM Y Song wrote: > > On Mon, Apr 22, 2019 at 7:58 AM Willem de Bruijn > wrote: > > > > From: Willem de Bruijn > > > > So far, all BPF tc tunnel testcases encapsulate in the same network > > protocol. Add an encap testcase that requires updating skb->protocol. > > > >

Re: [PATCH bpf-next 2/2] selftests/bpf: expand test_tc_tunnel with SIT encap

2019-04-22 Thread Y Song
On Mon, Apr 22, 2019 at 7:58 AM Willem de Bruijn wrote: > > From: Willem de Bruijn > > So far, all BPF tc tunnel testcases encapsulate in the same network > protocol. Add an encap testcase that requires updating skb->protocol. > > The 6in4 tunnel encapsulates an IPv6 packet inside an IPv4 tunnel.