[dpdk-dev] [PATCH v6 3/9] ethdev: expose extended error stats

2015-07-17 Thread Thomas Monjalon
2015-07-15 14:11, 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 > --- > lib/librte_ether/rte_ethdev.c | 31 --- > 1 file changed, 20 insertions(+),

[dpdk-dev] [PATCH v6 3/9] ethdev: expose extended error stats

2015-07-15 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 --- lib/librte_ether/rte_ethdev.c | 31 --- 1 file changed, 20 insertions(+), 11 deletions(-) mode change 100644 => 100755