netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4]: Revamp TX hashing.
@ 2009-01-28  0:40 David Miller
  2009-01-28  9:02 ` Herbert Xu
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2009-01-28  0:40 UTC (permalink / raw)
  To: netdev


The simple_tx_hash() function we currently have in
net/core/dev.c is very rudimental and doesn't handle
routing and firewall scenerios very well.

The next 4 patches attempt to cure that.  The end result
is:

1) The RX queue selection of the input device seeds the
   TX queue selection for that SKB.

2) Locally generated packets seed the TX queue using
   skb->sk->sk_hash

Then we kill off the by-hand hashing code since in all cases
that matter it is no longer necessary.

Protocols that fail to store a proper sk->sk_hash value will
need to be fixed up to do so.  I encourage anyone so motivated
to do that audit :-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-01-28 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-28  0:40 [PATCH 0/4]: Revamp TX hashing David Miller
2009-01-28  9:02 ` Herbert Xu
2009-01-28 20:41   ` David Miller

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).