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:	Tue, 01 Jul 2014 23:46:36 -0700 (PDT)
From:	David Miller <davem@...emloft.net>
To:	eric.dumazet@...il.com
Cc:	netdev@...r.kernel.org
Subject: Re: [PATCH net-next] inet: move ipv6only in sock_common

From: Eric Dumazet <eric.dumazet@...il.com>
Date: Fri, 27 Jun 2014 08:36:16 -0700

> From: Eric Dumazet <edumazet@...gle.com>
> 
> When an UDP application switches from AF_INET to AF_INET6 sockets, we
> have a small performance degradation for IPv4 communications because of
> extra cache line misses to access ipv6only information.
> 
> This can also be noticed for TCP listeners, as ipv6_only_sock() is also
> used from __inet_lookup_listener()->compute_score()
> 
> This is magnified when SO_REUSEPORT is used.
> 
> Move ipv6only into struct sock_common so that it is available at
> no extra cost in lookups.
> 
> Signed-off-by: Eric Dumazet <edumazet@...gle.com>

Applied, thanks Eric.
--
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ