DPDK patches and discussions
 help / color / mirror / Atom feed
From: Maxime Coquelin <maxime.coquelin@redhat.com>
To: dev@dpdk.org, kai.ji@intel.com, g.singh@nxp.com,
	hemant.agrawal@nxp.com, pablo.de.lara.guarch@intel.com,
	fanzhang.oss@gmail.com, roretzla@linux.microsoft.com
Cc: Maxime Coquelin <maxime.coquelin@redhat.com>
Subject: [PATCH v2 0/6] Trivial crypto PMDs cleanup
Date: Tue, 20 Jun 2023 09:52:45 +0200	[thread overview]
Message-ID: <20230620075251.103491-1-maxime.coquelin@redhat.com> (raw)

This small series cleans-up some crypto PMD drivers.

Changes in v2:
==============
- Rebased on top of next-crypto
- Fix typo in commit message (patch 4)
- Applied A-by's & R-by's

Maxime Coquelin (6):
  crypto/qat: fix sym device prototype
  crypto/qat: remove security lib presence checks
  crypto/dpaa2_sec: remove security lib presence checks
  crypto/dpaa_sec: remove security lib presence checks
  crypto/ipsec_mb: remove security lib presence checks
  crypto/qat: remove useless log level checks

 drivers/common/qat/qat_qp.c                  |  2 --
 drivers/crypto/dpaa2_sec/dpaa2_sec_dpseci.c  | 36 +++++---------------
 drivers/crypto/dpaa2_sec/dpaa2_sec_priv.h    |  9 -----
 drivers/crypto/dpaa_sec/dpaa_sec.c           | 26 ++------------
 drivers/crypto/dpaa_sec/dpaa_sec.h           |  9 +----
 drivers/crypto/dpaa_sec/dpaa_sec_raw_dp.c    |  6 ----
 drivers/crypto/ipsec_mb/ipsec_mb_private.h   |  3 --
 drivers/crypto/ipsec_mb/pmd_aesni_mb_priv.h  |  4 ---
 drivers/crypto/qat/dev/qat_crypto_pmd_gen2.c |  3 --
 drivers/crypto/qat/dev/qat_crypto_pmd_gen3.c | 11 +-----
 drivers/crypto/qat/dev/qat_crypto_pmd_gen4.c |  9 +----
 drivers/crypto/qat/dev/qat_crypto_pmd_gens.h |  2 --
 drivers/crypto/qat/dev/qat_sym_pmd_gen1.c    | 34 ++----------------
 drivers/crypto/qat/qat_crypto.h              |  2 --
 drivers/crypto/qat/qat_sym.c                 | 17 ++-------
 drivers/crypto/qat/qat_sym.h                 | 13 +------
 drivers/crypto/qat/qat_sym_session.c         |  4 ---
 drivers/crypto/qat/qat_sym_session.h         |  4 ---
 18 files changed, 21 insertions(+), 173 deletions(-)

-- 
2.41.0


             reply	other threads:[~2023-06-20  7:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-20  7:52 Maxime Coquelin [this message]
2023-06-20  7:52 ` [PATCH v2 1/6] crypto/qat: fix sym device prototype Maxime Coquelin
2023-06-20  7:52 ` [PATCH v2 2/6] crypto/qat: remove security lib presence checks Maxime Coquelin
2023-06-20  7:52 ` [PATCH v2 3/6] crypto/dpaa2_sec: " Maxime Coquelin
2023-06-20  7:52 ` [PATCH v2 4/6] crypto/dpaa_sec: " Maxime Coquelin
2023-06-20  7:52 ` [PATCH v2 5/6] crypto/ipsec_mb: " Maxime Coquelin
2023-06-20  7:52 ` [PATCH v2 6/6] crypto/qat: remove useless log level checks Maxime Coquelin
2023-06-20  8:53 ` [EXT] [PATCH v2 0/6] Trivial crypto PMDs cleanup 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=20230620075251.103491-1-maxime.coquelin@redhat.com \
    --to=maxime.coquelin@redhat.com \
    --cc=dev@dpdk.org \
    --cc=fanzhang.oss@gmail.com \
    --cc=g.singh@nxp.com \
    --cc=hemant.agrawal@nxp.com \
    --cc=kai.ji@intel.com \
    --cc=pablo.de.lara.guarch@intel.com \
    --cc=roretzla@linux.microsoft.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).