On 2/15/22 10:42, Leon Romanovsky wrote:
On Tue, Feb 15, 2022 at 10:26:48AM -0800, Bart Van Assche wrote:/* + * RDMA adapter in the initiator system. + * + * @dev_list: List of RDMA ports associated with this RDMA adapter (srp_host).Isn't this list of RDMA devices and not ports?
Please take a look at srp_add_port(). I think that function establishes a 1:1 relationship between an RDMA port and struct srp_host.
Thanks, Bart.