samples/bpf: extend test_tunnel_bpf.sh with IPIP test
authorAlexei Starovoitov <ast@fb.com>
Thu, 15 Sep 2016 20:00:31 +0000 (13:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sat, 17 Sep 2016 14:13:07 +0000 (10:13 -0400)
commita1c82704d13fd0d0ab0eb10d33a9bb7af83c90e3
tree8bb3712f82068641c1eddb710b445841c97f0845
parent8d79266bc48c6ab6477d04e159cabf1e7809cb72
samples/bpf: extend test_tunnel_bpf.sh with IPIP test

extend existing tests for vxlan, geneve, gre to include IPIP tunnel.
It tests both traditional tunnel configuration and
dynamic via bpf helpers.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/tcbpf2_kern.c
samples/bpf/test_tunnel_bpf.sh