DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Zhangfei Gao <zhangfei.gao@linaro.org>,
	Fan Zhang <fanzhang.oss@gmail.com>,
	Ashish Gupta <ashishg@marvell.com>
Cc: "dev@dpdk.org" <dev@dpdk.org>
Subject: RE: [EXTERNAL] [PATCH v2 0/2] uadk: realize async mode
Date: Tue, 17 Jun 2025 21:13:23 +0000	[thread overview]
Message-ID: <CO6PR18MB4484CC09006031419CD1BBCFD873A@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <20250616025027.209883-1-zhangfei.gao@linaro.org>

> Realize async mode to replace sync mode for better performance
> 
> v2:
> Add version check, requires uadk >= 2.9

This version DO NOT exist as of now.


> Add version table describing DPDK and external UADK library
> 	version compatibility
> Mention version dependence in release notes
> 
> Zhangfei Gao (2):
>   compress/uadk: use async mode to replace sync mode
>   crypto/uadk: use async mode to replace sync mode
> 
>  doc/guides/compressdevs/uadk.rst              |  15 +
>  doc/guides/cryptodevs/uadk.rst                |  15 +
>  doc/guides/rel_notes/release_25_07.rst        |   5 +
>  drivers/compress/uadk/meson.build             |   4 +-
>  drivers/compress/uadk/uadk_compress_pmd.c     |  94 ++++--
>  .../compress/uadk/uadk_compress_pmd_private.h |   2 +-
>  drivers/crypto/uadk/meson.build               |   4 +-
>  drivers/crypto/uadk/uadk_crypto_pmd.c         | 297 ++++++++++++------
>  drivers/crypto/uadk/uadk_crypto_pmd_private.h |   8 +-
>  9 files changed, 320 insertions(+), 124 deletions(-)
> 
> --
> 2.25.1


  parent reply	other threads:[~2025-06-17 21:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-16  2:50 Zhangfei Gao
2025-06-16  2:50 ` [PATCH v2 1/2] compress/uadk: use async mode to replace sync mode Zhangfei Gao
2025-06-16  2:50 ` [PATCH v2 2/2] crypto/uadk: " Zhangfei Gao
2025-06-17 21:13 ` Akhil Goyal [this message]
2025-06-19 12:25   ` [EXTERNAL] [PATCH v2 0/2] uadk: realize async mode Zhangfei Gao

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=CO6PR18MB4484CC09006031419CD1BBCFD873A@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=ashishg@marvell.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.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).