commit | 09c61d24f96dfef7791debfcaf96efe067ab2ba8 | [log] [tgz] |
---|---|---|
author | Karsten Graul <kgraul@linux.ibm.com> | Mon May 04 14:18:41 2020 +0200 |
committer | David S. Miller <davem@davemloft.net> | Mon May 04 10:54:39 2020 -0700 |
tree | f0c1b24e894bfb38056047ed6f34396e6a6f5fd6 | |
parent | b286a0651e4404ab96cdfdcdad8a839a26b3751e [diff] |
net/smc: wait for departure of an IB message Introduce smc_wr_tx_send_wait() to send an IB message and wait for the tx completion event of the message. This makes sure that the message is no longer in-flight when the function returns. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Reviewed-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>