DPDK patches and discussions
 help / color / mirror / Atom feed
From: "Zhang, Fan" <fanzhang.oss@gmail.com>
To: Akhil Goyal <gakhil@marvell.com>, dev@dpdk.org
Cc: ciara.power@intel.com, kai.ji@intel.com,
	pablo.de.lara.guarch@intel.com, hemant.agrawal@nxp.com,
	matan@nvidia.com, g.singh@nxp.com, ruifeng.wang@arm.com,
	anoobj@marvell.com, radu.nicolau@intel.com, vfialko@marvell.com,
	ktraynor@redhat.com, david.marchand@redhat.com,
	thomas@monjalon.net
Subject: Re: [PATCH] cryptodev: add algo enums to string conversion APIs
Date: Wed, 14 Dec 2022 09:32:27 +0000	[thread overview]
Message-ID: <b91f2ad2-0e6c-5905-395b-99f6121b0337@gmail.com> (raw)
In-Reply-To: <20221212151023.3308146-1-gakhil@marvell.com>

On 12/12/2022 3:10 PM, Akhil Goyal wrote:
> Symmetric/Asymmetric algorithm strings are accessed by application
> using arrays in cryptodev lib, which hampers new algorithms addition
> in the array due to ABI breakage.
> These arrays are now deprecated and will be removed in next ABI break
> release.
> New APIs are added for getting the algorithm strings based on enum values.
>
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
> ---
>   app/test-crypto-perf/cperf_options_parsing.c |   6 +-
>   app/test/test_cryptodev_asym.c               |   2 +-
>   app/test/test_cryptodev_security_ipsec.c     |   8 +-
>   doc/guides/rel_notes/deprecation.rst         |   7 +
>   drivers/crypto/openssl/rte_openssl_pmd_ops.c |   2 +-
>   drivers/crypto/qat/qat_sym_session.c         |   7 +-
>   examples/l2fwd-crypto/main.c                 |  12 +-
>   lib/cryptodev/cryptodev_trace_points.c       |  12 ++
>   lib/cryptodev/rte_crypto_asym.h              |   1 +
>   lib/cryptodev/rte_crypto_sym.h               |   3 +
>   lib/cryptodev/rte_cryptodev.c                | 182 ++++++++++++++++++-
>   lib/cryptodev/rte_cryptodev.h                |  52 ++++++
>   lib/cryptodev/rte_cryptodev_trace.h          |  32 ++++
>   lib/cryptodev/version.map                    |  10 +
>   14 files changed, 309 insertions(+), 27 deletions(-)
Acked-by: Fan Zhang <fanzhang.oss@gmail.com>

  parent reply	other threads:[~2022-12-14  9:32 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-12 15:10 Akhil Goyal
2022-12-13  7:31 ` Ruifeng Wang
2022-12-13  7:37 ` Anoob Joseph
2022-12-13  8:22 ` Power, Ciara
2022-12-14  9:32 ` Zhang, Fan [this message]
2023-01-04  6:18 ` [PATCH v2] " Akhil Goyal
2023-01-05 10:56   ` Akhil Goyal

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=b91f2ad2-0e6c-5905-395b-99f6121b0337@gmail.com \
    --to=fanzhang.oss@gmail.com \
    --cc=anoobj@marvell.com \
    --cc=ciara.power@intel.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=g.singh@nxp.com \
    --cc=gakhil@marvell.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=kai.ji@intel.com \
    --cc=ktraynor@redhat.com \
    --cc=matan@nvidia.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=radu.nicolau@intel.com \
    --cc=ruifeng.wang@arm.com \
    --cc=thomas@monjalon.net \
    --cc=vfialko@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).