This series adds small optimization to net/null and
adds a unit test for null PMD

v3 - review feedback
   - generalize packet generator to handle bigger frames
   - add test for lockless Tx

Stephen Hemminger (3):
  net/null: cleanup info_get
  test: allow larger packet sizes
  test: add a test for null PMD

 app/test/meson.build              |   1 +
 app/test/packet_burst_generator.c |  30 +-
 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, 993 insertions(+), 19 deletions(-)
 create mode 100644 app/test/test_pmd_null.c

-- 
2.51.0

Reply via email to