[dpdk-dev] [PATCH 1/7] Split atomic operations to architecture specific

2014-09-30 Thread Chao CH Zhu
23:23 Subject:Re: [dpdk-dev] [PATCH 1/7] Split atomic operations to architecture specific On Mon, Sep 29, 2014 at 12:05:22PM +0100, Bruce Richardson wrote: > On Fri, Sep 26, 2014 at 05:33:32AM -0400, Chao Zhu wrote: > > This patch splits the atomic operations from DPDK an

[dpdk-dev] [PATCH 1/7] Split atomic operations to architecture specific

2014-09-29 Thread Bruce Richardson
On Fri, Sep 26, 2014 at 05:33:32AM -0400, Chao Zhu wrote: > This patch splits the atomic operations from DPDK and push them to > architecture specific arch directories, so that other processor > architecture to support DPDK can be easily adopted. > > Signed-off-by: Chao Zhu > --- > lib/librte_ea

[dpdk-dev] [PATCH 1/7] Split atomic operations to architecture specific

2014-09-29 Thread Neil Horman
On Mon, Sep 29, 2014 at 12:05:22PM +0100, Bruce Richardson wrote: > On Fri, Sep 26, 2014 at 05:33:32AM -0400, Chao Zhu wrote: > > This patch splits the atomic operations from DPDK and push them to > > architecture specific arch directories, so that other processor > > architecture to support DPDK c

[dpdk-dev] [PATCH 1/7] Split atomic operations to architecture specific

2014-09-26 Thread Chao Zhu
This patch splits the atomic operations from DPDK and push them to architecture specific arch directories, so that other processor architecture to support DPDK can be easily adopted. Signed-off-by: Chao Zhu --- lib/librte_eal/common/Makefile |2 +- .../common/include/i686