commit | 3e032c0e92aa0c4c0b46c5e2d6d41706c8fce488 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Wed Jan 08 19:22:05 2020 +0200 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jan 13 16:20:16 2020 -0400 |
tree | abda9ca26078257f481e606a88fb359acbe488fe | |
parent | 39e83af817610e80a9582df94d44173bcb6f85e4 [diff] |
RDMA/core: Make ib_uverbs_async_event_file into a uobject This makes async events aligned with completion events as both are full uobjects of FD type and use the same uobject lifecycle. A bunch of duplicate code is consolidated and the general flow between the two FDs is now very similar. Link: https://lore.kernel.org/r/1578504126-9400-14-git-send-email-yishaih@mellanox.com Signed-off-by: Yishai Hadas <yishaih@mellanox.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>