]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit599ca9ead0e4197468237879361c269d84971e66
tree75f6ebcbcc2d2fa443cf8afe27b9870c8c2776fd
parentd32ffd9da49343432c3d23dbcbf2b7278cda8bd2
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]