From: Baptiste Covolato <[email protected]> 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_UNREGISTERED state. > > Signed-off-by: Baptiste Covolato <[email protected]> > Signed-off-by: Francesco Ruggeri <[email protected]> This is quite bogus if you ask me. This is the one spot causing a device to make the transition to unregistered state, so passing that specific device to flush_backlog() is the completely logical way to handle this. If this is some hack that is made necessary by your parallel notification scheme, I do not find it acceptable. I'm not applying this series, sorry. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
