From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id EF21BC5AE for ; Thu, 18 Jun 2015 13:04:27 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 18 Jun 2015 04:04:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.13,638,1427785200"; d="scan'208";a="510292075" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 18 Jun 2015 04:03:59 -0700 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.117]) by IRSMSX154.ger.corp.intel.com ([169.254.12.91]) with mapi id 14.03.0224.002; Thu, 18 Jun 2015 12:03:58 +0100 From: "Gajdzica, MaciejX T" To: "Jastrzebski, MichalX K" , "dev@dpdk.org" Thread-Topic: [PATCH v4 01/13] port: added structures for port stats and config option Thread-Index: AQHQofvm7ES2V4Y7hkOkTXHpMOH5KJ2yKBTg Date: Thu, 18 Jun 2015 11:03:58 +0000 Message-ID: <9CC680510C0AC140A846FED2EF7F96281383DE71@IRSMSX102.ger.corp.intel.com> References: <1433775616-6896-1-git-send-email-michalx.k.jastrzebski@intel.com> <1433775616-6896-2-git-send-email-michalx.k.jastrzebski@intel.com> In-Reply-To: <1433775616-6896-2-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 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: Thu, 18 Jun 2015 11:04:28 -0000 Self NACK - missing CONFIG_ prefix in config file defines. The same issue i= s present in table stats patchset. Will resend new version today. > -----Original Message----- > From: Jastrzebski, MichalX K > Sent: Monday, June 08, 2015 5:00 PM > To: dev@dpdk.org > Cc: Gajdzica, MaciejX T > Subject: [PATCH v4 01/13] port: added structures for port stats and confi= g > option [...] >=20 > diff --git a/config/common_bsdapp b/config/common_bsdapp index > c2374c0..1d26956 100644 > --- a/config/common_bsdapp > +++ b/config/common_bsdapp > @@ -383,6 +383,7 @@ CONFIG_RTE_LIBRTE_REORDER=3Dy # Compile > librte_port # CONFIG_RTE_LIBRTE_PORT=3Dy > +RTE_PORT_STATS_COLLECT=3Dn >=20 > # > # Compile librte_table > diff --git a/config/common_linuxapp b/config/common_linuxapp index > 0078dc9..5105b25 100644 > --- a/config/common_linuxapp > +++ b/config/common_linuxapp > @@ -390,6 +390,7 @@ CONFIG_RTE_LIBRTE_REORDER=3Dy # Compile > librte_port # CONFIG_RTE_LIBRTE_PORT=3Dy > +RTE_PORT_STATS_COLLECT=3Dn [...]