On 5/3/22 5:03 AM, Thomas Monjalon wrote:
The keyword "vector" may conflict easily.
As a rule, it is better to use the alternative keyword "__vector".
Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
---
drivers/net/i40e/i40e_rxtx_vec_altivec.c | 214 ++--
drivers/net/mlx5/mlx5_rxtx_vec_altivec.h | 1078 ++++++++---------
.../net/virtio/virtio_rxtx_simple_altivec.c | 70 +-
examples/l3fwd/l3fwd_lpm_altivec.h | 14 +-
lib/eal/ppc/include/rte_vect.h | 2 +-
lib/lpm/rte_lpm_altivec.h | 6 +-
6 files changed, 692 insertions(+), 692 deletions(-)
Reviewed-by: David Christensen <d...@linux.vnet.ibm.com>