RDMA/uverbs: Check for NULL driver methods for every write call
authorJason Gunthorpe <jgg@mellanox.com>
Mon, 12 Nov 2018 20:59:58 +0000 (22:59 +0200)
committerJason Gunthorpe <jgg@mellanox.com>
Thu, 22 Nov 2018 18:57:33 +0000 (11:57 -0700)
commita140692a52d2e12ba6a76dd042d556348e8bb55a
treed168281ba7eca4abde7746f7398d4d2187437a09
parent1de751caf7d52debd9820dbcd0190c6306f3f7b0
RDMA/uverbs: Check for NULL driver methods for every write call

Add annotations to the uverbs_api structure indicating which driver
methods are called by the implementation. If the required method
is NULL the write API will be not be callable.

This effectively duplicates the cmd_mask system, however it does it by
expressing invariants required by the core code, not by delegating
decision making to the driver. This is another step toward eliminating
cmd_mask.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
Signed-off-by: Leon Romanovsky <leonro@mellanox.com>
drivers/infiniband/core/uverbs_cmd.c
drivers/infiniband/core/uverbs_uapi.c
include/rdma/uverbs_ioctl.h