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:
Patrick J. LoPresti 2024-04-24 16:28:11 -07:00
parent ea4c27fad6
commit 53de07b97c

View File

@ -562,6 +562,7 @@ out:
return rc;
#else
peer_err("module compiled without IB peer memory symbols present\n");
return -EINVAL;
#endif
}