Files
linux/drivers/infiniband/sw/rxe
Jason Gunthorpe c367074b6c RDMA/rxe: Use driver_unregister and new unregistration API
rxe does not have correct locking for its registration/unregistration
paths, use the core code to handle it instead. In this mode
ib_unregister_device will also do the dealloc, so rxe is required to do
clean up from a callback.

The core code ensures that unregistration is done only once, and generally
takes care of locking and concurrency problems for rxe.

Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>
2019-02-19 20:52:18 -07:00
..
2019-02-04 15:57:49 -07:00
2018-09-30 19:20:38 -06:00
2017-07-24 08:43:12 -04:00
2018-10-03 16:03:36 -06:00