[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-10-13 Thread Chao CH Zhu
David, I'll update the patches acccording to your comments. Thanks! Best Regards! -- Chao Zhu From: David Marchand To: Chao CH Zhu/China/IBM at IBMCN Cc: "dev at dpdk.org" Date: 2014/10/03 21:21 Subject: Re: [dpdk-dev] [PATCH

[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-10-12 Thread Chao CH Zhu
: Bruce Richardson To: David Marchand Cc: Chao CH Zhu/China/IBM at IBMCN, "dev at dpdk.org" Date: 2014/10/03 21:28 Subject: Re: [dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK On Fri, Oct 03, 2014 at 03:21:53PM +0200, David Marc

[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-10-12 Thread Chao CH Zhu
h Lab Building 19 Zhongguancun Software Park 8 Dongbeiwang West Road, Haidian District, Beijing, PRC. 100193 Tel: +86-10-58748711 Email: bjzhuc at cn.ibm.com From: Cyril Chemparathy To: Chao CH Zhu/China/IBM at IBMCN, Date: 2014/10/07 05:39 Subject:Re: [dpdk-dev] [PATCH 0/7] Patch

[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-10-06 Thread Cyril Chemparathy
On 9/26/2014 2:33 AM, Chao Zhu wrote: > The set of patches split x86 architecture specific operations from DPDK and > put them to the > arch directories of i686 and x86_64 architecture. This will make the adpotion > of DPDK much easier > on other computer architecture. For a new architecture, jus

[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-10-03 Thread David Marchand
Hello Chao, On Fri, Sep 26, 2014 at 11:33 AM, Chao Zhu wrote: > The set of patches split x86 architecture specific operations from DPDK > and put them to the > arch directories of i686 and x86_64 architecture. This will make the > adpotion of DPDK much easier > on other computer architecture. Fo

[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-10-03 Thread Bruce Richardson
On Fri, Oct 03, 2014 at 03:21:53PM +0200, David Marchand wrote: > Hello Chao, > > On Fri, Sep 26, 2014 at 11:33 AM, Chao Zhu wrote: > > > The set of patches split x86 architecture specific operations from DPDK > > and put them to the > > arch directories of i686 and x86_64 architecture. This wil

[dpdk-dev] [PATCH 0/7] Patches to split architecture specific operations from DPDK

2014-09-26 Thread Chao Zhu
The set of patches split x86 architecture specific operations from DPDK and put them to the arch directories of i686 and x86_64 architecture. This will make the adpotion of DPDK much easier on other computer architecture. For a new architecture, just add an architecture specific directory and ne