Re: [RFC PATCH] net: flush the softnet backlog in process context
From: Eric Dumazet <hidden> Date: 2016-07-28 05:46:03
On Wed, 2016-07-27 at 12:37 +0200, Paolo Abeni wrote:
Currently in process_backlog(), the process_queue dequeuing is
performed with local IRQ disabled, to protect against
flush_backlog(), which runs in hard IRQ context.