Re: [RFC PATCH] tcp: limit data skbs in qdisc layer
From: David Miller <davem@davemloft.net>
Date: 2012-07-09 07:08:35
From: David Miller <davem@davemloft.net>
Date: 2012-07-09 07:08:35
From: Eric Dumazet <redacted> Date: Wed, 04 Jul 2012 12:11:27 +0200
sk->sk_wmem_alloc not allowed to grow above a given limit, allowing no more than ~4 segments [1] per tcp socket in qdisc layer at a given time. (if TSO is enabled, then a single TSO packet hits the limit)
I'm suspicious and anticipate that 10G will need more queueing than you are able to get away with tg3 at 1G speeds. But it is an exciting idea nonetheless :-)