[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150225085547.GA2982@gondor.apana.org.au>
Date: Wed, 25 Feb 2015 21:55:47 +1300
From: Herbert Xu <herbert@...dor.apana.org.au>
To: David Miller <davem@...emloft.net>
Cc: kaber@...sh.net, tgraf@...g.ch, paulmck@...ux.vnet.ibm.com,
josh@...htriplett.org, alexei.starovoitov@...il.com,
ying.xue@...driver.com, netdev@...r.kernel.org,
netfilter-devel@...r.kernel.org
Subject: Re: Ottawa and slow hash-table resize
On Tue, Feb 24, 2015 at 12:09:44PM -0500, David Miller wrote:
>
> So I think what I'm getting at is that we can allow parallel inserts
> but only up until the point where the resized tables thresholds are
> exceeded.
Agreed. At some point you have to either resize immediately
or fail the insertion.
Note that once my rehash work is complete there is another option
of allowing multiple resizes. That is, if we reach the limit
while a resize is still ongoing we simply start a new one
immediately.
I'm just coming back form vacation so please be patient and give
me a chance to finish this off.
Cheers,
--
Email: Herbert Xu <herbert@...dor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists