[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090611.022713.35602614.davem@davemloft.net>
Date: Thu, 11 Jun 2009 02:27:13 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: ron.mercer@...gic.com
Cc: netdev@...r.kernel.org
Subject: Re: [net-next PATCH 3/3] qlge: Increase default TX/RX ring size to
1024.
From: Ron Mercer <ron.mercer@...gic.com>
Date: Wed, 10 Jun 2009 18:49:35 -0700
>
> Signed-off-by: Ron Mercer <ron.mercer@...gic.com>
This is huge. Even other aggressive NICs such as BNX2X only use 256
ring entries per TX queue.
There is a point where increasing definitely hurts, because you're
increasing the resident set size of the cpu, as more and more SKBs are
effectively "in flight" at a given time and only due to the amount
you're allowing to get queued up into the chip.
And with multiqueue, per-queue TX queue sizes should matter less at
least to some extent.
Are you sure that jacking the value up this high has no negative side
effects for various workloads?
--
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