K 10 svn:author V 8 hselasky K 8 svn:date V 27 2019-05-08T10:42:05.403621Z K 7 svn:log V 348 Fix endless loop in ipoib_poll(). ib_req_notify_cq may return negative value which will indicate a failure. In the case of uncorrectable error, we will end up in an endless loop. Fix that, by going to another loop with poll_more only if there is anything left to poll. Submitted by: slavash@ MFC after: 3 days Sponsored by: Mellanox Technologies END