qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Markus Armbruster <armbru@redhat.com>
To: Shameer Kolothum via <qemu-devel@nongnu.org>
Cc: <peterx@redhat.com>,  <farosas@suse.de>,  <yuan1.liu@intel.com>,
	Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>,
	<linuxarm@huawei.com>,  <linwenkai6@hisilicon.com>,
	<zhangfei.gao@linaro.org>,  <huangchenghai2@huawei.com>
Subject: Re: [PATCH 3/7] migration/multifd: add uadk compression framework
Date: Wed, 29 May 2024 13:10:30 +0200	[thread overview]
Message-ID: <874jagooux.fsf@pond.sub.org> (raw)
In-Reply-To: <20240529094435.11140-4-shameerali.kolothum.thodi@huawei.com> (Shameer Kolothum via's message of "Wed, 29 May 2024 10:44:23 +0100")

Please cc: maintainers on patches.  You can use
scripts/get_maintainer.pl to find them.

Shameer Kolothum via <qemu-devel@nongnu.org> writes:

> Adds the skeleton to support uadk compression method.
> Complete functionality will be added in subsequent patches.
>
> Signed-off-by: Shameer Kolothum <shameerali.kolothum.thodi@huawei.com>

[...]

> diff --git a/qapi/migration.json b/qapi/migration.json
> index 854e8609bd..0eaea9b0c3 100644
> --- a/qapi/migration.json
> +++ b/qapi/migration.json
> @@ -632,12 +632,15 @@
>  #       the deflate compression algorithm and use the Intel In-Memory Analytics
>  #       Accelerator(IAA) accelerated compression and decompression. (Since 9.1)
>  #
> +# @uadk: use UADK library compression method. (Since 9.1)

Two spaces after '.' for consistency, please.

> +#
>  # Since: 5.0
>  ##
>  { 'enum': 'MultiFDCompression',
>    'data': [ 'none', 'zlib',
>              { 'name': 'zstd', 'if': 'CONFIG_ZSTD' },
> -            { 'name': 'qpl', 'if': 'CONFIG_QPL' } ] }
> +            { 'name': 'qpl', 'if': 'CONFIG_QPL' },
> +            { 'name': 'uadk', 'if': 'CONFIG_UADK' } ] }
>  
>  ##
>  # @MigMode:

QAPI schema
Acked-by: Markus Armbruster <armbru@redhat.com>



  reply	other threads:[~2024-05-29 11:11 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-29  9:44 [PATCH 0/7] Live migration acceleration with UADK Shameer Kolothum via
2024-05-29  9:44 ` [PATCH 1/7] docs/migration: add uadk compression feature Shameer Kolothum via
2024-05-30 13:25   ` Liu, Yuan1
2024-05-30 14:01     ` Shameerali Kolothum Thodi via
2024-05-30 14:13       ` Liu, Yuan1
2024-06-05 18:59   ` Fabiano Rosas
2024-05-29  9:44 ` [PATCH 2/7] configure: Add uadk option Shameer Kolothum via
2024-06-04 21:25   ` Fabiano Rosas
2024-05-29  9:44 ` [PATCH 3/7] migration/multifd: add uadk compression framework Shameer Kolothum via
2024-05-29 11:10   ` Markus Armbruster [this message]
2024-05-30  6:56     ` Shameerali Kolothum Thodi via
2024-06-04 21:24   ` Fabiano Rosas
2024-05-29  9:44 ` [PATCH 4/7] migration/multifd: Add UADK initialization Shameer Kolothum via
2024-06-05 14:58   ` Fabiano Rosas
2024-06-05 15:17     ` Shameerali Kolothum Thodi via
2024-05-29  9:44 ` [PATCH 5/7] migration/multifd: Add UADK based compression and decompression Shameer Kolothum via
2024-06-05 18:57   ` Fabiano Rosas
2024-06-06  7:11     ` Shameerali Kolothum Thodi via
2024-05-29  9:44 ` [PATCH 6/7] migration/multifd: Switch to no compression when no hardware support Shameer Kolothum via
2024-06-05 19:08   ` Fabiano Rosas
2024-05-29  9:44 ` [PATCH 7/7] tests/migration-test: add uadk compression test Shameer Kolothum via
2024-06-05 19:18   ` Fabiano Rosas
2024-06-04 20:59 ` [PATCH 0/7] Live migration acceleration with UADK Peter Xu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874jagooux.fsf@pond.sub.org \
    --to=armbru@redhat.com \
    --cc=farosas@suse.de \
    --cc=huangchenghai2@huawei.com \
    --cc=linuxarm@huawei.com \
    --cc=linwenkai6@hisilicon.com \
    --cc=peterx@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=shameerali.kolothum.thodi@huawei.com \
    --cc=yuan1.liu@intel.com \
    --cc=zhangfei.gao@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).