Re: [patch net-next-2.6] net: convert bonding to use rx_handler
From: Patrick McHardy <hidden> Date: 2011-02-18 14:46:49
Am 18.02.2011 15:27, schrieb Eric Dumazet:
Le vendredi 18 février 2011 à 15:14 +0100, Jiri Pirko a écrit :
quoted
Do not know how to do it better. As for percpu variable, not only
origdev would have to be remembered but also probably skb pointer to
know if it's the first run on the skb or not. Can't really figure out a
better solution. Can you?