commit | 6884c6c4bd09fb35b79a3967d15821cdfcbe77a3 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Mon Nov 12 22:59:55 2018 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Thu Nov 22 11:57:33 2018 -0700 |
tree | 3ffcf0458bde9b98536bcb979f1c96b0d0a402d5 | |
parent | 0bd01f3d090788188d3766bac044292de2789d03 [diff] |
RDMA/verbs: Store the write/write_ex uapi entry points in the uverbs_api Bringing all uapi entry points into one place lets us deal with them consistently. For instance the write, write_ex and ioctl paths can be disabled when an API is not supported by the driver. This will replace the uverbs_cmd_table static arrays. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>