On Tue, Nov 8, 2011 at 11:00 AM, Nicholas A. Bellinger <[email protected]> wrote: > Thanks for verifying this one. Pushed into lio-core and will squash > into a single patch for target-pending.
I've had a quick look at http://git.kernel.org/?p=linux/kernel/git/nab/lio-core.git;a=blob;f=drivers/infiniband/ulp/srpt/ib_srpt.c. Apparently the rdma_size value in the I/O controller profile is still port-specific ? This is how the rdma_size is computed now: iocp->rdma_size = cpu_to_be32(min(sport->port_attrib.srp_max_rdma_size, 1U << 24)); Bart. -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
