Thanks, applied, with some fixups -- this patch seemed to be against some tree I don't have, maybe OFED?? for example: > + if (unlikely(priv->tx_outstanding > MAX_SEND_CQE)) > + poll_tx(priv); > + > return; > > drop: I didn't see any version of ipoib_ib.c ever in the kernel tree that had a drop: label. - R.