[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 3/5] migration: Add migration parameters for QATzip
From: |
Markus Armbruster |
Subject: |
Re: [PATCH v6 3/5] migration: Add migration parameters for QATzip |
Date: |
Fri, 19 Jul 2024 08:05:05 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Yichen Wang <yichen.wang@bytedance.com> writes:
> From: Bryan Zhang <bryan.zhang@bytedance.com>
>
> 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.
Not sure splitting these two makes sense, but we're at v6, so let's not
rock the boat.
> Signed-off-by: Bryan Zhang <bryan.zhang@bytedance.com>
> Signed-off-by: Hao Xiang <hao.xiang@linux.dev>
> Signed-off-by: Yichen Wang <yichen.wang@bytedance.com>
QAPI schema
Acked-by: Markus Armbruster <armbru@redhat.com>
- [PATCH v6 0/5] Implement QATzip compression method, Yichen Wang, 2024/07/15
- [PATCH v6 2/5] meson: Introduce 'qatzip' feature to the build system, Yichen Wang, 2024/07/15
- [PATCH v6 1/5] docs/migration: add qatzip compression feature, Yichen Wang, 2024/07/15
- [PATCH v6 3/5] migration: Add migration parameters for QATzip, Yichen Wang, 2024/07/15
- Re: [PATCH v6 3/5] migration: Add migration parameters for QATzip,
Markus Armbruster <=
- [PATCH v6 5/5] tests/migration: Add integration test for 'qatzip' compression method, Yichen Wang, 2024/07/15
- [PATCH v6 4/5] migration: Introduce 'qatzip' compression method, Yichen Wang, 2024/07/15