Re: [dpdk-dev] [PATCH] eal: define generic vector types

2017-01-04 Thread Thomas Monjalon
> > Add common vector type definitions to all CPU architectures. > > > > Signed-off-by: Nelio Laranjeiro > > Acked-by: Chao Zhu < chao...@linux.vnet.ibm.com> Applied, thanks It is a first important step to use vector instructions with generic C code when possible.

[dpdk-dev] [PATCH] eal: define generic vector types

2016-11-29 Thread Chao Zhu
-Original Message- From: Nelio Laranjeiro [mailto:nelio.laranje...@6wind.com] Sent: 2016?11?16? 23:21 To: dev at dpdk.org Cc: Thomas Monjalon ; Jianbo Liu ; Jerin Jacob ; Zhigang Lu ; Liming Sun ; Chao Zhu ; Bruce Richardson ; Konstantin Ananyev ; Adrien Mazarguil Subject: [PATCH] eal: de

[dpdk-dev] [PATCH] eal: define generic vector types

2016-11-16 Thread Nelio Laranjeiro
Add common vector type definitions to all CPU architectures. Signed-off-by: Nelio Laranjeiro --- lib/librte_eal/common/Makefile | 1 + lib/librte_eal/common/include/arch/arm/rte_vect.h | 1 + .../common/include/arch/ppc_64/rte_vect.h | 1 + lib/librte_eal/comm