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 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 >
Series applied to dpdk-next-net/main, thanks.