On Thu, Mar 03, 2022 at 06:08:07PM -0600, Bob Pearson wrote: > Reference counting for object deletion can cause an object to > wait for something else to happen before an object gets deleted. > The destroy verbs can then return to rdma-core with the object still > holding references. Adding wait_for_completion in this path > prevents this. Maybe call this rxe_pool_destroy() or something instead of wait wait doesn't really convay to the reader tha the memory is free after it returns Jason