]> 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)
commit409d25be6f36aa41a5efe33464225ba0c3f133e1
tree1ed69b46b75f64efa0fe368d6fb9f12c883d44bb
parentcab6476728b4b1d6f9d5be1641660a346f565a81
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