From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from e23smtp07.au.ibm.com (e23smtp07.au.ibm.com [202.81.31.140]) by dpdk.org (Postfix) with ESMTP id D52E22E89 for ; Thu, 13 Nov 2014 11:20:51 +0100 (CET) Received: from /spool/local by e23smtp07.au.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 13 Nov 2014 20:30:47 +1000 Received: from d23dlp02.au.ibm.com (202.81.31.213) by e23smtp07.au.ibm.com (202.81.31.204) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 13 Nov 2014 20:30:45 +1000 Received: from d23relay06.au.ibm.com (d23relay06.au.ibm.com [9.185.63.219]) by d23dlp02.au.ibm.com (Postfix) with ESMTP id B0ECE2BB005F for ; Thu, 13 Nov 2014 21:30:45 +1100 (EST) Received: from d23av02.au.ibm.com (d23av02.au.ibm.com [9.190.235.138]) by d23relay06.au.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id sADAUTdj37421278 for ; Thu, 13 Nov 2014 21:30:29 +1100 Received: from d23av02.au.ibm.com (localhost [127.0.0.1]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id sADAUiIG031194 for ; Thu, 13 Nov 2014 21:30:44 +1100 Received: from [127.0.0.1] ([9.186.104.136]) by d23av02.au.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id sADAUd9u030924; Thu, 13 Nov 2014 21:30:43 +1100 Message-ID: <54648872.2050808@linux.vnet.ibm.com> Date: Thu, 13 Nov 2014 18:31:14 +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: Thomas Monjalon , Chao Zhu References: <1411724186-8036-1-git-send-email-bjzhuc@cn.ibm.com> <235979634.ZQM3me8EPh@xps13> In-Reply-To: <235979634.ZQM3me8EPh@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: 14111310-0025-0000-0000-0000007ED240 Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH 00/12] 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: Thu, 13 Nov 2014 10:20:52 -0000 Thomas, Sorry for the delay. I'll push the updated patches to the mail list before next Monday. Thanks a lot! Best Regards! ------------------------------ Chao Zhu On 2014/11/13 18:24, Thomas Monjalon wrote: > Hi Chao, > > 2014-09-26 05:36, Chao Zhu: >> 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 function on Power processors. Many functions >> are turned off in configuratidon. More patches will be added continuesly. >> >> Chao Zhu (12): >> Add compiling definations for IBM Power architecture >> Add atomic operations for IBM Power architecture >> Add byte order operations for IBM Power architecture >> Add CPU cycle operations for IBM Power architecture >> Add prefetch operation for IBM Power architecture >> Add spinlock operation for IBM Power architecture >> Add vector memcpy for IBM Power architecture >> Add CPU flag checking for IBM Power architecture >> Remove iopl operation for IBM Power architecture >> Add cache size define for IBM Power Architecture >> Add huge page sizes for IBM Power architecture >> Add memory support for IBM Power Architecture > Could you share the status of the rework of these patches? > Maybe that some parts could enter in 1.8 as a preview. >