Re: [PATCH net-next 3/3] nftables: Convert nft_hash to use generic rhashtable
From: Nikolay Aleksandrov <hidden>
Date: 2014-08-02 10:57:15
Also in:
lkml, netfilter-devel
From: Nikolay Aleksandrov <hidden>
Date: 2014-08-02 10:57:15
Also in:
lkml, netfilter-devel
On 08/02/2014 11:47 AM, Thomas Graf wrote:
The sizing of the hash table and the practice of requiring a lookup to retrieve the pprev to be stored in the element cookie before the deletion of an entry is left intact. Signed-off-by: Thomas Graf <tgraf-G/eBtMaohhA@public.gmane.org> Acked-by: Patrick McHardy <redacted> --- net/netfilter/nft_hash.c | 291 +++++++++-------------------------------------- 1 file changed, 55 insertions(+), 236 deletions(-)
Reviewed-by: Nikolay Aleksandrov <redacted>