Re: [dpdk-dev] [PATCH v4 1/3] net/mlx5: fix the clang compiling issue

2018-05-20 Thread Thomas Monjalon
17/05/2018 04:46, Gavin Hu: > From: gavin hu > > This patch adds a pair of "()" to embrace the argument > input to the function-like macro invocation. > > drivers/net/mlx5/mlx5_rxtx_vec.c:37: > drivers/net/mlx5/mlx5_rxtx_vec_neon.h:170:24: error: too many arguments > provided to function-like ma

[dpdk-dev] [PATCH v4 1/3] net/mlx5: fix the clang compiling issue

2018-05-16 Thread Gavin Hu
From: gavin hu This patch adds a pair of "()" to embrace the argument input to the function-like macro invocation. drivers/net/mlx5/mlx5_rxtx_vec.c:37: drivers/net/mlx5/mlx5_rxtx_vec_neon.h:170:24: error: too many arguments provided to function-like macro invocation (uint16x8_t) { 0, 0,