[dpdk-dev] [PATCH v3 3/7] ethdev: expose extended error stats

2015-07-03 Thread Olivier MATZ
Hi Maryam, On 06/26/2015 02:59 PM, Maryam Tahhan wrote: > Extend rte_eth_xstats_get to retrieve additional stats from the device > driver as well the ethdev generic stats. > > Signed-off-by: Maryam Tahhan > --- > drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- > lib/librte_ether/rte_ethdev.c| 20

[dpdk-dev] [PATCH v3 3/7] ethdev: expose extended error stats

2015-06-26 Thread Maryam Tahhan
Extend rte_eth_xstats_get to retrieve additional stats from the device driver as well the ethdev generic stats. Signed-off-by: Maryam Tahhan --- drivers/net/ixgbe/ixgbe_ethdev.c | 2 +- lib/librte_ether/rte_ethdev.c| 20 ++-- 2 files changed, 15 insertions(+), 7 deletions(-)