]> git.baikalelectronics.ru Git - kernel.git/commit
bpf: sockmap, add a set of tests to run by default
authorJohn Fastabend <john.fastabend@gmail.com>
Mon, 23 Apr 2018 21:30:33 +0000 (14:30 -0700)
committerDaniel Borkmann <daniel@iogearbox.net>
Tue, 24 Apr 2018 22:04:49 +0000 (00:04 +0200)
commit5355c87637e406c1b8dda8f93dce835ccf3cd452
tree36840c7331267a1ccb2da518357667a9871baa70
parentce76c048be218c8f0389b48b0e806421accc27b7
bpf: sockmap, add a set of tests to run by default

If no options are passed to sockmap after this patch we run a set of
tests using various options and sendmsg/sendpage sizes. This replaces
the sockmap_test.sh script.

Signed-off-by: John Fastabend <john.fastabend@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
samples/sockmap/sockmap_user.c