ixgbe: restore imissed stat counter
authorRobin Jarry <robin.jarry@6wind.com>
Tue, 15 Dec 2015 16:05:01 +0000 (17:05 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 15 Dec 2015 17:05:53 +0000 (18:05 +0100)
commit41264853e04cb7b28a47059ef0d3a15936ea1da0
treed085e3794e0970e83940b3bb7b54f96e80169eca
parent0ae454a327817db8619f70ff5b9d1786fad7e277
ixgbe: restore imissed stat counter

This counter was left unmodified. Restore it in ixgbe_dev_stats_get.

The ierrors counter still includes imissed for ixgbe. This behaviour is
not consistent amongst all drivers. Another patch may be needed to unify
the meaning of the ierrors counter.

Fixes: 5e50ad1c1b63 ("ixgbe: add specific stats")

Signed-off-by: Robin Jarry <robin.jarry@6wind.com>
Acked-by: Harry van Haaren <harry.van.haaren@intel.com>
drivers/net/ixgbe/ixgbe_ethdev.c