commit | 2ffb4558194037133121e260022baa0d21590473 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Mar 17 13:10:52 2009 -0700 |
committer | David S. Miller <davem@davemloft.net> | Tue Mar 17 13:10:52 2009 -0700 |
tree | 15e070b0b42ba4466a23ee61a5352e59bf1bd4fc | |
parent | d1c76af9e2434fac3add561e26c61b06503de986 [diff] |
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>