On Fri, Jul 27, 2012 at 9:50 AM, Paul Grun <[email protected]> wrote:
> Note that both an "RNR-NAK retry count exceeded" and a "timeout" error are
> reported in the same way, as a locally detected error.

Not quite right.  There are two different work completion statuses:

        IBV_WC_RETRY_EXC_ERR
        IBV_WC_RNR_RETRY_EXC_ERR

which libibverbs will format as

        "transport retry counter exceeded"
        "RNR retry counter exceeded"

so it is pretty easy to tell the difference between the two errors.

 - R.
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to