Le lundi 14 juin 2010 à 19:11 +0200, Patrick McHardy a écrit :
Pedro, we have two kind of vlan setups :
accelerated and non accelerated ones.
Your patch address non accelated ones only, since you only touch
vlan_skb_recv()
Accelerated vlan can follow these paths :
1) NAPI devices
vlan_gro_receive() -> vlan_gro_common()
2) non NAPI devices
__vlan_hwaccel_rx()
So you might also patch __vlan_hwaccel_rx() and vlan_gro_common()
Please merge following bits to your patch submission :
http://kerneltrap.org/mailarchive/linux-netdev/2010/5/23/6277868
Good luck for your first patch !
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html