On Tue, Dec 12, 2017 at 02:22:39PM -0800, Eric Dumazet wrote: > From: Eric Dumazet <eduma...@google.com> > > While using large percpu maps, htab_map_alloc() can hold > cpu for hundreds of ms. > > This patch adds cond_resched() calls to percpu alloc/free > call sites, all running in process context. > > Signed-off-by: Eric Dumazet <eduma...@google.com>
Applied, thanks Eric!