From: Herbert Xu Date: Tue, 17 Mar 2009 20:10:52 +0000 (-0700) Subject: gro: Fix vlan/netpoll check again X-Git-Tag: v2.6.30-rc1~662^2~198 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ffb4558194037133121e260022baa0d21590473;p=pandora-kernel.git gro: Fix vlan/netpoll check again Jarek Poplawski pointed out that my previous fix is broken for VLAN+netpoll as if netpoll is enabled we'd end up in the normal receive path instead of the VLAN receive path. This patch fixes it by calling the VLAN receive hook. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed