From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id CEE91532C for ; Thu, 8 Sep 2016 18:54:22 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 08 Sep 2016 09:54:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,301,1470726000"; d="scan'208";a="1047429819" Received: from irsmsx107.ger.corp.intel.com ([163.33.3.99]) by orsmga002.jf.intel.com with ESMTP; 08 Sep 2016 09:54:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.71]) by IRSMSX107.ger.corp.intel.com ([169.254.10.204]) with mapi id 14.03.0248.002; Thu, 8 Sep 2016 17:54:19 +0100 From: "Dumitrescu, Cristian" To: Gowrishankar , "dev@dpdk.org" CC: Chao Zhu , "Richardson, Bruce" , "Ananyev, Konstantin" , Thomas Monjalon , Pradeep Thread-Topic: [PATCH v7 0/9] enable lpm, acl and other missing libraries in ppc64le Thread-Index: AQHSCfDaYpH0oZwJekWGIutjXhS3RqBvzxyg Date: Thu, 8 Sep 2016 16:54:18 +0000 Message-ID: <3EB4FA525960D640B5BDFFD6A3D8912647A66EBC@IRSMSX108.ger.corp.intel.com> References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZWVmZGY4OGQtNTMwMy00OTk4LTg3ODItMWJlMDFiYTVjNmMwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlJkTHFFeEQwVWxrOUZUYlVIN0RrTkg3UnpldUt6Rk1hNlEyWmhnTEtYeG89In0= 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 v7 0/9] enable lpm, acl and other missing libraries in ppc64le 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: Thu, 08 Sep 2016 16:54:23 -0000 >=20 > v7 changes: > - removed enforcing cache alignment for table hash structs and > instead check only for multiples of 64 bytes. >=20 Acked-by: Cristian Dumitrescu