From: Alexander Duyck Date: Thu, 1 Jul 2010 20:01:05 +0000 (+0000) Subject: igb: drop support for UDP hashing w/ RSS X-Git-Tag: v2.6.36-rc1~571^2~364 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4478a9cdf007a0418755a8a4016af8352fb1c1f3;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed