eal: split byte order operations to architecture specific
authorChao Zhu <bjzhuc@cn.ibm.com>
Tue, 28 Oct 2014 12:50:50 +0000 (13:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Nov 2014 21:19:04 +0000 (22:19 +0100)
commitb56f46c327034e403af20a543b13aad7b09d5653
tree783cc122ac322e2fe49a3824508d36826616f648
parent4b2fd987d8bf065487873837bda9b30ab914fbb7
eal: split byte order operations to architecture specific

This patch splits the byte order 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_byteorder.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/x86_64/rte_byteorder.h [new file with mode: 0644]
lib/librte_eal/common/include/generic/rte_byteorder.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_byteorder.h [deleted file]