[PATCH v6 0/3] af_packet: cleanup and add test
Stephen Hemminger
stephen at networkplumber.org
Wed Apr 29 20:18:58 CEST 2026
A couple of small patches for the af_packet PMD.
Fix indentation and add a basic test.
Stephen Hemminger (2):
net/af_packet: fix indentation
test: add test for af_packet
v6 - add myself as maintainer
v5 - end test after 10 packets or timeout
v4 - fix test to use stdatomic correctly
Stephen Hemminger (3):
maintainers: nominate myself for af_packet
net/af_packet: fix indentation
test: add test for af_packet
MAINTAINERS | 3 +-
app/test/meson.build | 1 +
app/test/test_pmd_af_packet.c | 1123 +++++++++++++++++++++
drivers/net/af_packet/rte_eth_af_packet.c | 64 +-
4 files changed, 1158 insertions(+), 33 deletions(-)
create mode 100644 app/test/test_pmd_af_packet.c
--
2.53.0
More information about the dev
mailing list