eal: split CPU flags operations to architecture specific
authorChao Zhu <bjzhuc@cn.ibm.com>
Tue, 28 Oct 2014 12:50:55 +0000 (13:50 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 5 Nov 2014 21:20:12 +0000 (22:20 +0100)
commitd900193518c770009a539866c65f22f1450449b8
tree5fc0f092eb26348b2bd41737519556e303858f0f
parent8468f490712356930851832eec2d9b1c73764feb
eal: split CPU flags operations to architecture specific

This patch splits CPU flags related operations from DPDK and push them
to architecture specific arch directories, so that other processor
architecture can implement its own CPU flag functions to support DPDK.

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/eal_common_cpuflags.c
lib/librte_eal/common/include/arch/i686/rte_cpuflags.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/x86_64/rte_cpuflags.h [new file with mode: 0644]
lib/librte_eal/common/include/generic/rte_cpuflags.h [new file with mode: 0644]
lib/librte_eal/common/include/rte_cpuflags.h [deleted file]