commit | 595c7736d48037d67e7926f5d3ebf484b95b1d13 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 04 08:50:26 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 04 13:47:01 2018 -0600 |
tree | 24961a06b5f83db6b638415fa575e5cd5d4115be | |
parent | d108dac08085b6fe3947df9625c76fc9f66c1bbb [diff] |
RDMA/uverbs: Simplify method definition macros Instead of the large set of indirecting macros, define the few needed macros to directly instantiate the struct uverbs_method_def and associated attributes list. This is small amount of code duplication but the readability is far better. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>