dpdk-fm10k/examples/bpf
Bruce Richardson e6d7862834 examples/bpf: remove from list of examples to build
The examples/bpf directory does not contain an example app, but rather
example code for use with testpmd's BPF support. Therefore, we should not
attempt to build it when the user requests "examples=all". This also
synchronises the meson behaviour with make which similarly doesn't compile
up the code.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Acked-by: Luca Boccassi <bluca@debian.org>
2019-10-27 17:23:05 +01:00
..
dummy.c examples/bpf: move from test directory 2019-02-26 15:29:07 +01:00
README examples/bpf: move from test directory 2019-02-26 15:29:07 +01:00
t1.c examples/bpf: move from test directory 2019-02-26 15:29:07 +01:00
t2.c examples/bpf: remove duplicate mbuf definition 2019-10-25 19:33:31 +02:00
t3.c examples/bpf: remove duplicate mbuf definition 2019-10-25 19:33:31 +02:00

This folder contains example BPF programs for use with the DPDK bpf
library. To get details of each program and how to compile it, see
the header on the '.c' file itself.

Once compiled, these example programs can be loaded into `testpmd`
for execution on a packet stream. See `bpf-load` and `bpf-unload`
commands documented in the `Testpmd Application User Guide` for
details on how to do so.