]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs
authorLeon Romanovsky <leonro@mellanox.com>
Thu, 18 Jun 2020 11:25:06 +0000 (14:25 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 18 Jun 2020 17:59:12 +0000 (14:59 -0300)
commited8221e9576b89e8a4261119f0220dab0f6090ee
tree4007c4f15b7e90a9fa0170f01ede0d32b3c829d4
parentf1cda462ff1b4397027ef8e404211a920462e23d
RDMA/mlx5: Remove ECE limitation from the RAW_PACKET QPs

Like any other QP type, rely on FW for the RAW_PACKET QPs to decide if ECE
is supported or not. This fixes an inability to create RAW_PACKET QPs with
latest rdma-core with the ECE support.

Fixes: a06d42514cd6 ("RDMA/mlx5: Set ECE options during QP create")
Link: https://lore.kernel.org/r/20200618112507.3453496-2-leon@kernel.org
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/qp.c