[dpdk-dev] [PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps

2015-07-01 Thread Tahhan, Maryam
> 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

[dpdk-dev] [PATCH v3 0/7] Expose IXGBE extended stats to DPDK apps

2015-06-26 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