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