RE: [PATCH v2] mm/zswap: move to use crypto_acomp API for hardware acceleration

2020-06-21 Thread Song Bao Hua (Barry Song)
L > ; Linuxarm ; Luis > Claudio R . Goncalves ; Sebastian Andrzej Siewior > ; Mahipal Challa ; > Seth Jennings ; Dan Streetman ; > Wangzhou (B) > Subject: Re: [PATCH v2] mm/zswap: move to use crypto_acomp API for > hardware acceleration > > On Sun, Jun 21, 2020 at 1:5

Re: [PATCH v2] mm/zswap: move to use crypto_acomp API for hardware acceleration

2020-06-21 Thread Vitaly Wool
On Sun, Jun 21, 2020 at 1:52 AM Barry Song wrote: > > right now, all new ZIP drivers are using crypto_acomp APIs rather than > legacy crypto_comp APIs. But zswap.c is still using the old APIs. That > means zswap won't be able to use any new zip drivers in kernel. > > This patch moves to use