]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ixgbe: drop support for UDP in RSS hash generation
authorAlexander Duyck <alexander.h.duyck@intel.com>
Mon, 19 Jul 2010 13:59:27 +0000 (13:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2010 03:23:36 +0000 (20:23 -0700)
commitd6ea7c9ccc9fd351fa2675304695d1654331fca3
treeaf9109a38a4177f041782fd64bd405035ac8e989
parentfca562ad63d12a32a74b40c86dfe61de9a21fd73
ixgbe: drop support for UDP in RSS hash generation

This change removes UDP from the supported protocols for RSS hashing.  The
reason for removing this protocol is because IP fragmentation was causing a
network flow to be broken into two streams, one for fragmented, and one for
non-fragmented and this in turn was causing out-of-order issues.

Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com>
Acked-by: Don Skidmore <donald.c.skidmore@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ixgbe/ixgbe_main.c