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]
Date: Mon, 18 Dec 2023 16:07:48 +0900
From: Hyeongtak Ji <hyeongtak.ji@...com>
To: gourry.memverge@...il.com
Cc: Hasan.Maruf@....com,
	Jonathan.Cameron@...wei.com,
	akpm@...ux-foundation.org,
	arnd@...db.de,
	bp@...en8.de,
	corbet@....net,
	dan.j.williams@...el.com,
	dave.hansen@...ux.intel.com,
	emirakhur@...ron.com,
	fvdl@...gle.com,
	gregory.price@...verge.com,
	hannes@...xchg.org,
	haowang3@...com,
	hasanalmaruf@...com,
	hezhongkun.hzk@...edance.com,
	honggyu.kim@...com,
	hpa@...or.com,
	hyeongtak.ji@...com,
	jgroves@...ron.com,
	john@...alactic.com,
	linux-api@...r.kernel.org,
	linux-doc@...r.kernel.org,
	linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	linux-mm@...ck.org,
	luto@...nel.org,
	mhocko@...nel.org,
	mhocko@...e.com,
	mingo@...hat.com,
	peterz@...radead.org,
	rakie.kim@...com,
	ravis.opensrc@...ron.com,
	seungjun.ha@...sung.com,
	sthanneeru@...ron.com,
	tglx@...utronix.de,
	tj@...nel.org,
	vtavarespetr@...ron.com,
	x86@...nel.org,
	ying.huang@...el.com,
	kernel_team@...ynix.com
Subject: RE: [PATCH v3 00/11] mempolicy2, mbind2, and weighted interleave

Hi Gregory,

Thank you for the v3 patch.

Gregory Price <gourry.memverge@...il.com> write:

[snip]

> =====================================================================
> Performance tests - MLC
> From Ravi Jonnalagadda <ravis.opensrc@...ron.com>
> 
> Workload:                               W2
> Data Signature:                         2:1 read:write
> DRAM only bandwidth (GBps):             298.8
> DRAM + CXL (default interleave) (GBps): 113.04
> DRAM + CXL (weighted interleave)(GBps): 412.5
> Gain over DRAM only:                    1.38x
> 
> Workload:                               W5
> Data Signature:                         1:1 read:write
> DRAM only bandwidth (GBps):             273.2
> DRAM + CXL (default interleave) (GBps): 117.23
> DRAM + CXL (weighted interleave)(GBps): 382.7
> Gain over DRAM only:                    1.4x

I've run XSBench based on the v3 patch and got numbers below. I used
your sample numactl extension from here:
Link: https://github.com/gmprice/numactl/tree/weighted_interleave_master

Performance tests – XSBench
NUMA node 0: 56 logical cores, 128 GB memory
NUMA node 2: 96 GB CXL memory

  1. dram only
  $ numactl -membind 0 ./XSBench -s XL –p 5000000
  Threads:     56
  Runtime:     36.235 seconds
  Lookups:     170,000,000
  Lookups/s:   4,691,618
 
  2. default interleave
  $ numactl –-interleave 0,2 ./XSBench –s XL –p 5000000
  Threads:     56
  Runtime:     55.243 seconds
  Lookups:     170,000,000
  Lookups/s:   3,077,293

  3. weighted interleave
  $ numactl --weighted --interleave 0,2 ./XSBench –s XL –p 5000000
  Threads:     56
  Runtime:     29.262 seconds
  Lookups:     170,000,000
  Lookups/s:   5,809,513

In terms of runtime, weighted-interleaving shows 1.19x improvement
compared to dram only, and 1.47x compared to default interleave.  I’ve
repeatedly run XSBench and have not observed any significant variations
across the runs.

Kind regards,
Hyeongtak

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ