From: Matheos Worku <[EMAIL PROTECTED]>
Date: Fri, 05 Oct 2007 15:18:37 -0700
> >
> >> +static void niu_set_max_burst(struct niu *np, struct tx_ring_info *rp)
> >> +{
> >> + int mtu = np->dev->mtu;
> >> +
> >> + rp->max_burst = mtu + 32;
> >> + if (rp->max_burst > 4096)
> >> + rp->max_burst = 4096;
> >
> > Why 32 and 4096? (Magic values)
>
> These values were recommended by the HW designers for fair utilization
> of DRR feature among TX/RX rings.
I'll add macro defines for these, thanks for the feedback.
-
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