On Tue, Feb 15, 2022 at 12:34:27PM -0800, Bart Van Assche wrote: > 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. Right, but this list contains devices and not ports. Anyway, it is not important. Thanks > > Thanks, > > Bart. >