From: Baptiste Covolato <bapti...@arista.com> 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 <bapti...@arista.com> > Signed-off-by: Francesco Ruggeri <frugg...@arista.com> 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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html