Re: [External] Re: [PATCH v8 3/5] migration: Add migration parameters for QATzip

2024-08-22 Thread Prasad Pandit
Hi, On Thu, 22 Aug 2024 at 02:13, Yichen Wang wrote: > After discussing with Intel folks, I decided to align to the existing > QPL behavior. In QPL, the code path of compression will always go > through regardless. When acceleration hardware is initialized > properly, use it. If failed, fallback

Re: [External] Re: [PATCH v8 3/5] migration: Add migration parameters for QATzip

2024-08-21 Thread Yichen Wang
On Wed, Aug 21, 2024 at 4:56 AM Prasad Pandit wrote: > > On Tue, 20 Aug 2024 at 22:40, Yichen Wang wrote: > > Adds support for migration parameters to control QATzip compression > > level and to enable/disable software fallback when QAT hardware is > > unavailable. This is a preparatory commit fo

Re: [PATCH v8 3/5] migration: Add migration parameters for QATzip

2024-08-21 Thread Prasad Pandit
On Tue, 20 Aug 2024 at 22:40, Yichen Wang wrote: > Adds support for migration parameters to control QATzip compression > level and to enable/disable software fallback when QAT hardware is > unavailable. This is a preparatory commit for a subsequent commit that > will actually use QATzip compressio

[PATCH v8 3/5] migration: Add migration parameters for QATzip

2024-08-20 Thread Yichen Wang
From: Bryan Zhang Adds support for migration parameters to control QATzip compression level and to enable/disable software fallback when QAT hardware is unavailable. This is a preparatory commit for a subsequent commit that will actually use QATzip compression. Acked-by: Markus Armbruster Signe