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 9B1ED106A for ; Mon, 17 Oct 2016 14:40:43 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP; 17 Oct 2016 05:40:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,357,1473145200"; d="scan'208";a="20351088" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga006.fm.intel.com with ESMTP; 17 Oct 2016 05:40:42 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.164]) by IRSMSX153.ger.corp.intel.com ([169.254.9.140]) with mapi id 14.03.0248.002; Mon, 17 Oct 2016 13:40:41 +0100 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" Thread-Topic: [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error Thread-Index: AQHSKGNT0RNJpB38KkipkwsJdWhlS6Cslk3w Date: Mon, 17 Oct 2016 12:40:40 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A92FFE@IRSMSX108.ger.corp.intel.com> References: <1476701476-61706-1-git-send-email-jasvinder.singh@intel.com> In-Reply-To: <1476701476-61706-1-git-send-email-jasvinder.singh@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjU1NTdjN2UtNjZlZi00NzFhLTg5YmUtODI5N2U2NjE1OWQzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkRSUE8wOW1Dclo5Z2VpbVpqNnBKQWpVd0FBdXFKbURkRUVSak5WNXdzTHM9In0= x-ctpclassification: CTP_IC 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] examples/ip_pipeline: fix gcc v6.2.1 build error 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, 17 Oct 2016 12:40:44 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Monday, October 17, 2016 11:51 AM > To: dev@dpdk.org > Cc: Dumitrescu, Cristian > Subject: [PATCH] examples/ip_pipeline: fix gcc v6.2.1 build error >=20 > This patch fixes the misleading indentation error on compiling ip_pipelin= e > app with gcc v6.2.1. >=20 > Fixes: 3f2c9f3bb6c6 ("examples/ip_pipeline: add TAP port") >=20 > Signed-off-by: Jasvinder Singh > --- > examples/ip_pipeline/app.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) >=20 Acked-by: Cristian Dumitrescu