Re: [dpdk-dev] [PATCH v2 7/9] net/memif: do not count unsent packets as errors

2019-07-26 Thread Ferruh Yigit
On 7/26/2019 11:21 AM, David Marchand wrote: > n_err 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 v2 7/9] net/memif: do not count unsent packets as errors

2019-07-26 Thread David Marchand
n_err 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: 09c7e63a71f9 ("net/memif: introduce memory interface