From: Brian Dooley <brian.dooley@intel.com>
Cc: dev@dpdk.org, gakhil@marvell.com, pablo.de.lara.guarch@intel.com,
wathsala.vithanage@arm.com, Brian Dooley <brian.dooley@intel.com>
Subject: [PATCH v2 0/1] Unifying IPsec MB
Date: Fri, 14 Jun 2024 15:07:58 +0100 [thread overview]
Message-ID: <20240614140759.1123505-1-brian.dooley@intel.com> (raw)
In-Reply-To: <20240605085346.272837-2-brian.dooley@intel.com>
Unifying some PMDs in the ipsec_mb crypto driver
As discussed previously on the mailing list:
https://patches.dpdk.org/project/dpdk/patch/20240228113301.934291-1-brian.dooley@intel.com/
v2:
* fix doc indentation
Brian Dooley (1):
crypto/ipsec_mb: unify some IPsec MB PMDs
doc/guides/rel_notes/release_24_07.rst | 5 +
drivers/crypto/ipsec_mb/pmd_aesni_mb.c | 10 +-
drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h | 15 +-
drivers/crypto/ipsec_mb/pmd_chacha_poly.c | 340 +--------------
.../crypto/ipsec_mb/pmd_chacha_poly_priv.h | 28 --
drivers/crypto/ipsec_mb/pmd_kasumi.c | 409 +-----------------
drivers/crypto/ipsec_mb/pmd_kasumi_priv.h | 20 -
7 files changed, 34 insertions(+), 793 deletions(-)
--
2.25.1
next prev parent reply other threads:[~2024-06-14 14:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-05 8:53 [PATCH v1 " Brian Dooley
2024-06-05 8:53 ` [PATCH v1 1/1] crypto/ipsec_mb: unify some IPsec MB PMDs Brian Dooley
2024-06-14 14:07 ` Brian Dooley [this message]
2024-06-14 14:07 ` [PATCH v2 " Brian Dooley
2024-06-26 8:26 ` [EXTERNAL] " Akhil Goyal
2024-06-20 6:53 ` [PATCH v1 " De Lara Guarch, Pablo
2024-06-20 7:00 ` 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=20240614140759.1123505-1-brian.dooley@intel.com \
--to=brian.dooley@intel.com \
--cc=dev@dpdk.org \
--cc=gakhil@marvell.com \
--cc=pablo.de.lara.guarch@intel.com \
--cc=wathsala.vithanage@arm.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).