Re: [dpdk-dev] [PATCH v2] net/pcap: improve rxtx statistics

2021-09-08 Thread Ferruh Yigit
On 8/26/2021 4:23 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. ack, but patch adds two places that updates the 'err_pkts'. One of them is where mbuf allocation failed, and f

[dpdk-dev] [PATCH v2] net/pcap: improve rxtx statistics

2021-08-25 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. In the sending direction, if the pcap_sendpacket function returns EMSGSIZE, it means that the size of the sent packet exceeds the buffer size provided, and