yet.
int status;
CDEBUG(D_TRACE, "This is the gmnal module initialisation routine\n");
+ if (lnet_apini.apini_ptlcompat != 0) {
+ LCONSOLE_ERROR("GM does not support portals compatibility mode\n");
+ return -ENODEV;
+ }
+
#if CONFIG_SYSCTL && !CFS_SYSFS_MODULE_PARM
gmnal_tunables.gm_sysctl =
register_sysctl_table(gmnal_top_ctl_table, 0);
{
int rc;
+ if (lnet_apini.apini_ptlcompat != 0) {
+ LCONSOLE_ERROR("IIB does not support portals compatibility mode\n");
+ return -ENODEV;
+ }
+
if (sizeof(kib_wire_connreq_t) > CM_REQUEST_INFO_USER_LEN) {
CERROR("sizeof(kib_wire_connreq_t) > CM_REQUEST_INFO_USER_LEN\n");
return -EINVAL;
{
int rc;
+ if (lnet_apini.apini_ptlcompat != 0) {
+ LCONSOLE_ERROR("OpenIB does not support portals compatibility mode\n");
+ return -ENODEV;
+ }
+
rc = kibnal_tunables_init();
if (rc != 0)
return rc;
{
int rc;
+ if (lnet_apini.apini_ptlcompat != 0) {
+ LCONSOLE_ERROR("RA does not support portals compatibility mode\n");
+ return -ENODEV;
+ }
+
rc = kranal_tunables_init();
if (rc != 0)
return rc;