commit | e586e1e1b73f3dc020b82e6fc42c7789b7d0e95d | [log] [tgz] |
---|---|---|
author | Kamal Heib <kamalheib1@gmail.com> | Mon Jul 30 21:56:44 2018 +0300 |
committer | Jason Gunthorpe <jgg@mellanox.com> | Mon Jul 30 20:29:45 2018 -0600 |
tree | c857dc02ced53c5302782cd7e5a2b4d151199915 | |
parent | 8380b74e7d606c4e053d7eea623362fcd8d432c2 [diff] |
RDMA/ipoib: Fix check for return code from ib_create_srq Make sure to check for "-EOPNOTSUPP" instead of "-ENOSYS" which is the return code from ib_create_srq() in case that it not supported. Signed-off-by: Kamal Heib <kamalheib1@gmail.com> Signed-off-by: Jason Gunthorpe <jgg@mellanox.com>