Re: [dpdk-dev] [PATCH] net/mlx5: fix compilation without tunnel RSS support

2018-05-15 Thread Shahaf Shuler
Monday, May 14, 2018 9:00 AM, Shahaf Shuler: > Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix compilation without tunnel > RSS support > > Sunday, May 13, 2018 4:28 PM, Xueming(Steven) Li: > > Thanks for fixing this, one minor issue below. > > > > > -Origina

Re: [dpdk-dev] [PATCH] net/mlx5: fix compilation without tunnel RSS support

2018-05-13 Thread Shahaf Shuler
Sunday, May 13, 2018 4:28 PM, Xueming(Steven) Li: > Thanks for fixing this, one minor issue below. > > > -Original Message- > > From: Shahaf Shuler > > Sent: Sunday, May 13, 2018 4:08 PM > > To: Nélio Laranjeiro ; Adrien Mazarguil > > ; Yongseok Koh > > Cc: dev@dpdk.org; Xueming(Steven)

Re: [dpdk-dev] [PATCH] net/mlx5: fix compilation without tunnel RSS support

2018-05-13 Thread Xueming(Steven) Li
Thanks for fixing this, one minor issue below. > -Original Message- > From: Shahaf Shuler > Sent: Sunday, May 13, 2018 4:08 PM > To: Nélio Laranjeiro ; Adrien Mazarguil > ; > Yongseok Koh > Cc: dev@dpdk.org; Xueming(Steven) Li > Subject: [PATCH] net/mlx5: fix compilation without tunnel

[dpdk-dev] [PATCH] net/mlx5: fix compilation without tunnel RSS support

2018-05-13 Thread Shahaf Shuler
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") Cc: xuemi...@mellanox.com Signed-off-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_flow.c | 9 ++--- 1 file changed, 6 insertions(+), 3 d