Re: [dpdk-dev] [RFC PATCH v2] app/testpmd: tx pkt clones parameter in flowgen

2020-10-12 Thread Ferruh Yigit
On 9/25/2020 10:07 AM, Igor Russkikh wrote: When testing high performance numbers, it is often that CPU performance limits the max values device can reach (both in pps and in gbps) Here instead of recreating each packet separately, we use clones counter to resend the same mbuf to the line multip

[dpdk-dev] [RFC PATCH v2] app/testpmd: tx pkt clones parameter in flowgen

2020-09-25 Thread Igor Russkikh
When testing high performance numbers, it is often that CPU performance limits the max values device can reach (both in pps and in gbps) Here instead of recreating each packet separately, we use clones counter to resend the same mbuf to the line multiple times. PMDs handle that transparently due