Sat, Feb 19, 2011 at 09:37:55AM CET, eric.dumazet@gmail.com wrote:
Le samedi 19 février 2011 à 09:05 +0100, Jiri Pirko a écrit :
quoted
This patch converts bonding to use rx_handler. Results in cleaner
__netif_receive_skb() with much less exceptions needed. Also
bond-specific work is moved into bond code.
Signed-off-by: Jiri Pirko <redacted>
v1->v2:
using skb_iif instead of new input_dev to remember original
device
v2->v3:
set orig_dev = skb->dev if skb_iif is set
Seems much better ;)
Do you have some performance numbers ?
I don't. I can surely obtain some. What's the best way to measure this?