net/mlx5: fix icc compiler warning
authorXueming Li <xuemingl@mellanox.com>
Tue, 17 Oct 2017 02:46:43 +0000 (10:46 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 26 Oct 2017 00:33:01 +0000 (02:33 +0200)
commit50dcb0c521ca996f14e9121c176006cb669b6686
treefc1a5320375dedf4e6f91892d32b784d1de1994c
parentea5f15b1c49a687eaa57d435a8bf68e553b50b30
net/mlx5: fix icc compiler warning

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 descriptor")

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Acked-by: Nelio Laranjeiro <nelio.laranjeiro@6wind.com>
drivers/net/mlx5/Makefile
drivers/net/mlx5/mlx5_txq.c