From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- src/spdk/dpdk/examples/bpf/README | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/spdk/dpdk/examples/bpf/README (limited to 'src/spdk/dpdk/examples/bpf/README') diff --git a/src/spdk/dpdk/examples/bpf/README b/src/spdk/dpdk/examples/bpf/README new file mode 100644 index 000000000..d714180a5 --- /dev/null +++ b/src/spdk/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. -- cgit v1.2.3