bpf: sockmap test script
authorJohn Fastabend <john.fastabend@gmail.com>
Sun, 18 Mar 2018 19:58:17 +0000 (12:58 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 19 Mar 2018 20:14:41 +0000 (21:14 +0100)
commitae30727fa4beabd8403b016896eb1f714e6c0fd4
tree75f6ebcbcc2d2fa443cf8afe27b9870c8c2776fd
parent0dcbbf6785799ba05b44df2ba6bcc1195f4f945c
bpf: sockmap test script

This adds the test script I am currently using to validate
the latest sockmap changes. Shortly sockmap will be ported
to selftests and these will be run from the infrastructure
there. Until then add the script here so we have a coverage
checklist when porting into selftests.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/sockmap/sockmap_test.sh [new file with mode: 0755]