]> git.baikalelectronics.ru Git - kernel.git/commit
gro: Fix vlan/netpoll check again
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 17 Mar 2009 20:10:52 +0000 (13:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Mar 2009 20:10:52 +0000 (13:10 -0700)
commit5cc225349ce21d08b90b6511eb72efe466e184f3
tree15e070b0b42ba4466a23ee61a5352e59bf1bd4fc
parentc2e1f0d5f765c5803c2cdea25a50f3b93979af5f
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 <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/8021q/vlan_core.c