examples/bpf: move from test directory
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 26 Feb 2019 12:19:02 +0000 (12:19 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 26 Feb 2019 14:29:07 +0000 (15:29 +0100)
commit25d11a86c56d50947af33d0b79ede622809bd8b9
tree5aca807692e26c8ae84c94569de5521b93ecfd42
parent474572d2ae5a17b6596053c2630753fe04fc304f
examples/bpf: move from test directory

The bpf folder didn't actual contain a test application, but instead
basic examples of BPF code for use with testpmd. Therefore we can
move it to the `examples` folder. Being different, it also needs
a README with it, explaining what it is and how to use it. References
to the code from the testpmd docs are suitably updated.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
14 files changed:
MAINTAINERS
doc/guides/testpmd_app_ug/testpmd_funcs.rst
examples/bpf/README [new file with mode: 0644]
examples/bpf/dummy.c [new file with mode: 0644]
examples/bpf/mbuf.h [new file with mode: 0644]
examples/bpf/meson.build [new file with mode: 0644]
examples/bpf/t1.c [new file with mode: 0644]
examples/bpf/t2.c [new file with mode: 0644]
examples/bpf/t3.c [new file with mode: 0644]
test/bpf/dummy.c [deleted file]
test/bpf/mbuf.h [deleted file]
test/bpf/t1.c [deleted file]
test/bpf/t2.c [deleted file]
test/bpf/t3.c [deleted file]