summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/examples/bpf/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/seastar/dpdk/examples/bpf/README')
-rw-r--r--src/seastar/dpdk/examples/bpf/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/seastar/dpdk/examples/bpf/README b/src/seastar/dpdk/examples/bpf/README
new file mode 100644
index 000000000..d714180a5
--- /dev/null
+++ b/src/seastar/dpdk/examples/bpf/README
@@ -0,0 +1,8 @@
+This folder contains example BPF programs for use with the DPDK bpf
+library. To get details of each program and how to compile it, see
+the header on the '.c' file itself.
+
+Once compiled, these example programs can be loaded into `testpmd`
+for execution on a packet stream. See `bpf-load` and `bpf-unload`
+commands documented in the `Testpmd Application User Guide` for
+details on how to do so.