commit | 83bb4442330f035bd68ec5d2f5b87bfef1c1a4ab | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 04 08:50:29 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Wed Jul 04 13:47:01 2018 -0600 |
tree | a7f379039f73da8d9c1012dbb31d7a2ad106d1d1 | |
parent | 9a119cd597769e0dd432110361ed1deec729ac06 [diff] |
RDMA/uverbs: Remove UA_FLAGS This bit of boilerplate isn't really necessary, we can use bitfields instead of a flags enum and the macros can then individually initialize them through the __VA_ARGS__ like everything else. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com> Signed-off-by: Leon Romanovsky <leonro@mellanox.com>