[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100430210131.GA2833@gargoyle.fritz.box>
Date: Fri, 30 Apr 2010 23:01:31 +0200
From: Andi Kleen <andi@...stfloor.org>
To: David Miller <davem@...emloft.net>
Cc: tglx@...utronix.de, shemminger@...tta.com, eric.dumazet@...il.com,
netdev@...r.kernel.org, peterz@...radead.org
Subject: Re: OFT - reserving CPU's for networking
> Then we can do cool tricks like having the cpu spin on a mwait() on the
> network device's status descriptor in memory.
When you specify a deep C state in that mwait then it will also have the long
wakeup latency in the idle case. When you don't then you just killed higher
Turbo mode on that socket and give away a lot of performance on the other
cores.
So you have to solve the idle state governour issue anyways, and then
you likely don't need it anymore.
Besides it seems to me that dispatching is something the NIC should
just do directly. "RPS only CPU" would be essentially just an
interrupt mitigation/flow redirection scheme that a lot of NICs
do anyways.
> In any event I agree with you, it's a cool idea at best, and likely
> not really practical.
s/cool//
-Andi
--
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