numam-dpdk/drivers/net
Igor Ryzhov 86057c9992 ethdev: remove missed packets from error counter
Comment for "ierrors" counter says that it counts erroneous received
packets. But for some reason "imissed" counter is added to "ierrors"
counter in most drivers.
It is a mistake, because missed packets are obviously not received.
This patch fixes it.

Fixes: 70bdb18657 ("ethdev: add Rx error counters for missed, badcrc and badlen packets")
Fixes: 6bfe648406 ("i40e: add Rx error statistics")
Fixes: 856505d303 ("cxgbe: add port statistics")

Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Acked-by: Wenzhuo Lu <wenzhuo.lu@intel.com>
Acked-by: Rahul Lakkireddy <rahul.lakkireddy@chelsio.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
2016-03-22 11:07:28 +01:00
..
af_packet af_packet: make the device detachable 2016-03-16 19:05:47 +01:00
bnx2x
bonding bonding: fix crash when no slave device 2016-03-16 19:05:47 +01:00
cxgbe ethdev: remove missed packets from error counter 2016-03-22 11:07:28 +01:00
e1000 ethdev: remove missed packets from error counter 2016-03-22 11:07:28 +01:00
enic
fm10k
i40e ethdev: remove missed packets from error counter 2016-03-22 11:07:28 +01:00
ixgbe ethdev: remove missed packets from error counter 2016-03-22 11:07:28 +01:00
mlx4
mlx5
mpipe
nfp
null null: remove duplicate fields in internal struct 2016-03-16 19:05:47 +01:00
pcap pcap: reduce duplication 2016-03-16 19:05:47 +01:00
ring ring: free rings when detaching device 2016-03-16 19:05:47 +01:00
szedata2 szedata2: support promiscuous and allmulticast modes 2016-03-16 18:52:18 +01:00
virtio virtio: remove redundant function names in log 2016-03-16 19:05:46 +01:00
vmxnet3 vmxnet3: support setting MAC address 2016-03-16 19:05:47 +01:00
xenvirt
Makefile