[dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop and error stats

2015-11-03 Thread Tahhan, Maryam
> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, November 3, 2015 1:56 PM > To: Tahhan, Maryam > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop and > error stats > > 2015-11-03 13:14, Tahhan,

[dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop and error stats

2015-11-03 Thread Thomas Monjalon
2015-11-03 13:14, Tahhan, Maryam: > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > > There was not a lot of comments on this proposal. > > If the idea is well received, it needs to be implemented in drivers, at > > least few > > of them. > > Hi Thomas > I was waiting to implement

[dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop and error stats

2015-11-03 Thread Thomas Monjalon
2015-10-19 13:20, Maryam Tahhan: > Make a distniction between dropped packets and error statistics to allow > a higher level fault management entity to interact with DPDK and take > appropriate measures when errors are detected. It will also provide > valuable information for any applications that

[dpdk-dev] [PATCH v2 1/1] ethdev: distinguish between drop and error stats

2015-10-19 Thread Maryam Tahhan
Make a distniction between dropped packets and error statistics to allow a higher level fault management entity to interact with DPDK and take appropriate measures when errors are detected. It will also provide valuable information for any applications that collects/extracts DPDK stats, such