On Wed, Sep 4, 2024 at 11:11 PM Prasad Pandit wrote:
>
> On Sat, 31 Aug 2024 at 04:58, Yichen Wang wrote:
> > +/*
> > + * 1: best speed, ... 9: best compress ratio
> > + * There is some nuance here. Refer to QATzip documentation to understand
> > + * the mapping of QATzip levels to standard defla
On Sat, 31 Aug 2024 at 04:58, Yichen Wang wrote:
> +/*
> + * 1: best speed, ... 9: best compress ratio
> + * There is some nuance here. Refer to QATzip documentation to understand
> + * the mapping of QATzip levels to standard deflate levels.
> + */
> +#define DEFAULT_MIGRATE_MULTIFD_QATZIP_LEVEL
Yichen Wang writes:
> From: Bryan Zhang
>
> Adds support for migration parameters to control QATzip compression
> level.
>
> Acked-by: Markus Armbruster
> Signed-off-by: Bryan Zhang
> Signed-off-by: Hao Xiang
> Signed-off-by: Yichen Wang
Reviewed-by: Fabiano Rosas
From: Bryan Zhang
Adds support for migration parameters to control QATzip compression
level.
Acked-by: Markus Armbruster
Signed-off-by: Bryan Zhang
Signed-off-by: Hao Xiang
Signed-off-by: Yichen Wang
---
migration/migration-hmp-cmds.c | 4
migration/options.c| 34 +