From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id AE9C4FFA for ; Mon, 8 Jun 2015 21:05:16 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga102.fm.intel.com with ESMTP; 08 Jun 2015 12:04:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,574,1427785200"; d="scan'208";a="739584357" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga002.fm.intel.com with ESMTP; 08 Jun 2015 12:04:57 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.59]) by IRSMSX106.ger.corp.intel.com ([169.254.8.76]) with mapi id 14.03.0224.002; Mon, 8 Jun 2015 20:04:41 +0100 From: "Dumitrescu, Cristian" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v4 00/13] port: added port statistics Thread-Index: AQHQofybiU/cRj3l1UKQZEI9KBYDap2i94Jw Date: Mon, 8 Jun 2015 19:04:41 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912632373ACF@IRSMSX108.ger.corp.intel.com> References: <1433775616-6896-1-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1433775616-6896-1-git-send-email-michalx.k.jastrzebski@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v4 00/13] port: added port statistics 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, 08 Jun 2015 19:05:17 -0000 > Added statistics for every type of port. By default all port statistics > are disabled, user must activate them in config file. >=20 >=20 > Changes in v4: > - created single config option for all port statistics >=20 Acked-by: Cristian Dumitrescu