[dpdk-dev] [PATCH 8/8] net/vhost: do not count unsent packets as errors
Tiwei Bie
tiwei.bie at intel.com
Fri Jul 26 04:44:32 CEST 2019
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 as transmit failed.
>
> Fixes: 5f05e95cd5d9 ("net/vhost: fix Tx error counting")
> Fixes: ee584e9710b9 ("vhost: add driver on top of the library")
> Cc: stable at dpdk.org
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
> drivers/net/vhost/rte_eth_vhost.c | 4 +---
> 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Tiwei Bie <tiwei.bie at intel.com>
More information about the dev
mailing list