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

2021-09-09 Thread Ferruh Yigit
On 9/9/2021 5:16 AM, 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. > Please fix './devtools/check-git-log.sh' warnin

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

2021-09-08 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 --- v2: Clear coding style issues. v3: 1) Send direction does no