]> git.karo-electronics.de Git - karo-tx-linux.git/commit
IB/ipoib: Use debug prints instead of warnings in RNR WC status
authorFeras Daoud <ferasda@mellanox.com>
Wed, 28 Dec 2016 12:47:26 +0000 (14:47 +0200)
committerDoug Ledford <dledford@redhat.com>
Thu, 12 Jan 2017 19:01:05 +0000 (14:01 -0500)
commit13ee429a0271b997f57b22ee67d40fc601f0b220
tree9de5de3d3349f3bcd640139c0e7eec8c1783106f
parentd32b9a81d7c9bf111536b547a60b50c8dd7fccd1
IB/ipoib: Use debug prints instead of warnings in RNR WC status

If a receive request has not been posted to the work queue, the incoming
message is rejected and the peer will receive a receiver-not-ready (RNR)
error. In IPoIB, IB_WC_RNR_RETRY_EXC_ERR error is part of the life cycle
therefore ipoib_cm_handle_tx_wc function will print to debug instead
of warnings.

Signed-off-by: Feras Daoud <ferasda@mellanox.com>
Signed-off-by: Erez Shitrit <erezsh@mellanox.com>
Signed-off-by: Leon Romanovsky <leon@kernel.org>
Reviewed-by: Yuval Shaia <yuval.shaia@oracle.com>
Signed-off-by: Doug Ledford <dledford@redhat.com>
drivers/infiniband/ulp/ipoib/ipoib_cm.c