[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 2/4] migration: Add migration parameters for QATzip
From: |
Peter Xu |
Subject: |
Re: [PATCH v4 2/4] migration: Add migration parameters for QATzip |
Date: |
Mon, 8 Jul 2024 17:10:15 -0400 |
On Fri, Jul 05, 2024 at 11:28:59AM -0700, Yichen Wang wrote:
> +# @multifd-qatzip-sw-fallback: Enable software fallback if QAT hardware
> +# is unavailable. Defaults to false. Software fallback performance
> +# is very poor compared to regular zlib, so be cautious about
> +# enabling this option. (Since 9.1)
Could we avoid this parameter but always have the fallback?
IMHO anyone who is serious with using a HW-accelerated compression method
during migration should make sure that the HWs are properly setup.
If you think such caucious is required, would warn_report_once() works when
the fallback happens?
Thanks,
--
Peter Xu
- [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Yichen Wang, 2024/07/05
- [PATCH v4 4/4] tests/migration: Add integration test for 'qatzip' compression method, Yichen Wang, 2024/07/05
- [PATCH v4 1/4] meson: Introduce 'qatzip' feature to the build system, Yichen Wang, 2024/07/05
- [PATCH v4 2/4] migration: Add migration parameters for QATzip, Yichen Wang, 2024/07/05
- Re: [PATCH v4 2/4] migration: Add migration parameters for QATzip,
Peter Xu <=
- [PATCH v4 3/4] migration: Introduce 'qatzip' compression method, Yichen Wang, 2024/07/05
- RE: [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Liu, Yuan1, 2024/07/09
- Re: [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Peter Xu, 2024/07/09
- RE: [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Liu, Yuan1, 2024/07/10
- Re: [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Peter Xu, 2024/07/10
- RE: [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Liu, Yuan1, 2024/07/10
- Re: [PATCH v4 0/4] Implement using Intel QAT to offload ZLIB, Peter Xu, 2024/07/10