Joe Konno
January 16, 2020 03:44PM
Scroll to bottom (removing the v2-specific patch text and review as it's
not relevant to my v1 commentary):

On 1/16/20 7:46 AM, Vladimir Homutov wrote:

[snip]

> On Thu, Jan 16, 2020 at 07:39:07AM -0800, Joe Konno wrote:

[snip]

>> v1 of that patch used CPUID to retrieve the cache line size directly
>> from H/W:
>>
>> http://mailman.nginx.org/pipermail/nginx-devel/2019-December/012853.html
>
> yes, I've seen this too.

Thanks for the review!

> Although our current ngx_cpuinfo() may seem a bit outdated, it does its
> job, and contains some manually crafted cases. What we don't want is to
> make things more complex here and introduce more very specific code.

Fair enough. At the end of the day, nginx maintainers have to do what
they feel is best for nginx.

Generally speaking, for any code base that wishes to optimize for, e.g.,
cache line size, the standing recommendation is to query the x86
hardware directly by using the appropriate CPUID leaves.

Regardless of what happens to the patch(es), I wanted to spotlight CPUID
and how it could help nginx-- this is just one case.

> If you know about specific cases when things get wrong with current
> implementation, please report.

Succinctly, no, I haven't seen things go wrong. I haven't done extensive
testing, though.

Assuming the implementations of cache line-sensitive algorithms are
correct (e.g. CRC), the case where nginx's code sets the wrong cache
line size would probably yield sub-optimal performance on x86 hardware.

Further analysis would be needed to determine the exact cost of an
incorrect cache line size on x86, given these implementations and
how-often/when/where they are used.
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[PATCH] ngx_cpuinfo: x86: CPUID to set ngx_cacheline_size

Joe Konno 468 December 23, 2019 01:42PM

[PATCH nginx v2] remove ngx_cpuinfo, use sysconf or define

Joe Konno 165 January 03, 2020 05:40PM

Re: [PATCH nginx v2] remove ngx_cpuinfo, use sysconf or define

Vladimir Homutov 130 January 16, 2020 09:44AM

Re: [PATCH nginx v2] remove ngx_cpuinfo, use sysconf or define

Joe Konno 130 January 16, 2020 10:40AM

Re: [PATCH nginx v2] remove ngx_cpuinfo, use sysconf or define

Vladimir Homutov 124 January 16, 2020 10:48AM

Re: [PATCH nginx v2] remove ngx_cpuinfo, use sysconf or define

Joe Konno 162 January 16, 2020 03:44PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 308
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready