OSDN Git Service

selftests: bpf: Add xdp_perf test
authorBjörn Töpel <bjorn.topel@intel.com>
Fri, 13 Dec 2019 17:51:11 +0000 (18:51 +0100)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 13 Dec 2019 21:09:32 +0000 (13:09 -0800)
commite754f5a6e36b63d6732f52adcbe4c447fd66896f
tree07880954b0a153c950a1d0f12e12fdf426675754
parentf23c4b3924d2e9382820ee677b68d42d5dd7b08b
selftests: bpf: Add xdp_perf test

The xdp_perf is a dummy XDP test, only used to measure the the cost of
jumping into a naive XDP program one million times.

To build and run the program:
  $ cd tools/testing/selftests/bpf
  $ make
  $ ./test_progs -v -t xdp_perf

Signed-off-by: Björn Töpel <bjorn.topel@intel.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20191213175112.30208-6-bjorn.topel@gmail.com
tools/testing/selftests/bpf/prog_tests/xdp_perf.c [new file with mode: 0644]