Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | H A D | 26-Feb-2019 | 394 | 9 | 7 | |
dummy.c | H A D | 26-Feb-2019 | 337 | 21 | 7 | |
t1.c | H A D | 26-Feb-2019 | 1.4 KiB | 57 | 21 | |
t2.c | H A D | 15-Oct-2021 | 817 | 34 | 13 | |
t3.c | H A D | 03-Sep-2020 | 1.1 KiB | 46 | 19 |
README
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