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 D5A5B9E5 for ; Wed, 15 Jul 2015 10:23:49 +0200 (CEST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga102.jf.intel.com with ESMTP; 15 Jul 2015 01:23:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,477,1432623600"; d="scan'208";a="729211038" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga001.jf.intel.com with ESMTP; 15 Jul 2015 01:23:48 -0700 Received: from irsmsx112.ger.corp.intel.com (10.108.20.5) by IRSMSX107.ger.corp.intel.com (163.33.3.99) with Microsoft SMTP Server (TLS) id 14.3.224.2; Wed, 15 Jul 2015 09:19:56 +0100 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.201]) by irsmsx112.ger.corp.intel.com ([169.254.1.163]) with mapi id 14.03.0224.002; Wed, 15 Jul 2015 09:19:56 +0100 From: "De Lara Guarch, Pablo" To: Olga Shern , "Richardson, Bruce" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v2] hash: rename unused field to "reserved" Thread-Index: AQHQvYp9mU8MWhn4NEmpBmaKL10Lg53cHuqAgAATtsA= Date: Wed, 15 Jul 2015 08:19:56 +0000 Message-ID: References: <1436804751-23156-1-git-send-email-bruce.richardson@intel.com> <1436805525-25916-1-git-send-email-bruce.richardson@intel.com> In-Reply-To: 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 v2] hash: rename unused field to "reserved" 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: Wed, 15 Jul 2015 08:23:50 -0000 Hi Olga, > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Olga Shern > Sent: Wednesday, July 15, 2015 9:08 AM > To: Richardson, Bruce; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2] hash: rename unused field to "reserved= " >=20 > Hi, >=20 > I see the following compilation error : > dpdk/lib/librte_hash/rte_cuckoo_hash.c:145: error: flexible array member = in > otherwise empty struct > when compiling on RH6.5 Thanks for letting us know. I am working on a fix, that I will send to the = mailing list today. Thanks, Pablo >=20 > Best Regards, > Olga