DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/4] code cleanup and improvements
@ 2020-11-03  8:37 Archana Muniganti
  2020-11-03  8:37 ` [dpdk-dev] [PATCH 1/4] common/cpt: prepopulate word7 in sess Archana Muniganti
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Archana Muniganti @ 2020-11-03  8:37 UTC (permalink / raw)
  To: akhil.goyal, anoobj, adwivedi; +Cc: Archana Muniganti, dev

This series has code cleanup and improvements for
OCTEON TX and OCTEON TX2 crypto PMDs

Archana Muniganti (4):
  common/cpt: prepopulate word7 in sess
  common/cpt: remove temporary variable
  common/cpt: use predefined macros
  common/cpt: remove redundant structure

 drivers/common/cpt/cpt_common.h               |  20 +-
 drivers/common/cpt/cpt_hw_types.h             |  10 +-
 drivers/common/cpt/cpt_mcode_defines.h        |  21 +-
 drivers/common/cpt/cpt_pmd_ops_helper.c       |   5 +-
 drivers/common/cpt/cpt_ucode.h                | 199 ++++++------------
 drivers/common/cpt/cpt_ucode_asym.h           |  60 ++----
 .../crypto/octeontx/otx_cryptodev_hw_access.c |  10 +-
 .../crypto/octeontx/otx_cryptodev_hw_access.h |   4 +-
 drivers/crypto/octeontx/otx_cryptodev_ops.c   |  48 +++--
 drivers/crypto/octeontx2/otx2_cryptodev_ops.c |  67 +++---
 drivers/crypto/octeontx2/otx2_cryptodev_sec.c |   4 +-
 drivers/crypto/octeontx2/otx2_cryptodev_sec.h |   2 +-
 drivers/crypto/octeontx2/otx2_ipsec_po_ops.h  |   2 -
 13 files changed, 183 insertions(+), 269 deletions(-)

-- 
2.22.0


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

end of thread, other threads:[~2020-11-12 20:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-03  8:37 [dpdk-dev] [PATCH 0/4] code cleanup and improvements Archana Muniganti
2020-11-03  8:37 ` [dpdk-dev] [PATCH 1/4] common/cpt: prepopulate word7 in sess Archana Muniganti
2020-11-03  8:37 ` [dpdk-dev] [PATCH 2/4] common/cpt: remove temporary variable Archana Muniganti
2020-11-03  8:37 ` [dpdk-dev] [PATCH 3/4] common/cpt: use predefined macros Archana Muniganti
2020-11-03  8:37 ` [dpdk-dev] [PATCH 4/4] common/cpt: remove redundant structure Archana Muniganti
2020-11-03  8:51 ` [dpdk-dev] [PATCH 0/4] code cleanup and improvements Anoob Joseph
2020-11-12 20:53   ` Akhil Goyal

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