From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 5A5121B2C2 for ; Wed, 8 Nov 2017 12:15:38 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP; 08 Nov 2017 03:15:37 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,364,1505804400"; d="scan'208";a="1241405704" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga002.fm.intel.com with ESMTP; 08 Nov 2017 03:15:37 -0800 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.167]) by IRSMSX103.ger.corp.intel.com ([169.254.3.49]) with mapi id 14.03.0319.002; Wed, 8 Nov 2017 11:15:36 +0000 From: "Dumitrescu, Cristian" To: "Singh, Jasvinder" , "dev@dpdk.org" CC: "thomas@monjalon.net" Thread-Topic: [PATCH] net/softnic: fix build error on gcc4.5.1 Thread-Index: AQHTWHoqdJ9PZE01Z0C85O1UUL36I6MKVKIw Date: Wed, 8 Nov 2017 11:15:35 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D891267BAE145B@IRSMSX108.ger.corp.intel.com> References: <20171108102508.155867-1-jasvinder.singh@intel.com> In-Reply-To: <20171108102508.155867-1-jasvinder.singh@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] net/softnic: fix build error on gcc4.5.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Nov 2017 11:15:39 -0000 > -----Original Message----- > From: Singh, Jasvinder > Sent: Wednesday, November 8, 2017 10:25 AM > To: dev@dpdk.org > Cc: thomas@monjalon.net; Dumitrescu, Cristian > > Subject: [PATCH] net/softnic: fix build error on gcc4.5.1 >=20 > Fix the build error due to improper handling of unions on SUSE11(gcc 4.5.= 1). >=20 > Fixes: 299a89de916a ("net/softnic: add TM capabilities ops") >=20 > DPDK/drivers/net/softnic/rte_eth_softnic_tm.c:588:3 > error: unknown field 'nonleaf' specified in initializer compilation > terminated due to -Wfatal-errors. >=20 > Signed-off-by: Jasvinder Singh > --- > drivers/net/softnic/rte_eth_softnic_tm.c | 40 ++++++++++++++++----------= - > ----- > 1 file changed, 20 insertions(+), 20 deletions(-) >=20 Acked-by: Cristian Dumitrescu