From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by dpdk.org (Postfix) with ESMTP id 504C52BAD for ; Tue, 27 Sep 2016 08:46:42 +0200 (CEST) Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.17/8.16.0.17) with SMTP id u8R6gjNQ048490 for ; Tue, 27 Sep 2016 02:46:41 -0400 Received: from e23smtp09.au.ibm.com (e23smtp09.au.ibm.com [202.81.31.142]) by mx0b-001b2d01.pphosted.com with ESMTP id 25qgwteydj-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Tue, 27 Sep 2016 02:46:41 -0400 Received: from localhost by e23smtp09.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 27 Sep 2016 16:46:38 +1000 Received: from d23dlp01.au.ibm.com (202.81.31.203) by e23smtp09.au.ibm.com (202.81.31.206) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 27 Sep 2016 16:46:35 +1000 Received: from d23relay08.au.ibm.com (d23relay08.au.ibm.com [9.185.71.33]) by d23dlp01.au.ibm.com (Postfix) with ESMTP id 2DBBE2CE8046; Tue, 27 Sep 2016 16:46:35 +1000 (EST) Received: from d23av03.au.ibm.com (d23av03.au.ibm.com [9.190.234.97]) by d23relay08.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u8R6kZCg1638830; Tue, 27 Sep 2016 16:46:35 +1000 Received: from d23av03.au.ibm.com (localhost [127.0.0.1]) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u8R6kYvi000314; Tue, 27 Sep 2016 16:46:34 +1000 Received: from [9.193.81.219] (chozha.in.ibm.com [9.193.81.219] (may be forged)) by d23av03.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u8R6kWt3032742; Tue, 27 Sep 2016 16:46:33 +1000 To: Thomas Monjalon References: <3EB4FA525960D640B5BDFFD6A3D8912647A66EBC@IRSMSX108.ger.corp.intel.com> <2096077.zsYv3Q4577@xps13> Cc: "Dumitrescu, Cristian" , dev@dpdk.org, Chao Zhu , "Richardson, Bruce" , "Ananyev, Konstantin" , Pradeep , stable@dpdk.org From: gowrishankar muthukrishnan Date: Tue, 27 Sep 2016 12:16:32 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <2096077.zsYv3Q4577@xps13> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16092706-0052-0000-0000-000001D31801 X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16092706-0053-0000-0000-000006E139B3 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:, , definitions=2016-09-27_03:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609020000 definitions=main-1609270121 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: Tue, 27 Sep 2016 06:46:42 -0000 On Friday 09 September 2016 09:29 PM, Thomas Monjalon wrote: >>> v7 changes: >>> - removed enforcing cache alignment for table hash structs and >>> instead check only for multiples of 64 bytes. >>> >> Acked-by: Cristian Dumitrescu > Applied, thanks > > We now have some AltiVec code in DPDK! > > Thank you Thomas, could this also go into stable tree ? (Added stable@dpdk.org in CC). -- Regards, Gowrishankar M