[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1330022965.15610.32.camel@edumazet-laptop>
Date: Thu, 23 Feb 2012 19:49:25 +0100
From: Eric Dumazet <eric.dumazet@...il.com>
To: Neal Cardwell <ncardwell@...gle.com>
Cc: netdev@...r.kernel.org, David Miller <davem@...emloft.net>
Subject: Re: limited network bandwidth with 3.2.x kernels
Le jeudi 23 février 2012 à 13:39 -0500, Neal Cardwell a écrit :
> u32 incr = max(skb->len, 2U * tp->advmss);
>
> Or do you think we'd want:
>
> u32 incr = 2U * max(skb->len, tp->advmss);
>
or :
incr = 2 * skb->len;
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists