numam-dpdk/drivers/net/ring
David Marchand 17c652c222 net/ring: do not count unsent packets as errors
err_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: e1e4017751 ("ring: add new driver")
Cc: stable@dpdk.org

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 drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
meson.build net/ring: fix library version in meson build 2018-03-28 00:07:35 +02:00
rte_eth_ring.c net/ring: do not count unsent packets as errors 2019-07-26 15:27:05 +02:00
rte_eth_ring.h drivers: use SPDX tag for Intel copyright files 2018-01-04 22:41:39 +01:00
rte_pmd_ring_version.map net/ring: rename map file to standardized name 2017-08-31 23:03:01 +02:00