numam-dpdk/examples/bpf
Konstantin Ananyev b50bcefdcc examples/bpf: remove duplicate mbuf definition
Get rid of duplicate definitions for rte_mbuf and related macros.
Include rte_mbuf_core.h instead.

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Michel Machado <michel@digirati.com.br>
2019-10-25 19:33:31 +02:00
..
dummy.c
meson.build
README
t1.c
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.