Re: [PATCH net-next] net: batch calls to flush_all_backlogs()

2016-08-30 Thread David Miller
From: Eric Dumazet Date: Fri, 26 Aug 2016 12:50:39 -0700 > From: Eric Dumazet > > After commit 145dd5f9c88f ("net: flush the softnet backlog in process > context"), we can easily batch calls to flush_all_backlogs() for all > devices processed in rollback_registered_many() > > Tested: ... > Si

Re: [PATCH net-next] net: batch calls to flush_all_backlogs()

2016-08-26 Thread Hannes Frederic Sowa
On Fri, Aug 26, 2016, at 21:50, Eric Dumazet wrote: > From: Eric Dumazet > > After commit 145dd5f9c88f ("net: flush the softnet backlog in process > context"), we can easily batch calls to flush_all_backlogs() for all > devices processed in rollback_registered_many() > > Tested: > > Before patc

[PATCH net-next] net: batch calls to flush_all_backlogs()

2016-08-26 Thread Eric Dumazet
From: Eric Dumazet After commit 145dd5f9c88f ("net: flush the softnet backlog in process context"), we can easily batch calls to flush_all_backlogs() for all devices processed in rollback_registered_many() Tested: Before patch, on an idle host. modprobe dummy numdummies=1 perf stat -e cont