[PATCH net-next v2] rhashtable: Allow other tasks to be scheduled in large lookup loops

2015-07-17 Thread Thomas Graf
Depending on system speed, the large lookup/insert/delete loops of the testsuite can take a considerable amount of time to complete causing watchdog warnings to appear. Allow other tasks to be scheduled throughout the loops. Reported-by: Meelis Roos Signed-off-by: Thomas Graf --- v2: Use cond_

Re: [PATCH net-next v2] rhashtable: Allow other tasks to be scheduled in large lookup loops

2015-07-17 Thread Eric Dumazet
On Fri, 2015-07-17 at 10:52 +0200, Thomas Graf wrote: > Depending on system speed, the large lookup/insert/delete loops of the > testsuite can > take a considerable amount of time to complete causing watchdog warnings to > appear. > Allow other tasks to be scheduled throughout the loops. > > Rep

Re: [PATCH net-next v2] rhashtable: Allow other tasks to be scheduled in large lookup loops

2015-07-17 Thread mroos
> Depending on system speed, the large lookup/insert/delete loops of the > testsuite can > take a considerable amount of time to complete causing watchdog warnings to > appear. > Allow other tasks to be scheduled throughout the loops. > > Reported-by: Meelis Roos > Signed-off-by: Thomas Graf >

Re: [PATCH net-next v2] rhashtable: Allow other tasks to be scheduled in large lookup loops

2015-07-17 Thread Eric Dumazet
On Fri, 2015-07-17 at 22:07 +0300, mr...@linux.ee wrote: > > Depending on system speed, the large lookup/insert/delete loops of the > > testsuite can > > take a considerable amount of time to complete causing watchdog warnings to > > appear. > > Allow other tasks to be scheduled throughout the lo

Re: [PATCH net-next v2] rhashtable: Allow other tasks to be scheduled in large lookup loops

2015-07-21 Thread David Miller
From: Thomas Graf Date: Fri, 17 Jul 2015 10:52:48 +0200 > Depending on system speed, the large lookup/insert/delete loops of the > testsuite can > take a considerable amount of time to complete causing watchdog warnings to > appear. > Allow other tasks to be scheduled throughout the loops. > >