[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-06-01 Thread Harish Patil
t; EngDPDKDev at qlogic.com> >> Subject: Re: [dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW >> >> > >> >2016-05-31 19:21, Harish Patil: >> >> >> >> >On Fri, May 06, 2016 at 09:21:31PM -0700, Rasesh Mody wrote: >> >> &

[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-06-01 Thread Richardson, Bruce
> -Original Message- > From: Harish Patil [mailto:harish.patil at qlogic.com] > Sent: Wednesday, June 1, 2016 3:16 PM > To: Thomas Monjalon > Cc: dev at dpdk.org; Richardson, Bruce ; Rasesh > Mody ; Dept-Eng DPDK Dev EngDPDKDev at qlogic.com> > Subject: Re: [dp

[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-06-01 Thread Harish Patil
> >2016-05-31 19:21, Harish Patil: >> >> >On Fri, May 06, 2016 at 09:21:31PM -0700, Rasesh Mody wrote: >> >> From: Harish Patil >> >> >> >> Under certain scenarios, MFW periodically polls the driver >> >> for LAN statistics. This patch implements the osal hook to >> >> fill in the stats. >> >>

[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-06-01 Thread Thomas Monjalon
2016-05-31 19:21, Harish Patil: > > >On Fri, May 06, 2016 at 09:21:31PM -0700, Rasesh Mody wrote: > >> From: Harish Patil > >> > >> Under certain scenarios, MFW periodically polls the driver > >> for LAN statistics. This patch implements the osal hook to > >> fill in the stats. > >> > >>

[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-05-31 Thread Harish Patil
>On Fri, May 06, 2016 at 09:21:31PM -0700, Rasesh Mody wrote: >> From: Harish Patil >> >> Under certain scenarios, MFW periodically polls the driver >> for LAN statistics. This patch implements the osal hook to >> fill in the stats. >> >> Fixes: ffa002d318d36 ("qede: add base driver") >>

[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-05-30 Thread Bruce Richardson
On Fri, May 06, 2016 at 09:21:31PM -0700, Rasesh Mody wrote: > From: Harish Patil > > Under certain scenarios, MFW periodically polls the driver > for LAN statistics. This patch implements the osal hook to > fill in the stats. > > Fixes: ffa002d318d36 ("qede: add base driver") > What is MFW?

[dpdk-dev] [PATCH 2/2] qede: return LAN stats to MFW

2016-05-06 Thread Rasesh Mody
From: Harish Patil Under certain scenarios, MFW periodically polls the driver for LAN statistics. This patch implements the osal hook to fill in the stats. Fixes: ffa002d318d36 ("qede: add base driver") Signed-off-by: Harish Patil --- drivers/net/qede/base/bcm_osal.c