Message ID | 3429fa019ebfb4a49bf1e670da8ae4fe@imap.linux.ibm.com (mailing list archive) |
---|---|
State | Not Applicable, archived |
Headers | show |
Thanks - applied -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/src/rsocket.c b/src/rsocket.c index 39c35cf..16792cf 100644 --- a/src/rsocket.c +++ b/src/rsocket.c @@ -1976,7 +1976,7 @@ static int rs_get_cq_event(struct rsocket *rs) rs->unack_cqe = 0; } rs->cq_armed = 0; - } else if (errno != EAGAIN) { + } else if (!(errno == EAGAIN || errno == EINTR)) { rs->state = rs_error; }