HomeFreeBSD

MFC r347278:

Description

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

Details

Provenance
hselaskyAuthored on
Parents
rS347828: xdma(4): Fix invalid pointer use (breaks arm.SOCFPGA build)
Branches
Unknown
Tags
Unknown