On Mon, Apr 10, 2023 at 03:27:01PM +0300, Leon Romanovsky wrote: > On Mon, Apr 10, 2023 at 04:11:51AM -0700, Selvin Xavier wrote: > > Add empty stub for disassociate ucontext as done in other vendor > > drivers. > > It will be great to mention in commit message that the reason to this > stub is because you use rdma_user_mmap_io(). That isn't the reason to do this stub.. It is some yet-to-be-cleaned-up way for the driver to indicate it *fully* supports driver disassociation. rdma_user_mmap_io() is part of that support, but the whole functionality should be tested before setting this. Jason