Hello Dave, Something I noticed while working on the ib_srp sysfs documentation: commit c07d424d6118d528ef71b22b7424bfc359c307a5 allows to specify the value of sg_tablesize in the SRP login string but ignores that value entirely. Was that on purpose ? Shouldn't the statement "target->sg_tablesize = indirect_sg_entries ? : cmd_sg_entries" rather have been something like "if (!target->sg_tablesize) target->sg_tablesize = indirect_sg_entries ? : cmd_sg_entries" ?
Regards, 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
