]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx5: Fix integrity enabled QP creation
authorMax Gurtovoy <maxg@mellanox.com>
Wed, 17 Jun 2020 13:02:30 +0000 (16:02 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 18 Jun 2020 18:14:57 +0000 (15:14 -0300)
commit42113e3d0b4c363435e10e7a9ca744d84a57b71a
tree3366c7f77cea8786a8b8e6758258fc83b53471be
parented8221e9576b89e8a4261119f0220dab0f6090ee
RDMA/mlx5: Fix integrity enabled QP creation

create_flags checks was refactored and broke the creation on integrity
enabled QPs and actually broke the NVMe/RDMA and iSER ULP's when using
mlx5 driven devices.

Fixes: a8f885a35b35 ("RDMA/mlx5: Process create QP flags in one place")
Link: https://lore.kernel.org/r/20200617130230.2846915-1-leon@kernel.org
Signed-off-by: Max Gurtovoy <maxg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/qp.c