From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chao Zhu Subject: Re: [PATCH v3 00/14] Patches for DPDK to support Power architecture Date: Tue, 25 Nov 2014 10:49:02 +0800 Message-ID: <5473EE1E.70007@linux.vnet.ibm.com> References: <1416792142-23132-1-git-send-email-chaozhu@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: "dev-VfR2kkLFssw@public.gmane.org" To: David Marchand Return-path: In-Reply-To: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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