linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] zram: support for specific numa node for zram
@ 2023-09-01  7:19 Ze Zuo
  2023-09-01  7:19 ` [PATCH 1/2] zram: add a parameter "node_id" " Ze Zuo
  2023-09-01  7:19 ` [PATCH 2/2] zram: take the benefit of kvzalloc_node Ze Zuo
  0 siblings, 2 replies; 5+ messages in thread
From: Ze Zuo @ 2023-09-01  7:19 UTC (permalink / raw)
  To: minchan, senozhatsky, axboe
  Cc: akpm, ying.huang, aneesh.kumar, linux-mm, linux-kernel,
	linux-block, wangkefeng.wang, zuoze1

This patch series adds a parameter "numa_id" to zram to support the use
of memory in a specific node, and attempts to obtain the benefits of using
kvzalloc_node to obtain huge page table mappings.

Ze Zuo (2):
  zram: add a parameter "node_id" for zram
  zram: take the benefit of kvzalloc_node

 drivers/block/zram/zram_drv.c | 31 ++++++++++++++++++++++++++++---
 1 file changed, 28 insertions(+), 3 deletions(-)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-09-05  5:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-01  7:19 [PATCH 0/2] zram: support for specific numa node for zram Ze Zuo
2023-09-01  7:19 ` [PATCH 1/2] zram: add a parameter "node_id" " Ze Zuo
2023-09-02 22:55   ` Andrew Morton
2023-09-05  5:01   ` Sergey Senozhatsky
2023-09-01  7:19 ` [PATCH 2/2] zram: take the benefit of kvzalloc_node Ze Zuo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).