diff options
| -rw-r--r-- | drivers/infiniband/ulp/ipoib/ipoib_cm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/infiniband/ulp/ipoib/ipoib_cm.c b/drivers/infiniband/ulp/ipoib/ipoib_cm.c index 83a7751c38d6..6e3cc865e369 100644 --- a/drivers/infiniband/ulp/ipoib/ipoib_cm.c +++ b/drivers/infiniband/ulp/ipoib/ipoib_cm.c | |||
| @@ -752,6 +752,8 @@ void ipoib_cm_send(struct net_device *dev, struct sk_buff *skb, struct ipoib_cm_ | |||
| 752 | if (++priv->tx_outstanding == ipoib_sendq_size) { | 752 | if (++priv->tx_outstanding == ipoib_sendq_size) { |
| 753 | ipoib_dbg(priv, "TX ring 0x%x full, stopping kernel net queue\n", | 753 | ipoib_dbg(priv, "TX ring 0x%x full, stopping kernel net queue\n", |
| 754 | tx->qp->qp_num); | 754 | tx->qp->qp_num); |
| 755 | if (ib_req_notify_cq(priv->send_cq, IB_CQ_NEXT_COMP)) | ||
| 756 | ipoib_warn(priv, "request notify on send CQ failed\n"); | ||
| 755 | netif_stop_queue(dev); | 757 | netif_stop_queue(dev); |
| 756 | } | 758 | } |
| 757 | } | 759 | } |
