[dpdk-dev] [PATCH v4 3/8] ethdev: expose extended error stats

2015-07-15 Thread Tahhan, Maryam
> From: Olivier MATZ [mailto:olivier.matz at 6wind.com] > Sent: Wednesday, July 15, 2015 10:19 AM > To: Tahhan, Maryam; dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v4 3/8] ethdev: expose extended error stats > > Hi Maryam, > > The API of the driver-specific function

[dpdk-dev] [PATCH v4 3/8] ethdev: expose extended error stats

2015-07-05 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 | 7 --- lib/librte_ether/rte_ethdev.c| 25 - 2 files changed, 20 insertions(+), 12