numam-dpdk/drivers/net/memif
David Marchand 2e56e7885d net/memif: do not count unsent packets as errors
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: 09c7e63a71 ("net/memif: introduce memory interface PMD")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-07-26 15:27:05 +02:00
..
Makefile net: deinline non-critical ethernet functions 2019-07-08 21:26:52 +02:00
memif_socket.c net/memif: support multi-process 2019-06-28 20:32:18 +02:00
memif_socket.h net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
memif.h net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00
meson.build net/memif: support multi-process 2019-06-28 20:32:18 +02:00
rte_eth_memif.c net/memif: do not count unsent packets as errors 2019-07-26 15:27:05 +02:00
rte_eth_memif.h net/memif: do not count unsent packets as errors 2019-07-26 15:27:05 +02:00
rte_pmd_memif_version.map net/memif: introduce memory interface PMD 2019-06-13 23:54:29 +09:00