From: jamal <[EMAIL PROTECTED]> Date: Mon, 25 Jun 2007 12:47:31 -0400
> On Fri, 2007-22-06 at 09:26 +0800, Zhu Yi wrote: > > We don't have THL and THH in our driver. They are what you suggested. > > The queue wakeup number is 1/4 of the ring size. > > So how did you pick 1/4? Experimentation? If you look at tg3 its much > higher for example. tg3 uses 1/4: #define TG3_TX_WAKEUP_THRESH(tp) ((tp)->tx_pending / 4) tp->tx_pending is the current configured ring size, configurable via ethtool. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html