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

2019-07-25 Thread Tiwei Bie
On Thu, Jul 25, 2019 at 11:14:28AM +0200, David Marchand wrote: > missed_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

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

2019-07-25 Thread David Marchand
missed_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: 5f05e95cd5d9 ("net/vhost: fix Tx error countin