mbox series

[0/2] zram: support for specific numa node for zram

Message ID 20230901071942.207010-1-zuoze1@huawei.com (mailing list archive)
Headers show
Series zram: support for specific numa node for zram | expand

Message

Ze Zuo Sept. 1, 2023, 7:19 a.m. UTC
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(-)