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