[dpdk-dev] [PATCH v5 1/5] bnx2x: fixed stats get

2016-06-13 Thread Ferruh Yigit
On 6/10/2016 11:08 AM, Ferruh Yigit wrote: > On 6/8/2016 5:15 PM, Bruce Richardson wrote: >> On Wed, May 11, 2016 at 05:06:21PM -0700, Rasesh Mody wrote: >>> Fix stats_get() routine to display drop counters under imissed counter. >>> >>> Fixes: 540a211084a7 ("bnx2x: driver core") >>> >>>

[dpdk-dev] [PATCH v5 1/5] bnx2x: fixed stats get

2016-06-10 Thread Ferruh Yigit
On 6/8/2016 5:15 PM, Bruce Richardson wrote: > On Wed, May 11, 2016 at 05:06:21PM -0700, Rasesh Mody wrote: >> Fix stats_get() routine to display drop counters under imissed counter. >> >> Fixes: 540a211084a7 ("bnx2x: driver core") >> >> Signed-off-by: Rasesh Mody >> Signed-off-by: Harish Patil

[dpdk-dev] [PATCH v5 1/5] bnx2x: fixed stats get

2016-06-08 Thread Bruce Richardson
On Wed, May 11, 2016 at 05:06:21PM -0700, Rasesh Mody wrote: > Fix stats_get() routine to display drop counters under imissed counter. > > Fixes: 540a211084a7 ("bnx2x: driver core") > > Signed-off-by: Rasesh Mody > Signed-off-by: Harish Patil Patchset applied to dpdk-next-net/rel_16_07

[dpdk-dev] [PATCH v5 1/5] bnx2x: fixed stats get

2016-05-11 Thread Rasesh Mody
Fix stats_get() routine to display drop counters under imissed counter. Fixes: 540a211084a7 ("bnx2x: driver core") Signed-off-by: Rasesh Mody Signed-off-by: Harish Patil --- drivers/net/bnx2x/bnx2x_ethdev.c | 16 drivers/net/bnx2x/bnx2x_rxtx.c |2 ++ 2 files changed,