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

