[dpdk-dev] [PATCH] ixgbe: restore imissed stat counter

2015-12-15 Thread Thomas Monjalon
2015-12-15 16:41, Van Haaren, Harry: > > From: Robin Jarry [mailto:robin.jarry at 6wind.com] > > Subject: [PATCH] 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 beh

[dpdk-dev] [PATCH] ixgbe: restore imissed stat counter

2015-12-15 Thread Robin Jarry
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

[dpdk-dev] [PATCH] ixgbe: restore imissed stat counter

2015-12-15 Thread Van Haaren, Harry
> From: Robin Jarry [mailto:robin.jarry at 6wind.com] > Subject: [PATCH] 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. A