[dpdk-dev] [PATCH v2] ixgbe: reset hardware stat when initialize

2015-07-10 Thread Thomas Monjalon
> > When initialize the hardware, the stat should be reset. > > Otherwise when detach then attach port, the stat will not be re-init to > > zero. > > > > Signed-off-by: Michael Qiu > > Acked-by: Bernard Iremonger Applied, thanks

[dpdk-dev] [PATCH v2] ixgbe: reset hardware stat when initialize

2015-07-02 Thread Qiu, Michael
Hi, all Any comments on this patch? Thanks, Michael On 6/22/2015 8:47 PM, Iremonger, Bernard wrote: >> -Original Message- >> From: Qiu, Michael >> Sent: Thursday, June 11, 2015 8:30 AM >> To: dev at dpdk.org >> Cc: Iremonger, Bernard; thomas.monjalon at 6wind.com; Qiu, Michael >> Subjec

[dpdk-dev] [PATCH v2] ixgbe: reset hardware stat when initialize

2015-06-22 Thread Iremonger, Bernard
> -Original Message- > From: Qiu, Michael > Sent: Thursday, June 11, 2015 8:30 AM > To: dev at dpdk.org > Cc: Iremonger, Bernard; thomas.monjalon at 6wind.com; Qiu, Michael > Subject: [PATCH v2] ixgbe: reset hardware stat when initialize > > When initialize the hardware, the stat should be

[dpdk-dev] [PATCH v2] ixgbe: reset hardware stat when initialize

2015-06-11 Thread Michael Qiu
When initialize the hardware, the stat should be reset. Otherwise when detach then attach port, the stat will not be re-init to zero. Signed-off-by: Michael Qiu --- Change log: v2 --> v1: change the folder of driver drivers/net/ixgbe/ixgbe_ethdev.c | 6 ++ 1 file changed, 6