From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v4 1/3] net/mlx5: fix the clang compiling issue Date: Mon, 21 May 2018 01:02:13 +0200 Message-ID: <52655603.Nh8Pk5rl52@xps> References: <1526372924-28411-1-git-send-email-gavin.hu@arm.com> <20180517024610.36416-1-gavin.hu@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, jerin.jacob@caviumnetworks.com, stable@dpdk.org, Sirshak Das To: Gavin Hu Return-path: In-Reply-To: <20180517024610.36416-1-gavin.hu@arm.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 macro invocation > (uint16x8_t) { 0, 0, cs_flags, > rte_cpu_to_be_16(len), > > Fixes: 570acdb1da ("net/mlx5: add vectorized Rx/Tx burst for ARM") > Cc: stable@dpdk.org > > Signed-off-by: Gavin Hu > Signed-off-by: Sirshak Das > Reviewed-by: Phil Yang > Reviewed-by: Honnappa Nagarahalli > Reviewed-by: Jerin Jacob > Acked-by: Yongseok Koh Series applied, thanks