net/mlx5: fix build without tunnel RSS support
authorShahaf Shuler <shahafs@mellanox.com>
Sun, 13 May 2018 08:07:46 +0000 (11:07 +0300)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 17 May 2018 10:31:42 +0000 (12:31 +0200)
commit34511c25d5fdc03ca972bc7fed50e2dd43e8c956
tree7ff8051a9788690000ff97acc624794a825fac60
parent1f106da2bf7b6461a18601abbda36de11920dfcd
net/mlx5: fix build without tunnel RSS support

IBV_RX_HASH_INNER should be referenced only when having tunnel support
in the Verbs headers.

Fixes: 80f2d0ed7ff9 ("net/mlx5: add hardware flow debug dump")

Signed-off-by: Shahaf Shuler <shahafs@mellanox.com>
drivers/net/mlx5/mlx5_flow.c