forked from luck/tmp_suning_uos_patched
net/smc: adapt send request completion notification
The solicited flag is meaningful for the receive completion queue. Ask for next work completion of any type on the send queue. Signed-off-by: Ursula Braun <ubraun@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a6832c3acd
commit
8301fa44b4
|
@ -244,7 +244,7 @@ int smc_wr_tx_send(struct smc_link *link, struct smc_wr_tx_pend_priv *priv)
|
||||||
int rc;
|
int rc;
|
||||||
|
|
||||||
ib_req_notify_cq(link->smcibdev->roce_cq_send,
|
ib_req_notify_cq(link->smcibdev->roce_cq_send,
|
||||||
IB_CQ_SOLICITED_MASK | IB_CQ_REPORT_MISSED_EVENTS);
|
IB_CQ_NEXT_COMP | IB_CQ_REPORT_MISSED_EVENTS);
|
||||||
pend = container_of(priv, struct smc_wr_tx_pend, priv);
|
pend = container_of(priv, struct smc_wr_tx_pend, priv);
|
||||||
rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx],
|
rc = ib_post_send(link->roce_qp, &link->wr_tx_ibs[pend->idx],
|
||||||
&failed_wr);
|
&failed_wr);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user