[dpdk-dev] [PATCH v2 1/7] ethdev: add additional error stats

2015-06-17 Thread Thomas Monjalon
2015-06-09 17:29, Stephen Hemminger: > On Tue, 9 Jun 2015 16:10:40 +0100 > Maryam Tahhan wrote: > > > Add MAC error and drop statistics to struct rte_eth_stats and the > > extended stats. > > Signed-off-by: Maryam Tahhan > > --- > > lib/librte_ether/rte_ethdev.c | 4 > > lib/librte_ether/

[dpdk-dev] [PATCH v2 1/7] ethdev: add additional error stats

2015-06-09 Thread Stephen Hemminger
On Tue, 9 Jun 2015 16:10:40 +0100 Maryam Tahhan wrote: > Add MAC error and drop statistics to struct rte_eth_stats and the > extended stats. > Signed-off-by: Maryam Tahhan > --- > lib/librte_ether/rte_ethdev.c | 4 > lib/librte_ether/rte_ethdev.h | 4 > 2 files changed, 8 insertions(

[dpdk-dev] [PATCH v2 1/7] ethdev: add additional error stats

2015-06-09 Thread Maryam Tahhan
Add MAC error and drop statistics to struct rte_eth_stats and the extended stats. Signed-off-by: Maryam Tahhan --- lib/librte_ether/rte_ethdev.c | 4 lib/librte_ether/rte_ethdev.h | 4 2 files changed, 8 insertions(+) diff --git a/lib/librte_ether/rte_ethdev.c b/lib/librte_ether/rte_et