The function ibv_get_cq_event() block and never return even after destruction all resources.
I do init all InfiniBand resources, launch ibv_get_cq_event in separate thread, then destroy all InfiniBand resources but ibv_get_cq_event never returns.
What is the proper initialization and destruction IB (RDMA)?