All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v4 0/2] nft hash resize fixes
@ 2015-02-24 18:07 Josh Hunt
  2015-02-24 18:07 ` [PATCH v4 1/2] nft_hash: define max_shift rhashtable parameter Josh Hunt
  2015-02-24 18:07 ` [PATCH v4 2/2] rhashtable: require max_shift if grow_decision defined Josh Hunt
  0 siblings, 2 replies; 4+ messages in thread
From: Josh Hunt @ 2015-02-24 18:07 UTC (permalink / raw)
  To: Pablo Neira Ayuso, Patrick McHardy, Thomas Graf
  Cc: netfilter-devel, netdev, Daniel Borkmann, Josh Hunt

Fixes nft hash set expansion problem.

v4:
  * reorder commits for bisect-ability
v3:
  * Renames NFT_HASH_MAX_ELEMENTS to NFT_HASH_MAX_BUCKETS
  * Add Acked-by for Thomas

Josh Hunt (2):
  nft_hash: define max_shift rhashtable parameter
  rhashtable: require max_shift if grow_decision defined

 lib/rhashtable.c         |    3 ++-
 net/netfilter/nft_hash.c |    4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2015-02-24 18:16 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-24 18:07 [PATCH v4 0/2] nft hash resize fixes Josh Hunt
2015-02-24 18:07 ` [PATCH v4 1/2] nft_hash: define max_shift rhashtable parameter Josh Hunt
2015-02-24 18:16   ` Daniel Borkmann
2015-02-24 18:07 ` [PATCH v4 2/2] rhashtable: require max_shift if grow_decision defined Josh Hunt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.