[dpdk-dev] [PATCH v4 2/3] bnx2x: enhance stats get

2016-06-21 Thread Remy Horton
Morning, On 11/05/2016 01:58, Rasesh Mody wrote: [..] >>> We shall split this patch into an enhancement and a bug fix. >> >> Keep in mind that the xstats API is changing so that stats_get() no >> longer includes strings: >> >> http://thread.gmane.org/gmane.comp.networking.dpdk.devel/37079 >>

[dpdk-dev] [PATCH v4 2/3] bnx2x: enhance stats get

2016-05-11 Thread Rasesh Mody
> From: Remy Horton [mailto:remy.horton at intel.com] > Sent: Tuesday, May 10, 2016 3:27 AM > > > On 07/05/2016 01:14, Rasesh Mody wrote: > [..] > >>> Enhance the stats_get() routine to display drop counters under > >>> imissed counter. > >>> Added extended stats get support to provide

[dpdk-dev] [PATCH v4 2/3] bnx2x: enhance stats get

2016-05-10 Thread Remy Horton
On 07/05/2016 01:14, Rasesh Mody wrote: [..] >>> Enhance the stats_get() routine to display drop counters under imissed >>> counter. >>> Added extended stats get support to provide additional info. >>> Encorporated review comment to rename some of the stats. [..] > We shall split this patch into

[dpdk-dev] [PATCH v4 2/3] bnx2x: enhance stats get

2016-05-07 Thread Rasesh Mody
> From: Bruce Richardson [mailto:bruce.richardson at intel.com] > Sent: Friday, May 06, 2016 7:47 AM > > On Tue, May 03, 2016 at 10:38:21PM -0700, Rasesh Mody wrote: > > Enhance the stats_get() routine to display drop counters under imissed > > counter. > > Added extended stats get support to

[dpdk-dev] [PATCH v4 2/3] bnx2x: enhance stats get

2016-05-06 Thread Bruce Richardson
On Tue, May 03, 2016 at 10:38:21PM -0700, Rasesh Mody wrote: > Enhance the stats_get() routine to display drop counters under > imissed counter. > Added extended stats get support to provide additional info. > Encorporated review comment to rename some of the stats. > > Signed-off-by: Rasesh Mody

[dpdk-dev] [PATCH v4 2/3] bnx2x: enhance stats get

2016-05-03 Thread Rasesh Mody
Enhance the stats_get() routine to display drop counters under imissed counter. Added extended stats get support to provide additional info. Encorporated review comment to rename some of the stats. Signed-off-by: Rasesh Mody Signed-off-by: Harish Patil --- doc/guides/nics/overview.rst |