DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/6] Trivial crypto PMDs cleanup
@ 2023-06-09 13:54 Maxime Coquelin
  2023-06-09 13:54 ` [PATCH 1/6] crypto/qat: fix sym device prototype Maxime Coquelin
                   ` (6 more replies)
  0 siblings, 7 replies; 15+ messages in thread
From: Maxime Coquelin @ 2023-06-09 13:54 UTC (permalink / raw)
  To: dev, kai.ji, g.singh, hemant.agrawal, pablo.de.lara.guarch, fanzhang.oss
  Cc: Maxime Coquelin

This small series cleans-up some crypto PMD drivers.

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.40.1


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2023-06-20  7:54 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09 13:54 [PATCH 0/6] Trivial crypto PMDs cleanup Maxime Coquelin
2023-06-09 13:54 ` [PATCH 1/6] crypto/qat: fix sym device prototype Maxime Coquelin
2023-06-09 14:03   ` Zhang, Fan
2023-06-09 15:40     ` Tyler Retzlaff
2023-06-09 13:54 ` [PATCH 2/6] crypto/qat: remove security lib presence checks Maxime Coquelin
2023-06-09 13:54 ` [PATCH 3/6] crypto/dpaa2_sec: " Maxime Coquelin
2023-06-09 15:04   ` Hemant Agrawal
2023-06-09 13:54 ` [PATCH 4/6] crypto/dpaa_sec: " Maxime Coquelin
2023-06-09 15:05   ` Hemant Agrawal
2023-06-09 13:54 ` [PATCH 5/6] crypto/ipsec_mb: " Maxime Coquelin
2023-06-09 13:54 ` [PATCH 6/6] crypto/qat: remove useless log level checks Maxime Coquelin
2023-06-09 14:02   ` Zhang, Fan
2023-06-14 18:17 ` [EXT] [PATCH 0/6] Trivial crypto PMDs cleanup Akhil Goyal
2023-06-20  6:49   ` Akhil Goyal
2023-06-20  7:54     ` Maxime Coquelin

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).