diff options
| author | Jason Gunthorpe <[email protected]> | 2018-09-25 16:58:09 -0600 |
|---|---|---|
| committer | Jason Gunthorpe <[email protected]> | 2018-09-26 13:51:36 -0600 |
| commit | e349f858d29f300ad9ad327fd57735a1d15e147f (patch) | |
| tree | 4fefde7fc3431ed50865eecf7ddb621eac1183c0 /tools/perf/scripts/python/bin | |
| parent | 46bdf777685677c1cc6b3da9220aace9da690731 (diff) | |
RDMA: Fully setup the device name in ib_register_device
The current code has two copies of the device name, ibdev->dev and
dev_name(&ibdev->dev), and they are setup at different times, which is
very confusing.
Set them both up at the same time and make dev_name() the lead name, which
is the proper use of the driver core APIs. To make it very clear that the
name is not valid until registration pass it in to the
ib_register_device() call rather than messing with ibdev->name directly.
Also the reorganization now checks that dev_name is unique even if it does
not contain a %.
Signed-off-by: Jason Gunthorpe <[email protected]>
Acked-by: Adit Ranadive <[email protected]>
Reviewed-by: Steve Wise <[email protected]>
Acked-by: Devesh Sharma <[email protected]>
Reviewed-by: Shiraz Saleem <[email protected]>
Reviewed-by: Leon Romanovsky <[email protected]>
Reviewed-by: Dennis Dalessandro <[email protected]>
Reviewed-by: Michael J. Ruhl <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions