From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <john.mcnamara@intel.com>
Received: from mga14.intel.com (mga14.intel.com [192.55.52.115])
 by dpdk.org (Postfix) with ESMTP id 69C9F8E8B
 for <dev@dpdk.org>; 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" <john.mcnamara@intel.com>
To: "Stokes, Ian" <ian.stokes@intel.com>, "dev@dpdk.org" <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: <B27915DBBA3421428155699D51E4CFE2022F75F5@IRSMSX103.ger.corp.intel.com>
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=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 <ian.stokes@intel.com>


Acked-by: John McNamara <john.mcnamara@intel.com>