netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/2] rhashtable rehashing fixes
@ 2015-04-21 12:55 Thomas Graf
  2015-04-21 12:55 ` [PATCH net 1/2] rhashtable: Schedule async resize when sync realloc fails Thomas Graf
  2015-04-21 12:55 ` [PATCH net 2/2] rhashtable: Do not schedule more than one rehash if we can't grow further Thomas Graf
  0 siblings, 2 replies; 9+ messages in thread
From: Thomas Graf @ 2015-04-21 12:55 UTC (permalink / raw)
  To: davem; +Cc: herbert, kaber, netdev

Some rhashtable rehashing bugs found while testing with the
next rhashtable self-test queued up for the next devel cycle:

https://github.com/tgraf/net-next/commits/rht

Thomas Graf (2):
  rhashtable: Schedule async resize when sync realloc fails
  rhashtable: Do not schedule more than one rehash if we can't grow
    further

 include/linux/rhashtable.h | 2 ++
 lib/rhashtable.c           | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

-- 
2.3.5

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH net 0/2 v2] rhashtable rehashing fixes
@ 2015-04-22  7:41 Thomas Graf
  2015-04-22  7:41 ` [PATCH net 1/2] rhashtable: Schedule async resize when sync realloc fails Thomas Graf
  0 siblings, 1 reply; 9+ messages in thread
From: Thomas Graf @ 2015-04-22  7:41 UTC (permalink / raw)
  To: davem; +Cc: netdev, herbert, kaber

Some rhashtable rehashing bugs found while testing with the
next rhashtable self-test queued up for the next devel cycle:

https://github.com/tgraf/net-next/commits/rht

v2:
 - Moved schedule_work() call into rhashtable_insert_rehash()

Thomas Graf (2):
  rhashtable: Schedule async resize when sync realloc fails
  rhashtable: Do not schedule more than one rehash if we can't grow
    further

 lib/rhashtable.c | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

-- 
2.3.5

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2015-04-22  7:43 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-21 12:55 [PATCH net 0/2] rhashtable rehashing fixes Thomas Graf
2015-04-21 12:55 ` [PATCH net 1/2] rhashtable: Schedule async resize when sync realloc fails Thomas Graf
2015-04-22  0:36   ` Herbert Xu
2015-04-22  2:10     ` David Miller
2015-04-22  7:18       ` Thomas Graf
2015-04-21 12:55 ` [PATCH net 2/2] rhashtable: Do not schedule more than one rehash if we can't grow further Thomas Graf
2015-04-22  0:37   ` Herbert Xu
  -- strict thread matches above, loose matches on Subject: below --
2015-04-22  7:41 [PATCH net 0/2 v2] rhashtable rehashing fixes Thomas Graf
2015-04-22  7:41 ` [PATCH net 1/2] rhashtable: Schedule async resize when sync realloc fails Thomas Graf
2015-04-22  7:43   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).