From: Andi Kleen <andi@firstfloor.org>
To: Jeff Garzik <jeff@garzik.org>
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
andi@firstfloor.org, arjan@infradead.org, matthew@wil.cx,
jens.axboe@oracle.com, linux-kernel@vger.kernel.org,
douglas.w.styner@intel.com, chinang.ma@intel.com,
terry.o.prickett@intel.com, matthew.r.wilcox@intel.com,
Eric.Moore@lsi.com, DL-MPTFusionLinux@lsi.com,
netdev@vger.kernel.org
Subject: Re: >10% performance degradation since 2.6.18
Date: Mon, 6 Jul 2009 10:45:37 +0200 [thread overview]
Message-ID: <20090706084537.GB28145@one.firstfloor.org> (raw)
In-Reply-To: <4A5110B9.4030904@garzik.org>
> That seems to presume it is impossible to reprogram the NIC RX queue
> selection rules?
>
> If you can add a new 'flow' to a NIC hardware RX queue, surely you can
> imagine a remove + add operation for a migrated 'flow'... and thus, at
> least on the NIC hardware level, flows can follow processes.
The standard on modern NIC hardware is stateless hashing: as in you
don't program in flows, but the hardware just uses a fixed hash
to map the header to a rx queue. You can't really significantly influence
the hash on a per flow basis there (in theory you could chose
specific local port numbers, but you can't do that for the remote
ports or for well known sockets)
There are a few highend NICs that optionally support arbitary flow matching,
but it typically only supports a very limited number of flows
(so you need some fallback anyways) and of course it would
be costly to reprogram the NIC on every socket state change.
-Andi
--
ak@linux.intel.com -- Speaking for myself only.
next prev parent reply other threads:[~2009-07-06 8:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20090703025607.GK5480@parisc-linux.org>
[not found] ` <87skhdaaub.fsf@basil.nowhere.org>
[not found] ` <20090703185414.GP23611@kernel.dk>
[not found] ` <20090703191321.GO5480@parisc-linux.org>
[not found] ` <20090703192235.GV23611@kernel.dk>
[not found] ` <20090703194557.GQ5480@parisc-linux.org>
[not found] ` <20090703195458.GK2041@one.firstfloor.org>
[not found] ` <20090703130421.646fe5cb@infradead.org>
[not found] ` <20090703233505.GL2041@one.firstfloor.org>
[not found] ` <20090703230408.4433ee39@infradead.org>
[not found] ` <20090704084430.GO2041@one.firstfloor.org>
2009-07-04 9:19 ` >10% performance degradation since 2.6.18 Jeff Garzik
2009-07-05 4:01 ` Herbert Xu
2009-07-05 13:09 ` Matthew Wilcox
2009-07-05 16:11 ` Herbert Xu
2009-07-06 8:38 ` Andi Kleen
2009-07-05 20:44 ` Jeff Garzik
2009-07-06 1:19 ` Herbert Xu
2009-07-06 8:45 ` Andi Kleen [this message]
2009-07-06 17:00 ` Rick Jones
2009-07-06 17:36 ` Ma, Chinang
2009-07-06 17:42 ` Matthew Wilcox
2009-07-06 17:57 ` Ma, Chinang
2009-07-06 18:05 ` Matthew Wilcox
2009-07-06 18:48 ` Ma, Chinang
2009-07-06 18:53 ` Matthew Wilcox
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090706084537.GB28145@one.firstfloor.org \
--to=andi@firstfloor.org \
--cc=DL-MPTFusionLinux@lsi.com \
--cc=Eric.Moore@lsi.com \
--cc=arjan@infradead.org \
--cc=chinang.ma@intel.com \
--cc=douglas.w.styner@intel.com \
--cc=herbert@gondor.apana.org.au \
--cc=jeff@garzik.org \
--cc=jens.axboe@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=matthew.r.wilcox@intel.com \
--cc=matthew@wil.cx \
--cc=netdev@vger.kernel.org \
--cc=terry.o.prickett@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).