From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 71A38C6E4 for ; Mon, 22 Jun 2015 14:47:51 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 22 Jun 2015 05:47:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,659,1427785200"; d="scan'208";a="732221851" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by fmsmga001.fm.intel.com with ESMTP; 22 Jun 2015 05:47:49 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by IRSMSX107.ger.corp.intel.com ([169.254.10.39]) with mapi id 14.03.0224.002; Mon, 22 Jun 2015 13:47:48 +0100 From: "Iremonger, Bernard" To: "Qiu, Michael" , "dev@dpdk.org" Thread-Topic: [PATCH v2] ixgbe: reset hardware stat when initialize Thread-Index: AQHQpBh0W7tSINmun02cgqltpsMMmp24iltA Date: Mon, 22 Jun 2015 12:47:48 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C204A3F9D0@IRSMSX108.ger.corp.intel.com> References: <1431072861-28565-1-git-send-email-qiudayu@cn.ibm.com> <1434007792-7898-1-git-send-email-michael.qiu@intel.com> In-Reply-To: <1434007792-7898-1-git-send-email-michael.qiu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] ixgbe: reset hardware stat when initialize X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Jun 2015 12:47:51 -0000 > -----Original Message----- > From: Qiu, Michael > Sent: Thursday, June 11, 2015 8:30 AM > To: dev@dpdk.org > Cc: Iremonger, Bernard; thomas.monjalon@6wind.com; Qiu, Michael > Subject: [PATCH v2] ixgbe: reset hardware stat when initialize >=20 > When initialize the hardware, the stat should be reset. > Otherwise when detach then attach port, the stat will not be re-init to z= ero. >=20 > Signed-off-by: Michael Qiu > --- Acked-by: Bernard Iremonger