Re: [PATCH RFC v2 3/5] zram: Introduce zcomp-managed streams

From: Sergey Senozhatsky

Date: Mon Mar 09 2026 - 21:08:54 EST


Hi Jihan,

On (26/03/09 12:23), Jihan LIN via B4 Relay wrote:
> From: Jihan LIN <linjh22s@xxxxxxxxx>
>
> Currently, zcomp uses a per-CPU stream model. This design is restrictive
> for hardware-accelerated or batched zcomp backends.

zcomp doesn't support hardware-accelerated compression, and that's
why we plan to delete zcomp API sometime this year and switch to a
acomp crypto API instead. Does crypto API address your use case?