DPDK patches and discussions
 help / color / mirror / Atom feed
From: Zhangfei Gao <zhangfei.gao@linaro.org>
To: Akhil Goyal <gakhil@marvell.com>
Cc: Fan Zhang <fanzhang.oss@gmail.com>,
	Ashish Gupta <ashishg@marvell.com>,
	 "dev@dpdk.org" <dev@dpdk.org>
Subject: Re: [EXTERNAL] [PATCH v3 0/3] Introduce UADK compression driver
Date: Fri, 14 Jun 2024 09:03:25 +0800	[thread overview]
Message-ID: <CABQgh9HgbL-SQrx5V2ttiE_uNdSoKGRgitZN2rnHEQq9KaWKzA@mail.gmail.com> (raw)
In-Reply-To: <CO6PR18MB4484CBE702FFE60A786C7C0AD8C12@CO6PR18MB4484.namprd18.prod.outlook.com>

On Fri, 14 Jun 2024 at 01:59, Akhil Goyal <gakhil@marvell.com> wrote:
>
> > Introduce a new compress PMD for hardware accelerators based on UADK [1].
> >
> > UADK is a framework for user applications to access hardware accelerators.
> > UADK relies on IOMMU SVA (Shared Virtual Address) feature, which share
> > the same page table between IOMMU and MMU.
> > Thereby user application can directly use virtual address for device dma,
> > which enhances the performance as well as easy usability.
> >
> > Besides, crypto PMD is under drivers/crypto/uadk/
> >
> > [1] https://urldefense.proofpoint.com/v2/url?u=https-
> > 3A__github.com_Linaro_uadk&d=DwIDAg&c=nKjWec2b6R0mOyPaz7xtfQ&r=DnL
> > 7Si2wl_PRwpZ9TWey3eu68gBzn7DkPwuqhd6WNyo&m=xPSsnaP1teim3GosZniW
> > _hGTHaRVZbQ8e65iuPxG-syp2JTmNilH06te_yWcoUeO&s=C9wsl1Qvu56lo3P-
> > w6bG_-XRqtFR2i1yhJL4EQj-WRU&e=
> >
> > Test:
> > sudo dpdk-test --vdev=compress_uadk
> > RTE>>compressdev_autotest
> > RTE>>quit
> >
> > dd if=/dev/random of=data bs=1M count=1;
> > sudo dpdk-test-compress-perf -l 1,2 --vdev compress_uadk \
> >       -- --driver-name compress_uadk --input-file data
> >
> > v3: add the missing doc uadk.ini and change some docs to patch1
> >
> > v2:
> > remove mempool and simply use rte_malloc, suggested by Akhil
> > move doc to patch 3 from patch 1
> >
> >
> > Zhangfei Gao (3):
> >   compress/uadk: Introduce UADK compression driver
> >   compress/uadk: support basic operations
> >   compress/uadk: support burst enqueue/dequeue
> >
> >  MAINTAINERS                                   |   6 +
> >  doc/guides/compressdevs/features/uadk.ini     |  11 +
> >  doc/guides/compressdevs/index.rst             |   1 +
> >  doc/guides/compressdevs/uadk.rst              |  98 ++++
> >  doc/guides/rel_notes/release_24_07.rst        |   5 +
> >  drivers/compress/meson.build                  |   1 +
> >  drivers/compress/uadk/meson.build             |  30 ++
> >  drivers/compress/uadk/uadk_compress_pmd.c     | 436 ++++++++++++++++++
> >  .../compress/uadk/uadk_compress_pmd_private.h |  36 ++
> >  9 files changed, 624 insertions(+)
> >  create mode 100644 doc/guides/compressdevs/features/uadk.ini
> >  create mode 100644 doc/guides/compressdevs/uadk.rst
> >  create mode 100644 drivers/compress/uadk/meson.build
> >  create mode 100644 drivers/compress/uadk/uadk_compress_pmd.c
> >  create mode 100644 drivers/compress/uadk/uadk_compress_pmd_private.h
> >
> Series Applied to dpdk-next-crypto

Great, Thanks Akhil

      reply	other threads:[~2024-06-14  1:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-11  7:07 Zhangfei Gao
2024-06-11  7:07 ` [PATCH v3 1/3] compress/uadk: " Zhangfei Gao
2024-06-11  7:07 ` [PATCH v3 2/3] compress/uadk: support basic operations Zhangfei Gao
2024-06-11  7:07 ` [PATCH v3 3/3] compress/uadk: support burst enqueue/dequeue Zhangfei Gao
2024-06-13 17:59 ` [EXTERNAL] [PATCH v3 0/3] Introduce UADK compression driver Akhil Goyal
2024-06-14  1:03   ` Zhangfei Gao [this message]

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=CABQgh9HgbL-SQrx5V2ttiE_uNdSoKGRgitZN2rnHEQq9KaWKzA@mail.gmail.com \
    --to=zhangfei.gao@linaro.org \
    --cc=ashishg@marvell.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.com \
    --cc=gakhil@marvell.com \
    /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).