DPDK patches and discussions
 help / color / mirror / Atom feed
From: Akhil Goyal <gakhil@marvell.com>
To: Zhangfei Gao <zhangfei.gao@linaro.org>,
	Declan Doherty <declan.doherty@intel.com>,
	Fan Zhang <roy.fan.zhang@intel.com>,
	Ashish Gupta <ashishg@marvell.com>, Ray Kinsella <mdr@ashroe.eu>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
	"acc@openeuler.org" <acc@openeuler.org>,
	"thomas@monjalon.net" <thomas@monjalon.net>,
	David Marchand <david.marchand@redhat.com>
Subject: RE: [EXT] [PATCH 0/3] Add uadk compression and crypto PMD
Date: Mon, 29 Aug 2022 07:11:48 +0000	[thread overview]
Message-ID: <CO6PR18MB4484FBA715C6BE86900B9B5AD8769@CO6PR18MB4484.namprd18.prod.outlook.com> (raw)
In-Reply-To: <6cfc9260-7c41-c06d-6592-5f5821e2a678@linaro.org>

> >
> > Also UADK does not look to be a PMD name. It is some development kit
> > Outside of DPDK. Can you rename it to something else?
> >
> > Is there some dependency to build it using external libraries etc?
> > Can you explain what exactly is UADK?
> UADK is a framework for user application to access hardware accelerator .
> https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__github.com_Linaro_uadk_blob_master_docs_wd-
> 5Fdesign.md&d=DwIDaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=DnL7Si2wl_PRwpZ9
> TWey3eu68gBzn7DkPwuqhd6WNyo&m=5ceaLjLGdoHAuVeeh-
> 9uypoBDKCK43QrqhAOEbBu1vFFrSFxNpncZzByqSguUBUk&s=VSCYj_EhQ67Rxmz
> N-N8H38GXxRyzNnNsRsOtL5eUVIE&e=
> 
> UADK relies on SVA (Shared Virtual Address) that needs to be supported
> by IOMMU.
> As a result, user application can directly use virtual address for dma,
> since iommu and
> mmu share the same virtual address by coping the same page table, which
> enhance the
> performance as well as easy usability.
> 
> UADK provide algorithm libraries and api for application to use.
> The library will find the real hardware in the platform.
> 
> We also provide openssl engine for uadk,
> https://urldefense.proofpoint.com/v2/url?u=https-
> 3A__github.com_Linaro_uadk-
> 5Fengine&d=DwIDaQ&c=nKjWec2b6R0mOyPaz7xtfQ&r=DnL7Si2wl_PRwpZ9TW
> ey3eu68gBzn7DkPwuqhd6WNyo&m=5ceaLjLGdoHAuVeeh-
> 9uypoBDKCK43QrqhAOEbBu1vFFrSFxNpncZzByqSguUBUk&s=s4G4UzM5B3w8t7
> b0IMKgAbWS5DN7n6ez4WkZpIZ1QGs&e=
> For alignment, we planned to provide uadk dpdk pmd as well, with the
> name as UADK.

Thanks for the explanation. Please add the information in documentation as well.
Hardware PMDs are generally named after the hardware device and not on some other library.

Naming it with uadk would look like a software PMD.


  reply	other threads:[~2022-08-29  7:13 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20 12:35 Zhangfei Gao
2022-06-20 12:35 ` [PATCH 1/3] compress/uadk: add uadk compression PMD Zhangfei Gao
2022-06-20 12:35 ` [PATCH 2/3] test/crypto: add cryptodev_uadk_autotest Zhangfei Gao
2022-06-20 12:35 ` [PATCH 3/3] crypto/uadk: add uadk crypto PMD Zhangfei Gao
2022-08-28 13:02 ` [EXT] [PATCH 0/3] Add uadk compression and " Akhil Goyal
2022-08-29  6:52   ` Zhangfei Gao
2022-08-29  7:11     ` Akhil Goyal [this message]
2022-08-29  8:21       ` 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=CO6PR18MB4484FBA715C6BE86900B9B5AD8769@CO6PR18MB4484.namprd18.prod.outlook.com \
    --to=gakhil@marvell.com \
    --cc=acc@openeuler.org \
    --cc=ashishg@marvell.com \
    --cc=david.marchand@redhat.com \
    --cc=declan.doherty@intel.com \
    --cc=dev@dpdk.org \
    --cc=mdr@ashroe.eu \
    --cc=roy.fan.zhang@intel.com \
    --cc=thomas@monjalon.net \
    --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).