Re: [dpdk-dev] [PATCH] net/mlx5: fix ICC compiler warning

2017-10-24 Thread Xueming(Steven) Li
Thanks very much, sorry that I forgot to reply... > -Original Message- > From: Ferruh Yigit [mailto:ferruh.yi...@intel.com] > Sent: Tuesday, October 24, 2017 5:54 AM > To: Nélio Laranjeiro ; Xueming(Steven) Li > > Cc: Ferruh Yigit ; dev@dpdk.org > Subject: Re: [dpdk-

Re: [dpdk-dev] [PATCH] net/mlx5: fix ICC compiler warning

2017-10-23 Thread Ferruh Yigit
On 10/17/2017 12:56 AM, Nélio Laranjeiro wrote: > On Tue, Oct 17, 2017 at 10:46:43AM +0800, Xueming Li wrote: >> Initialize variable to avoid ICC compiler warning: >> http://www.dpdk.org/ml/archives/dev/2017-October/077971.html >> >> Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a fi

Re: [dpdk-dev] [PATCH] net/mlx5: fix ICC compiler warning

2017-10-20 Thread Ferruh Yigit
On 10/16/2017 7:46 PM, Xueming Li wrote: > Initialize variable to avoid ICC compiler warning: > http://www.dpdk.org/ml/archives/dev/2017-October/077971.html Hi Xueming, Nelio, I disabled that warning for ICC in Makefile [1], as mentioned in above mail. If you prefer to fix it instead of disable,

Re: [dpdk-dev] [PATCH] net/mlx5: fix ICC compiler warning

2017-10-17 Thread Nélio Laranjeiro
On Tue, Oct 17, 2017 at 10:46:43AM +0800, Xueming Li wrote: > Initialize variable to avoid ICC compiler warning: > http://www.dpdk.org/ml/archives/dev/2017-October/077971.html > > Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file...") > > Signed-off-by: Xueming Li > --- > driv

[dpdk-dev] [PATCH] net/mlx5: fix ICC compiler warning

2017-10-16 Thread Xueming Li
Initialize variable to avoid ICC compiler warning: http://www.dpdk.org/ml/archives/dev/2017-October/077971.html Fixes: f8b9a3bad467 ("net/mlx5: install a socket to exchange a file...") Signed-off-by: Xueming Li --- drivers/net/mlx5/mlx5_txq.c | 1 + 1 file changed, 1 insertion(+) diff --git a/