Re: [dpdk-dev] [PATCH v6] net/pcap: improve rx statistics

2021-09-09 Thread Ferruh Yigit
On 9/9/2021 1:28 PM, Qiming Chen wrote: > In the receiving direction, if alloc mbuf or jumbo process failed, there > is no err_pkts count, which makes it difficult to locate the problem. > Because alloc mbuf failed, the rx_nombuf field is counted. > > Signed-off-by: Qiming Chen Acked-by: Ferruh

[dpdk-dev] [PATCH v6] net/pcap: improve rx statistics

2021-09-09 Thread Qiming Chen
In the receiving direction, if alloc mbuf or jumbo process failed, there is no err_pkts count, which makes it difficult to locate the problem. Because alloc mbuf failed, the rx_nombuf field is counted. Signed-off-by: Qiming Chen --- drivers/net/pcap/pcap_ethdev.c | 13 - 1 file chang