[dpdk-dev] [PATCH v6 0/9] Expose IXGBE extended stats to DPDK apps

2015-07-17 Thread Thomas Monjalon
2015-07-16 09:54, Olivier MATZ: > On 07/15/2015 03:11 PM, Maryam Tahhan wrote: > > This patch set implements xstats_get() and xstats_reset() in dev_ops for > > ixgbe to expose detailed error statistics to DPDK applications. The > > dump_cfg application was extended to demonstrate the usage of > >

[dpdk-dev] [PATCH v6 0/9] Expose IXGBE extended stats to DPDK apps

2015-07-16 Thread Olivier MATZ
Hi Maryam, On 07/15/2015 03:11 PM, Maryam Tahhan wrote: > This patch set implements xstats_get() and xstats_reset() in dev_ops for > ixgbe to expose detailed error statistics to DPDK applications. The > dump_cfg application was extended to demonstrate the usage of > retrieving statistics for DPDK

[dpdk-dev] [PATCH v6 0/9] Expose IXGBE extended stats to DPDK apps

2015-07-15 Thread Maryam Tahhan
This patch set implements xstats_get() and xstats_reset() in dev_ops for ixgbe to expose detailed error statistics to DPDK applications. The dump_cfg application was extended to demonstrate the usage of retrieving statistics for DPDK interfaces and renamed to proc_info in order reflect this new