From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] ixgbe: reset hardware stat when initialize Date: Fri, 10 Jul 2015 17:52:20 +0200 Message-ID: <1437526.QfbqNmeUof@xps13> References: <1431072861-28565-1-git-send-email-qiudayu@cn.ibm.com> <1434007792-7898-1-git-send-email-michael.qiu@intel.com> <8CEF83825BEC744B83065625E567D7C204A3F9D0@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: "Qiu, Michael" Return-path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id C109CC3B8 for ; Fri, 10 Jul 2015 17:53:38 +0200 (CEST) Received: by wicmz13 with SMTP id mz13so17161735wic.0 for ; Fri, 10 Jul 2015 08:53:38 -0700 (PDT) In-Reply-To: <8CEF83825BEC744B83065625E567D7C204A3F9D0@IRSMSX108.ger.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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