Messages in this thread |  | | | Date | Sun, 5 Jul 2009 12:01:37 +0800 | | From | Herbert Xu <> | | Subject | Re: >10% performance degradation since 2.6.18 |
Jeff Garzik <jeff@garzik.org> wrote: > > What's the best setup for power usage? > What's the best setup for performance? > Are they the same?
Yes.
> Is it most optimal to have the interrupt for socket $X occur on the same > CPU as where the app is running?
Yes.
> If yes, how to best handle when the scheduler moves app to another CPU? > Should we reprogram the NIC hardware flow steering mechanism at that point?
Not really. For now the best thing to do is to pin everything down and not move at all, because we can't afford to move.
The only way for moving to work is if we had the ability to get the sockets to follow the processes. That means, we must have one RX queue per socket.
Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
|  |