From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id D04C9C6B6 for ; Tue, 23 Jun 2015 12:29:32 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP; 23 Jun 2015 03:26:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,665,1427785200"; d="scan'208";a="512860853" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by FMSMGA003.fm.intel.com with ESMTP; 23 Jun 2015 03:26:34 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by IRSMSX103.ger.corp.intel.com ([169.254.3.216]) with mapi id 14.03.0224.002; Tue, 23 Jun 2015 11:26:33 +0100 From: "Dumitrescu, Cristian" To: "Gajdzica, MaciejX T" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option Thread-Index: AQHQqnYu74EPHuITpEq1JepPWUsYlZ256PRA Date: Tue, 23 Jun 2015 10:26:32 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891263238F3B9@IRSMSX108.ger.corp.intel.com> References: <1434706885-4519-1-git-send-email-maciejx.t.gajdzica@intel.com> <1434706885-4519-2-git-send-email-maciejx.t.gajdzica@intel.com> In-Reply-To: <1434706885-4519-2-git-send-email-maciejx.t.gajdzica@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stats and config option 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: Tue, 23 Jun 2015 10:29:33 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Maciej Gajdzica > Sent: Friday, June 19, 2015 10:41 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH v5 01/13] port: added structures for port stat= s > and config option >=20 > Added common data structures for port statistics. Added config option to > enable stats collecting. >=20 > Signed-off-by: Maciej Gajdzica > --- Acked-by: Cristian Dumitrescu