Quoting Grant Grundler <[EMAIL PROTECTED]>:
> On Tue, Jan 10, 2006 at 08:55:15PM +0200, Michael S. Tsirkin wrote:
> > Dont try to post more send work requests if the TX ring is full.
> > Setting netif_stop_queue is insufficient: linux can still land
> > a tx packet on us.

...


> > +   if (unlikely(priv->tx_head - priv->tx_tail == IPOIB_TX_RING_SIZE)) {
> > +           ipoib_dbg(priv, "TX ring full, dropping packet\n");
> > +           ++priv->stats.tx_errors;
> 
> Could this be tx_dropped?

I dont know. Roland?

-- 
MST
_______________________________________________
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to