commit | 8ceb1357b33790193e9d55d2d09bcfd6bd59dd6d | [log] [tgz] |
---|---|---|
author | Jason Gunthorpe <jgg@mellanox.com> | Tue Feb 12 21:12:48 2019 -0700 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Tue Feb 19 10:13:39 2019 -0700 |
tree | 43ffc005404f0a2eeab9f9c1ca47c3e6e7ca4d35 | |
parent | ea1075edcbab7d92f4e4ccf5490043f796bf78be [diff] |
RDMA/device: Consolidate ib_device per_port data into one place There is no reason to have three allocations of per-port data. Combine them together and make the lifetime for all the per-port data match the struct ib_device. Following patches will require more port-specific data, now there is a good place to put it. Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>