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

2021-08-24 Thread Ferruh Yigit
On 8/13/2021 9:05 AM, Zhihong Wang wrote: > This series fixes a tx retry defect and improves multi-core performance > by using per-core variable for flow indexing. > > v5: replace modulo operation to improve performance > v4: use loop local variable to improve performance > v3: split changes and k

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

2021-08-13 Thread Zhihong Wang
This series fixes a tx retry defect and improves multi-core performance by using per-core variable for flow indexing. v5: replace modulo operation to improve performance v4: use loop local variable to improve performance v3: split changes and keep original flow generation logic v2: fix assigning i