Log an error message when nv_mem_client_init() fails due to missing IB peer memory symbols.
Fixes https://forums.developer.nvidia.com/t/290774
This commit is contained in:
parent
ea4c27fad6
commit
53de07b97c
@ -562,6 +562,7 @@ out:
|
|||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
#else
|
#else
|
||||||
|
peer_err("module compiled without IB peer memory symbols present\n");
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user