Le lundi 09 mai 2011 à 08:56 +0200, Michał Mirosław a écrit :
You could change dellink callers to always pass head != NULL. As a
side effect, unregister_netdevice_queue() would do just what its name
suggests.
Good idea. At first glance, macvlan and rtnetlink.c would need a
change.
This would help macvlan_device_event( event=NETDEV_UNREGISTER) use batch
as well.
And yes, unregister_netdevice_queue(dev, head) would only make a
list_move_tail(&dev->unreg_list, head);
Will submit a patch soon, thanks !