eal: split spinlock operations to architecture specific
authorChao Zhu <bjzhuc@cn.ibm.com>
Tue, 28 Oct 2014 12:50:53 +0000 (13:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Nov 2014 21:19:23 +0000 (22:19 +0100)
commit8a65109c01a6c4df5453188be4cd445725ac27d7
tree5d3323f56580a497d76638c7929fcdafc82ae217
parent2eefe6f11b8d8b80ee6322562a6ed9311fccc775
eal: split spinlock operations to architecture specific

This patch splits the spinlock 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 <bjzhuc@cn.ibm.com>
Signed-off-by: David Marchand <david.marchand@6wind.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/arch/i686/rte_spinlock.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/x86_64/rte_spinlock.h [new file with mode: 0644]
lib/librte_eal/common/include/generic/rte_spinlock.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_spinlock.h [deleted file]