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: sta...@dpdk.org > > Signed-off-by: David Marchand <david.march...@redhat.com> > --- > drivers/net/vhost/rte_eth_vhost.c | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-)
Reviewed-by: Tiwei Bie <tiwei....@intel.com>