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] [thread-next>] [day] [month] [year] [list]
Message-ID: <5d7cde17-67c4-a222-bd66-b0e85a8725fe@arm.com>
Date:   Fri, 9 Nov 2018 10:12:37 +0530
From:   Anshuman Khandual <anshuman.khandual@....com>
To:     Grygorii Strashko <grygorii.strashko@...com>,
        linux-rt-users@...r.kernel.org
Cc:     linux-kernel@...r.kernel.org,
        Linux ARM Mailing List <linux-arm-kernel@...ts.infradead.org>
Subject: Re: arm64 + ARM64_64K_PAGES=y



On 11/07/2018 03:04 AM, Grygorii Strashko wrote:
> Hi All,
> 
> Do anybody tried to use ARM64 RT with 76K pages enabled?
> 
> My attempt shows that enabling  CONFIG_ARM64_64K_PAGES=y increases latencies by ~30%

Depends on what the workload is actually doing. 64K pages should help if
the mapping is multiple of 64K, persistent and accesses patterns are more
or less linear to be nice with the TLB. 64K can take bit more time if the
memory requirement is way smaller than 64K in which case latency probably
can increase just to zero out the single page allocated. Latency can add
up if this happens on a regular basis. perf report can help find out more
on this.

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ