From: Ido Shamay Date: Mon, 2 Mar 2015 16:22:16 +0000 (+0200) Subject: net/mlx4_en: Disbale GRO for incoming loopback/selftest packets X-Git-Tag: omap-for-v4.1/wl12xx-dt~68^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1037ebbbd262227a91dfdd558159e345d4edf6b7;p=pandora-kernel.git net/mlx4_en: Disbale GRO for incoming loopback/selftest packets Packets which are sent from the selftest (ethtool) flow, should not be passed to GRO stack but rather dropped by the driver after validation. To achieve that, we disable GRO for the duration of the selftest. Fixes: dd65beac48a5 ("net/mlx4_en: Extend usage of napi_gro_frags") Reported-by: Carol Soto Signed-off-by: Ido Shamay Signed-off-by: Or Gerlitz Signed-off-by: David S. Miller --- Reading git-diff-tree failed