All of lore.kernel.org
 help / color / mirror / Atom feed
* [v2 PATCH 0/6] rhashtable: Kill redundant shift parameter
@ 2015-03-18  9:00 Herbert Xu
  2015-03-18 10:57 ` Thomas Graf
  2015-03-18 16:47 ` David Miller
  0 siblings, 2 replies; 3+ messages in thread
From: Herbert Xu @ 2015-03-18  9:00 UTC (permalink / raw)
  To: David S. Miller, Thomas Graf, Eric Dumazet, netdev

Hi Dave:

I was trying to squeeze bucket_table->rehash in by downsizing
bucket_table->size, only to find that my spot had been taken
over by bucket_table->shift.  These patches kill shift and makes
me feel better :)

v2 corrects the typo in the test_rhashtable changelog and also
notes the min_shift parameter in the tipc patch changelog.

Cheers,
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

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

* Re: [v2 PATCH 0/6] rhashtable: Kill redundant shift parameter
  2015-03-18  9:00 [v2 PATCH 0/6] rhashtable: Kill redundant shift parameter Herbert Xu
@ 2015-03-18 10:57 ` Thomas Graf
  2015-03-18 16:47 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Graf @ 2015-03-18 10:57 UTC (permalink / raw)
  To: Herbert Xu; +Cc: David S. Miller, Eric Dumazet, netdev

On 03/18/15 at 08:00pm, Herbert Xu wrote:
> Hi Dave:
> 
> I was trying to squeeze bucket_table->rehash in by downsizing
> bucket_table->size, only to find that my spot had been taken
> over by bucket_table->shift.  These patches kill shift and makes
> me feel better :)
> 
> v2 corrects the typo in the test_rhashtable changelog and also
> notes the min_shift parameter in the tipc patch changelog.

Series looks great.

Acked-by: Thomas Graf <tgraf@suug.ch>

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

* Re: [v2 PATCH 0/6] rhashtable: Kill redundant shift parameter
  2015-03-18  9:00 [v2 PATCH 0/6] rhashtable: Kill redundant shift parameter Herbert Xu
  2015-03-18 10:57 ` Thomas Graf
@ 2015-03-18 16:47 ` David Miller
  1 sibling, 0 replies; 3+ messages in thread
From: David Miller @ 2015-03-18 16:47 UTC (permalink / raw)
  To: herbert; +Cc: tgraf, eric.dumazet, netdev

From: Herbert Xu <herbert@gondor.apana.org.au>
Date: Wed, 18 Mar 2015 20:00:30 +1100

> I was trying to squeeze bucket_table->rehash in by downsizing
> bucket_table->size, only to find that my spot had been taken
> over by bucket_table->shift.  These patches kill shift and makes
> me feel better :)
> 
> v2 corrects the typo in the test_rhashtable changelog and also
> notes the min_shift parameter in the tipc patch changelog.

I guess once you get OCD with something, it stands no chance of
surviving :-)

Looks great, series applied, thanks!

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-18  9:00 [v2 PATCH 0/6] rhashtable: Kill redundant shift parameter Herbert Xu
2015-03-18 10:57 ` Thomas Graf
2015-03-18 16:47 ` David Miller

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.