commit | 6cc2c8e535ec19153714cee62e11e4d9ac2ea953 | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Feb 12 21:12:55 2019 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Feb 19 20:52:18 2019 -0700 |
tree | 0c9f07b2e1b2e1249d6bbafda3d9557a6074ee49 | |
parent | c367074b6c37c2d2d45cb60a15b829eefbcee0f1 [diff] |
RDMA/rxe: Add ib_device_get_by_name() and use it in rxe rxe has an open coded version of this that is not as safe as the core version. This lets us eliminate the internal device list entirely from rxe. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>