linux-stable/drivers/infiniband/hw
Jason Gunthorpe 44ce37bc8b RDMA: Move more uverbs_cmd_mask settings to the core
These functions all depend on the driver providing a specific op:

- REREG_MR is rereg_user_mr(). bnxt_re set this without providing the op
- ATTACH/DEATCH_MCAST is attach_mcast()/detach_mcast(). usnic set this
  without providing the op
- OPEN_QP doesn't involve the driver but requires a XRCD. qedr provides
  xrcd but forgot to set it, usnic doesn't provide XRCD but set it anyhow.
- OPEN/CLOSE_XRCD are the ops alloc_xrcd()/dealloc_xrcd()
- CREATE_SRQ/DESTROY_SRQ are the ops create_srq()/destroy_srq()
- QUERY/MODIFY_SRQ is op query_srq()/modify_srq(). hns sets this but
  sometimes supplies a NULL op.
- RESIZE_CQ is op resize_cq(). bnxt_re sets this boes doesn't supply an op
- ALLOC/DEALLOC_MW is alloc_mw()/dealloc_mw(). cxgb4 provided an
  (now deleted) implementation but no userspace

All drivers were checked that no drivers provide the op without also
setting uverbs_cmd_mask so this should have no functional change.

Link: https://lore.kernel.org/r/4-v1-caa70ba3d1ab+1436e-ucmd_mask_jgg@nvidia.com
Signed-off-by: Jason Gunthorpe <jgg@nvidia.com>
2020-10-26 19:27:58 -03:00
..
bnxt_re RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
cxgb4 RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
efa RDMA: Remove elements in uverbs_cmd_mask that all drivers set 2020-10-26 19:27:57 -03:00
hfi1 RDMA 5.10 pull request 2020-10-17 11:18:18 -07:00
hns RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
i40iw RDMA: Remove elements in uverbs_cmd_mask that all drivers set 2020-10-26 19:27:57 -03:00
mlx4 RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
mlx5 RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
mthca RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
ocrdma RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
qedr RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
qib Merge branch 'mlx5_active_speed' into rdma.git for-next 2020-09-18 10:31:45 -03:00
usnic RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
vmw_pvrdma RDMA: Move more uverbs_cmd_mask settings to the core 2020-10-26 19:27:58 -03:00
Makefile RDMA/iw_cxgb3: Remove the iw_cxgb3 module from kernel 2019-10-04 15:08:59 -03:00