From: Eric Dumazet Date: Sat, 18 May 2013 07:14:53 +0000 (+0000) Subject: net-bnx2x: dont reload on GRO change X-Git-Tag: v3.11-rc1~16^2~379 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8802f5790ef3e2e1d907169557e3dd2e0e77d98f;p=pandora-kernel.git net-bnx2x: dont reload on GRO change bnx2x_set_features() forces a driver reload if GRO setting is changed. A reload makes the ethernet port unresponsive for about 5 seconds. This is not needed in the common case LRO is enabled, as LRO (TPA_ENABLE_FLAG) has precedence over GRO (GRO_ENABLE_FLAG) Tested: Verified that "ethtool -K eth0 gro {on|off}" doesn't blackout the NIC anymore Google-Bug-Id: 8440442 Signed-off-by: Eric Dumazet Cc: Dmitry Kravkov Acked-by: Dmitry Kravkov Signed-off-by: David S. Miller --- Reading git-diff-tree failed