|
@@ -1053,8 +1053,6 @@ static struct ib_qp *ipoib_cm_create_tx_qp(struct net_device *dev, struct ipoib_
|
|
|
|
|
|
tx_qp = ib_create_qp(priv->pd, &attr);
|
|
|
if (PTR_ERR(tx_qp) == -EINVAL) {
|
|
|
- ipoib_warn(priv, "can't use GFP_NOIO for QPs on device %s, using GFP_KERNEL\n",
|
|
|
- priv->ca->name);
|
|
|
attr.create_flags &= ~IB_QP_CREATE_USE_GFP_NOIO;
|
|
|
tx_qp = ib_create_qp(priv->pd, &attr);
|
|
|
}
|