All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Octeon TX2 CPT custom engine group
@ 2021-12-01  9:01 Shijith Thotton
  2021-12-01  9:02 ` [PATCH 1/2] crypto: octeontx2: add apis for custom engine groups Shijith Thotton
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Shijith Thotton @ 2021-12-01  9:01 UTC (permalink / raw)
  To: Boris Brezillon, Arnaud Ebalard, Herbert Xu
  Cc: Shijith Thotton, linux-crypto, jerinj, sgoutham, gcherian,
	ndabilpuram, schalla

Octeon TX2 CPT has three type of engines to handle symmetric, asymmetric
and ipsec specific workload. For better utilization, these engines can
be grouped to custom groups at runtime. Devlink parameters are used to
create and destroy the custom groups (devlink is a framework mainly used
in network subsystem).

Srujana Challa (2):
  crypto: octeontx2: add apis for custom engine groups
  crypto: octeontx2: parameters for custom engine groups

 drivers/crypto/marvell/octeontx2/Makefile     |   2 +-
 .../marvell/octeontx2/otx2_cpt_common.h       |   1 +
 .../marvell/octeontx2/otx2_cpt_devlink.c      | 108 ++++++
 .../marvell/octeontx2/otx2_cpt_devlink.h      |  20 ++
 drivers/crypto/marvell/octeontx2/otx2_cptpf.h |   3 +
 .../marvell/octeontx2/otx2_cptpf_main.c       |   9 +
 .../marvell/octeontx2/otx2_cptpf_ucode.c      | 322 +++++++++++++++++-
 .../marvell/octeontx2/otx2_cptpf_ucode.h      |   7 +-
 8 files changed, 464 insertions(+), 8 deletions(-)
 create mode 100644 drivers/crypto/marvell/octeontx2/otx2_cpt_devlink.c
 create mode 100644 drivers/crypto/marvell/octeontx2/otx2_cpt_devlink.h

-- 
2.25.1


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

end of thread, other threads:[~2021-12-11  5:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-01  9:01 [PATCH 0/2] Octeon TX2 CPT custom engine group Shijith Thotton
2021-12-01  9:02 ` [PATCH 1/2] crypto: octeontx2: add apis for custom engine groups Shijith Thotton
2021-12-01  9:02 ` [PATCH 2/2] crypto: octeontx2: parameters " Shijith Thotton
2021-12-11  5:56 ` [PATCH 0/2] Octeon TX2 CPT custom engine group Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.