eal: define generic vector types
authorNelio Laranjeiro <nelio.laranjeiro@6wind.com>
Wed, 16 Nov 2016 15:20:38 +0000 (16:20 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 4 Jan 2017 20:50:19 +0000 (21:50 +0100)
commit86c743cf9140806ab9d61f63768e516aae477860
tree310724802e5194e50cc430a57d33bc4a1bcdb0ec
parentc6dab2a873f65c5a4ea9735aa24d9539426adba4
eal: define generic vector types

Add common vector type definitions to all CPU architectures.

Signed-off-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
Acked-by: Chao Zhu <chaozhu@linux.vnet.ibm.com>
doc/api/doxy-api-index.md
lib/librte_eal/common/Makefile
lib/librte_eal/common/include/arch/arm/rte_vect.h
lib/librte_eal/common/include/arch/ppc_64/rte_vect.h
lib/librte_eal/common/include/arch/tile/rte_vect.h [new file with mode: 0644]
lib/librte_eal/common/include/arch/x86/rte_vect.h
lib/librte_eal/common/include/generic/rte_vect.h [new file with mode: 0644]