Quoting r. Ralph Campbell <[EMAIL PROTECTED]>: > Subject: [PATCH] change Mellanox SDP workaround to a moduleparameter > > This patch changes the hardwired MTU limit of 1024 in SDP > into a module parameter so it can be disabled for HCAs > without the RC performance problem. > > Signed-off-by: Ralph Campbell <[EMAIL PROTECTED]>
Hmm. Do we want this as a compile-time option too, for people that might compile SDP in kernel? +module_param(sdp_path_mtu_max, int, 0); Why 0? Lets make this editable from sysfs? -- Michael S. Tsirkin Staff Engineer, Mellanox Technologies _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
