lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Sun, 03 Dec 2017 10:18:43 -0500 (EST)
From:   David Miller <davem@...emloft.net>
To:     kafai@...com
Cc:     netdev@...r.kernel.org, edumazet@...gle.com, kernel-team@...com
Subject: Re: [PATCH v2 net-next 0/4] tcp: Add a 2nd listener hashtable
 (port+addr)

From: Martin KaFai Lau <kafai@...com>
Date: Fri, 1 Dec 2017 12:52:28 -0800

> This patch set adds a 2nd listener hashtable.  It is to resolve
> the performance issue when a process is listening at many IP
> addresses with the same port (e.g. [IP1]:443, [IP2]:443... [IPN]:443)
> 
> v2:
> - Move the new lhash2 and lhash2_mask before the existing
>   listening_hash to avoid adding another cacheline
>   to inet_hashinfo (Suggested by Eric Dumazet, Thanks!)
> - I take this chance to plug an existing 4 bytes hole while
>   adding 'unsigned int lhash2_mask'.
> - Add some comments about lhash2 in inet_hashtables.h

Nice work, series applied.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ