igb: drop support for UDP hashing w/ RSS
authorAlexander Duyck <alexander.h.duyck@intel.com>
Thu, 1 Jul 2010 20:01:05 +0000 (20:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 6 Jul 2010 01:50:54 +0000 (18:50 -0700)
commit4478a9cdf007a0418755a8a4016af8352fb1c1f3
treeca8a8ba6059ac49f780b2c9e8cb7517394481bbf
parent39827be26b36ef9cdbc661c92a269e0484cd9ef5
igb: drop support for UDP hashing w/ RSS

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>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/igb/igb_main.c