RDMA/mlx4: Add missed RSS hash inner header flag
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 26 Apr 2018 12:37:48 +0000 (15:37 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 9 May 2018 07:53:07 +0000 (09:53 +0200)
commitf9abec1296f693f41ee6bda012b9cb35ccb4ba4d
tree1de998d1d3f0d00f6ee877f7e84ee4d083ab4845
parent5761134decc01ce3b3fb6dc55caaa0211f9eed0f
RDMA/mlx4: Add missed RSS hash inner header flag

commit 4f9ca2d8686ecfdd40ca4f0294a3d94f83f05cea upstream.

Despite being advertised to user space application, the RSS inner
header flag was filtered by checks at the beginning of QP creation
routine.

Cc: <stable@vger.kernel.org> # 4.15
Fixes: 4d02ebd9bbbd ("IB/mlx4: Fix RSS hash fields restrictions")
Fixes: 07d84f7b6adf ("IB/mlx4: Add support to RSS hash for inner headers")
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/infiniband/hw/mlx4/qp.c