mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-22 05:01:27 +00:00
ib_srpt: Make it easier to use SR-IOV virtual functions
git-svn-id: http://svn.code.sf.net/p/scst/svn/branches/3.3.x@7569 d57e44dd-8a1f-0410-8b47-8ef2f437770f
This commit is contained in:
@@ -4359,9 +4359,8 @@ static void srpt_add_one(struct ib_device *device)
|
||||
INIT_WORK(&sport->work, srpt_refresh_port_work);
|
||||
#endif
|
||||
if (srpt_refresh_port(sport)) {
|
||||
pr_err("MAD registration failed for %s-%d.\n",
|
||||
pr_err("MAD registration failed for %s-%d. Note: this is expected for SR-IOV virtual functions.\n",
|
||||
sdev->device->name, i);
|
||||
goto err_ring;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user