Re: [patch 4/7] net_device list cleanup: drivers and non-IP protocols

2006-07-07 Thread Stephen Hemminger
On Mon, 3 Jul 2006 12:18:54 +0400 Andrey Savochkin <[EMAIL PROTECTED]> wrote: > Cleanup of net_device list use in network device drivers and protocols > other than IP. > > The cleanup consists of > - converting the to list_head, to make the list double-linked (thus making >remove operation O

[patch 4/7] net_device list cleanup: drivers and non-IP protocols

2006-07-03 Thread Andrey Savochkin
Cleanup of net_device list use in network device drivers and protocols other than IP. The cleanup consists of - converting the to list_head, to make the list double-linked (thus making remove operation O(1)), and list walks more readable; - introducing of for_each_netdev wrapper over list_for