Re: [dpdk-dev] [PATCH V2 1/1] app/testpmd: fix packet burst spreading stats

2021-10-21 Thread Ferruh Yigit
On 10/21/2021 2:20 PM, Eli Britstein wrote: RX/TX functions (rte_eth_rx_burst/rte_eth_tx_burst) get 'nb_pkts' argument, which specifies the maximum number to receive/transmit. It can be 0..nb_pkts, meaning nb_pkts+1 options. Testpmd can provide statistics of the burst sizes ('set record-burst-sta

[dpdk-dev] [PATCH V2 1/1] app/testpmd: fix packet burst spreading stats

2021-10-21 Thread Eli Britstein
RX/TX functions (rte_eth_rx_burst/rte_eth_tx_burst) get 'nb_pkts' argument, which specifies the maximum number to receive/transmit. It can be 0..nb_pkts, meaning nb_pkts+1 options. Testpmd can provide statistics of the burst sizes ('set record-burst-stats on') by incrementing an array cell of index