[dpdk-dev] [PATCH v3 00/10] split architecture specific operations

2014-11-05 Thread Thomas Monjalon
> > The set of patches split x86 architecture specific operations from DPDK and > > put > > them to x86 arch directory. > > This will make the adoption of DPDK much easier on other computer > > architecture. > > For a new architecture, just add an architecture specific directory and > > necessary

[dpdk-dev] [PATCH v3 00/10] split architecture specific operations

2014-11-05 Thread Chao Zhu
> The set of patches split x86 architecture specific operations from DPDK and > put > them to x86 arch directory. > This will make the adoption of DPDK much easier on other computer > architecture. > For a new architecture, just add an architecture specific directory and > necessary building con

[dpdk-dev] [PATCH v3 00/10] split architecture specific operations

2014-11-03 Thread Chao CH Zhu
David, I acked the set of patches. Thanks a lot! Best Regards! -- Chao Zhu From: David Marchand To: dev at dpdk.org Cc: Chao CH Zhu/China/IBM at IBMCN Date: 2014/10/28 20:50 Subject:[PATCH v3 00/10] split architecture specific operations T

[dpdk-dev] [PATCH v3 00/10] split architecture specific operations

2014-10-28 Thread David Marchand
The set of patches split x86 architecture specific operations from DPDK and put them to x86 arch directory. This will make the adoption of DPDK much easier on other computer architecture. For a new architecture, just add an architecture specific directory and necessary building configuration files,