[dpdk-dev] [PATCH v4 0/4] app/testpmd: flowgen fixes and improvements

Zhihong Wang wangzhihong.wzh at bytedance.com
Thu Aug 12 15:18:57 CEST 2021


This series fixes a tx retry defect and improves multi-core performance
by using per-core variable for flow indexing.

v4: use loop local variable to improve performance
v3: split changes and keep original flow generation logic
v2: fix assigning ip header cksum

Zhihong Wang (4):
  app/testpmd: fix tx retry in flowgen
  app/testpmd: use rte_ipv4_cksum in flowgen
  app/testpmd: record rx_burst and fwd_dropped in flowgen
  app/testpmd: use per-core variable in flowgen

 app/test-pmd/flowgen.c | 47 ++++++++++++++---------------------------------
 1 file changed, 14 insertions(+), 33 deletions(-)

-- 
2.11.0



More information about the dev mailing list