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