K 10 svn:author V 8 hselasky K 8 svn:date V 27 2019-05-16T17:34:54.840701Z K 7 svn:log V 343 MFC r347278: 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@ Sponsored by: Mellanox Technologies END