Re: [PATCH net-next 1/3] net: Flush all skbs related to an unregistered device

2015-05-21 Thread David Miller
From: Francesco Ruggeri Date: Thu, 21 May 2015 17:28:47 -0700 > One can change flush_backlog to also handle a list of net_devices > instead. Then make it do so. Because that is the driving design of all of the bulk deregister/etc. facilities, they operate on a list of objects and the top-level

Re: [PATCH net-next 1/3] net: Flush all skbs related to an unregistered device

2015-05-21 Thread Francesco Ruggeri
On Thu, May 21, 2015 at 2:02 PM, David Miller wrote: > > From: Baptiste Covolato > Date: Tue, 19 May 2015 16:24:51 -0700 > > > Update flush_backlog to flush all packets in the backlog queue belonging > > to a device being unregistered. Accordingly on_each_cpu no longer needs > > to pass a device

Re: [PATCH net-next 1/3] net: Flush all skbs related to an unregistered device

2015-05-21 Thread David Miller
From: Baptiste Covolato Date: Tue, 19 May 2015 16:24:51 -0700 > Update flush_backlog to flush all packets in the backlog queue belonging > to a device being unregistered. Accordingly on_each_cpu no longer needs > to pass a device to flush_backlog since it handles any device in the > NETREG_UNREGI