xref: /dpdk/examples/bpf/README (revision 25d11a86c56d50947af33d0b79ede622809bd8b9)
1This folder contains example BPF programs for use with the DPDK bpf
2library. To get details of each program and how to compile it, see
3the header on the '.c' file itself.
4
5Once compiled, these example programs can be loaded into `testpmd`
6for execution on a packet stream. See `bpf-load` and `bpf-unload`
7commands documented in the `Testpmd Application User Guide` for
8details on how to do so.
9