[PATCH v4 0/3] null pmd minor cleanup and add test
Stephen Hemminger
stephen at networkplumber.org
Sat Jan 10 18:22:35 CET 2026
This series adds small optimization to net/null and
adds a unit test for null PMD.
v4 - change parameters to packet burst
Stephen Hemminger (3):
net/null: cleanup info_get
test: generate larger packet bursts
test: add a test for null PMD
app/test/meson.build | 1 +
app/test/packet_burst_generator.c | 38 +-
app/test/packet_burst_generator.h | 4 +-
app/test/test_pmd_null.c | 968 ++++++++++++++++++++++++++++++
drivers/net/null/rte_eth_null.c | 9 +-
5 files changed, 994 insertions(+), 26 deletions(-)
create mode 100644 app/test/test_pmd_null.c
--
2.51.0
More information about the dev
mailing list