daa02b5cdd
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> |
||
---|---|---|
.. | ||
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.