Re: [PATCH net] samples/bpf: fix bpf tunnel cleanup

2017-07-31 Thread David Miller
From: William Tu Date: Mon, 31 Jul 2017 14:40:50 -0700 > test_tunnel_bpf.sh fails to remove the vxlan11 tunnel device, causing the > next geneve tunnelling test case fails. In addition, the geneve reserved bit > in tcbpf2_kern.c should be zero, according to the RFC. > > Signed-off-by: William T

[PATCH net] samples/bpf: fix bpf tunnel cleanup

2017-07-31 Thread William Tu
test_tunnel_bpf.sh fails to remove the vxlan11 tunnel device, causing the next geneve tunnelling test case fails. In addition, the geneve reserved bit in tcbpf2_kern.c should be zero, according to the RFC. Signed-off-by: William Tu --- samples/bpf/tcbpf2_kern.c | 4 ++-- samples/bpf/test_t