Re: [PATCH 0/6] zsmalloc/zram: configurable zspage size

From: Sergey Senozhatsky
Date: Tue Oct 25 2022 - 00:31:20 EST


On (22/10/25 01:12), Sergey Senozhatsky wrote:
> Sergey Senozhatsky (6):
> zsmalloc: turn zspage order into runtime variable
> zsmalloc/zram: pass zspage order to zs_create_pool()
> zram: add pool_page_order device attribute
> Documentation: document zram pool_page_order attribute
> zsmalloc: break out of loop when found perfect zspage order
> zsmalloc: make sure we select best zspage size

Andrew, I want to replace the last 2 patches in the series: I think
we can drop `usedpc` calculations and instead optimize only for `waste`
value. Would you prefer me to resend the entire instead?