From mboxrd@z Thu Jan 1 00:00:00 1970 From: gowrishankar Subject: Re: [PATCH 1/6] config: enable lpm, port, table, pipeline, acl, sched libraries for ppc64le Date: Sat, 9 Jul 2016 20:08:57 +0530 Message-ID: <57810C81.90807@linux.vnet.ibm.com> References: <1467860276-22848-1-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <1467860276-22848-2-git-send-email-gowrishankar.m@linux.vnet.ibm.com> <2151416.pAYsFeuZ97@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, Chao Zhu , Bruce Richardson , Konstantin Ananyev , Cristian Dumitrescu , pradeep@us.ibm.com To: Thomas Monjalon Return-path: Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by dpdk.org (Postfix) with ESMTP id 6D7942935 for ; Sat, 9 Jul 2016 16:39:11 +0200 (CEST) Received: from pps.filterd (m0098417.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.11/8.16.0.11) with SMTP id u69EdAbi067633 for ; Sat, 9 Jul 2016 10:39:10 -0400 Received: from e28smtp06.in.ibm.com (e28smtp06.in.ibm.com [125.16.236.6]) by mx0a-001b2d01.pphosted.com with ESMTP id 242w50xn0p-1 (version=TLSv1.2 cipher=AES256-SHA bits=256 verify=NOT) for ; Sat, 09 Jul 2016 10:39:10 -0400 Received: from localhost by e28smtp06.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Sat, 9 Jul 2016 20:09:03 +0530 Received: from d28relay03.in.ibm.com (d28relay03.in.ibm.com [9.184.220.60]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 5B0FDE0045 for ; Sat, 9 Jul 2016 20:12:58 +0530 (IST) Received: from d28av03.in.ibm.com (d28av03.in.ibm.com [9.184.220.65]) by d28relay03.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u69EcxMp60424412 for ; Sat, 9 Jul 2016 20:08:59 +0530 Received: from d28av03.in.ibm.com (localhost [127.0.0.1]) by d28av03.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u69EcwVn027372 for ; Sat, 9 Jul 2016 20:08:59 +0530 In-Reply-To: <2151416.pAYsFeuZ97@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hi Thomas, On Friday 08 July 2016 06:27 PM, Thomas Monjalon wrote: > The comment and these lines can be removed and rely on default > enabling in config/common_base. I suggest to enable (remove disabling) > a feature at a time in the patch fixing the feature for PPC. Sure. So, do you suggest to send individual patchset (or patch) for each feature being enabled, one by one ?. Thanks, Gowrishankar