/
phprus
/
github_dpdk
ОбзорДокументацияВойти
/
phprus
/
github_dpdk
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
github_dpdk/
examples/bpf/
..
README

examples/bpf: move from test directory

7 лет назад
dummy.c

examples/bpf: move from test directory

7 лет назад
t1.c

examples/bpf: move from test directory

7 лет назад
t2.c

mbuf: add namespace to offload flags

5 лет назад
t3.c

examples: remove old build system references

6 лет назад
README
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.