e6d7862834
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> |
||
---|---|---|
.. | ||
dummy.c | ||
README | ||
t1.c | ||
t2.c | ||
t3.c |
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.