]> git.baikalelectronics.ru Git - kernel.git/commit
RDMA/mlx5: Delete create QP flags obfuscation
authorLeon Romanovsky <leonro@mellanox.com>
Mon, 27 Apr 2020 15:46:13 +0000 (18:46 +0300)
committerJason Gunthorpe <jgg@mellanox.com>
Tue, 28 Apr 2020 23:42:23 +0000 (20:42 -0300)
commitf296b395c8bc81644debfbff77f692cffcc46423
tree1ed69b46b75f64efa0fe368d6fb9f12c883d44bb
parent4ee172e5e59ff2b98ecabf17aa3fee03fe8decdc
RDMA/mlx5: Delete create QP flags obfuscation

There is no point in redefinition of stable and exposed to users create
flags. Their values won't be changed and it is equal to used by the
mlx5. Delete the mlx5 definitions and use IB/core fields.

Link: https://lore.kernel.org/r/20200427154636.381474-14-leon@kernel.org
Reviewed-by: Maor Gottlieb <maorg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
drivers/infiniband/hw/mlx5/devx.c
drivers/infiniband/hw/mlx5/flow.c
drivers/infiniband/hw/mlx5/main.c
drivers/infiniband/hw/mlx5/mlx5_ib.h
drivers/infiniband/hw/mlx5/qp.c