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

2021-01-29 Thread Ferruh Yigit
On 1/21/2021 6:05 PM, 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 multipl

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

2021-01-21 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