Re: [dpdk-dev] [PATCH 7/8] net/ring: do not count unsent packets as errors

2019-07-25 Thread Ferruh Yigit
On 7/25/2019 10:14 AM, David Marchand wrote: > err_pkts reflects the number of packets that the driver did not manage > to send. > This is a temporary situation, those packets are not freed and the > application can still retry to send them later. > Hence, we can't count them as transmit failed. >

[dpdk-dev] [PATCH 7/8] net/ring: do not count unsent packets as errors

2019-07-25 Thread David Marchand
err_pkts reflects the number of packets that the driver did not manage to send. This is a temporary situation, those packets are not freed and the application can still retry to send them later. Hence, we can't count them as transmit failed. Fixes: e1e4017751f1 ("ring: add new driver") Cc: sta...@