From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e28smtp05.in.ibm.com (e28smtp05.in.ibm.com [122.248.162.5]) by dpdk.org (Postfix) with ESMTP id 39EB57F6C for ; Tue, 25 Nov 2014 03:37:38 +0100 (CET) Received: from /spool/local by e28smtp05.in.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 25 Nov 2014 08:18:27 +0530 Received: from d28dlp01.in.ibm.com (9.184.220.126) by e28smtp05.in.ibm.com (192.168.1.135) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Tue, 25 Nov 2014 08:18:25 +0530 Received: from d28relay05.in.ibm.com (d28relay05.in.ibm.com [9.184.220.62]) by d28dlp01.in.ibm.com (Postfix) with ESMTP id 85EF2E0053 for ; Tue, 25 Nov 2014 08:18:45 +0530 (IST) Received: from d28av04.in.ibm.com (d28av04.in.ibm.com [9.184.220.66]) by d28relay05.in.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sAP2mxKg3539356 for ; Tue, 25 Nov 2014 08:18:59 +0530 Received: from d28av04.in.ibm.com (localhost [127.0.0.1]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sAP2mN5N027320 for ; Tue, 25 Nov 2014 08:18:23 +0530 Received: from [127.0.0.1] ([9.186.59.229]) by d28av04.in.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sAP2mKQv026942; Tue, 25 Nov 2014 08:18:22 +0530 Message-ID: <5473EE1E.70007@linux.vnet.ibm.com> Date: Tue, 25 Nov 2014 10:49:02 +0800 From: Chao Zhu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: David Marchand References: <1416792142-23132-1-git-send-email-chaozhu@linux.vnet.ibm.com> In-Reply-To: X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14112502-0017-0000-0000-0000025AE53F Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Cc: "dev@dpdk.org" Subject: Re: [dpdk-dev] [PATCH v3 00/14] Patches for DPDK to support Power architecture 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, 25 Nov 2014 02:37:38 -0000 David, I submitted a updated patchset. I fixed all of the checkpatch errors, except one error(this error I think it is invalid). Thanks a lot! On 2014/11/24 23:05, David Marchand wrote: > Hello Chao, > > On Mon, Nov 24, 2014 at 2:22 AM, Chao Zhu > wrote: > > The set of patches add IBM Power architecture to the DPDK. It adds > the required support to the > EAL library. This set of patches doesn't support full DPDK > function on Power processors. So a > separate common configuration file is used for Power to turn off > some un-migrated functions. To > compile on PPC64 architecture, GCC version >= 4.8 must be used. > This v3 patch updates eal_memory.c > to fix the memory zone allocation and also solves the compiling > problems of test-pmd. > > > Please run a little checkpath on this patchset. > There are some issues. > > Thanks. > > -- > David Marchand