f-stack/dpdk/examples/bpf
jfb8856606 602eedc483 DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00
..
README DPDK: upgrade to DPDK 19.11.2(LTS). 2020-06-18 16:55:50 +00:00
dummy.c DPDK: upgrade to DPDK 19.11.2(LTS). 2020-06-18 16:55:50 +00:00
t1.c DPDK: upgrade to DPDK 19.11.2(LTS). 2020-06-18 16:55:50 +00:00
t2.c DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00
t3.c DPDK: upgrade to DPDK 20.11.0(LTS). 2021-03-06 19:19:01 +08:00

README

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.