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 69C9F8E8B for ; Wed, 19 Aug 2015 00:36:24 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 18 Aug 2015 15:36:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,705,1432623600"; d="scan'208";a="771340045" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga001.fm.intel.com with ESMTP; 18 Aug 2015 15:36:22 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by IRSMSX109.ger.corp.intel.com (163.33.3.23) with Microsoft SMTP Server (TLS) id 14.3.224.2; Tue, 18 Aug 2015 23:36:21 +0100 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.251]) by irsmsx155.ger.corp.intel.com ([169.254.14.43]) with mapi id 14.03.0224.002; Tue, 18 Aug 2015 23:36:21 +0100 From: "Mcnamara, John" To: "Stokes, Ian" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD Thread-Index: AQHQ2c5urveDUVqjUEm+FFKcNPkCg54SWMvQ Date: Tue, 18 Aug 2015 22:36:20 +0000 Message-ID: References: <1439913312-14761-1-git-send-email-ian.stokes@intel.com> In-Reply-To: <1439913312-14761-1-git-send-email-ian.stokes@intel.com> Accept-Language: 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] qos_meter: Fix compilation with APP_MODE_FWD 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, 18 Aug 2015 22:36:24 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Ian Stokes > Sent: Tuesday, August 18, 2015 8:55 AM > To: dev@dpdk.org > Subject: [dpdk-dev] [PATCH] qos_meter: Fix compilation with APP_MODE_FWD >=20 > The qos_meter sample app will fail to compile if APP_MODE is set to > APP_MODE_FWD. This patch changes the variable name 'color' in main.h to > the expected variable name 'input_color' to allow compilation with > APP_MODE_FWD. >=20 > Signed-off-by: Ian Stokes Acked-by: John McNamara