RE: WARNING: bad unlock balance in ucma_event_handler

From: Hefty, Sean
Date: Mon Jun 10 2019 - 16:02:55 EST


> That is as far as I can get, trying to figure out how to rework
> ctx->file to be properly ref counted, accessed and locked, is a major
> task.. I don't even know right now what migrate_id is supposed to be
> for :(

By default, events for a new connection (rdma_cm_id) go to the fd (rdma_cm_event_channel) associated with the listen. This allows migrating those events to a different fd.

- Sean