numam-dpdk/examples/bpf
Olivier Matz daa02b5cdd mbuf: add namespace to offload flags
Fix the mbuf offload flags namespace by adding an RTE_ prefix to the
name. The old flags remain usable, but a deprecation warning is issued
at compilation.

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Ajit Khaparde <ajit.khaparde@broadcom.com>
Acked-by: Somnath Kotur <somnath.kotur@broadcom.com>
2021-10-24 13:37:43 +02: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 mbuf: add namespace to offload flags 2021-10-24 13:37:43 +02:00
t3.c examples: remove old build system references 2020-09-07 23:51:57 +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.