From: Jeff Kirsher Date: Tue, 2 Jun 2009 23:38:52 +0000 (-0700) Subject: igb: fix LRO warning X-Git-Tag: v2.6.27.25~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cad9419bea24912008cc9f26fcbe486cd8d20185;p=pandora-kernel.git igb: fix LRO warning This fix is only needed for 2.6.29.y tree, since in 2.6.30 and later IGB has moved to using GRO instead of LRO. igb supports LRO, but was not setting any hooks to the ->set_flags ethtool_ops function. This would trigger warnings if the user tried to enable or disable LRO. Based on the patch provided by Stephen Hemminger Reported-by: Sergey Kononenko Signed-off-by: Jeff Kirsher CC: Stephen Hemminger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed