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 406422BA8 for ; Fri, 1 Apr 2016 16:08:14 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP; 01 Apr 2016 07:08:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,427,1455004800"; d="scan'208";a="936281073" Received: from irsmsx151.ger.corp.intel.com ([163.33.192.59]) by fmsmga001.fm.intel.com with ESMTP; 01 Apr 2016 07:08:03 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.13]) by IRSMSX151.ger.corp.intel.com ([169.254.4.72]) with mapi id 14.03.0248.002; Fri, 1 Apr 2016 15:08:03 +0100 From: "De Lara Guarch, Pablo" To: Thomas Monjalon CC: "dev@dpdk.org" , "Richardson, Bruce" Thread-Topic: [dpdk-dev] [PATCH v2] hash: fix to support multi process Thread-Index: AQHRiqqGQ/kRB8Z4w0ifci0SruO4Xp91CLsAgAAhh9A= Date: Fri, 1 Apr 2016 14:08:02 +0000 Message-ID: References: <1458827804-25496-1-git-send-email-pablo.de.lara.guarch@intel.com> <1459359297-31549-1-git-send-email-pablo.de.lara.guarch@intel.com> <2456133.37YpMHxd5Y@xps13> In-Reply-To: <2456133.37YpMHxd5Y@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOWRkNjQwM2QtMWU5OC00NDZjLTg5N2YtNDc5NWM5NTY3MmU0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFUQ1VpQ2RWOTVveGVyamphTWJONmwyVzJ0aVRsVkdSXC80T2xNbmMzYVlRPSJ9 x-ctpclassification: CTP_IC 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: fix to support multi process 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: Fri, 01 Apr 2016 14:08:14 -0000 Hi Thomas, > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Friday, April 01, 2016 2:07 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Richardson, Bruce > Subject: Re: [dpdk-dev] [PATCH v2] hash: fix to support multi process >=20 > Hi Pablo, >=20 > There is a build issue for arm-armv7a-linuxapp-gcc: > lib/librte_hash/rte_cuckoo_hash.c:129:2: error: > 'rte_hash_k16_cmp_eq' undeclared here >=20 > The functions rte_hash_k*_cmp_eq are defined only for x86 and ARM64. >=20 > Note that RTE_ARCH_X86 could be used instead of > RTE_ARCH_X86_64 || RTE_ARCH_I686 || RTE_ARCH_X86_X32 in librte_hash. Good catch. I will submit a v3 shortly. Thanks also for the suggestion, Pablo