DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/3] support new full context firmware
@ 2022-06-20  7:18 Tejasree Kondoj
  2022-06-20  7:18 ` [PATCH 1/3] crypto/cnxk: move IPsec SA creation to common Tejasree Kondoj
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tejasree Kondoj @ 2022-06-20  7:18 UTC (permalink / raw)
  To: Akhil Goyal
  Cc: Jerin Jacob, Anoob Joseph, Nithin Dabilpuram,
	Vidya Sagar Velumuri, Archana Muniganti, Ankur Dwivedi,
	Kiran Kumar K, Sunil Kumar Kori, Satha Rao, dev

This series adds support for new full context
microcode in cn9k IPsec PMD.

Anoob Joseph (1):
  crypto/cnxk: improvements to fastpath handling

Tejasree Kondoj (1):
  crypto/cnxk: add anti-replay as per new firmware

Vidya Sagar Velumuri (1):
  crypto/cnxk: move IPsec SA creation to common

 drivers/common/cnxk/cnxk_security.c           | 398 ++++++++++++
 drivers/common/cnxk/cnxk_security.h           |  11 +
 drivers/common/cnxk/roc_cpt.c                 |  93 +++
 drivers/common/cnxk/roc_cpt.h                 |   3 +
 drivers/common/cnxk/roc_ie_on.h               |  24 +-
 drivers/common/cnxk/version.map               |   3 +
 drivers/crypto/cnxk/cn9k_cryptodev_ops.c      |  96 ++-
 drivers/crypto/cnxk/cn9k_ipsec.c              | 606 +++---------------
 drivers/crypto/cnxk/cn9k_ipsec.h              |   7 +-
 drivers/crypto/cnxk/cn9k_ipsec_la_ops.h       | 125 +---
 .../crypto/cnxk/cnxk_cryptodev_capabilities.c |   1 +
 drivers/crypto/cnxk/cnxk_cryptodev_ops.h      |  13 +-
 12 files changed, 736 insertions(+), 644 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2022-06-21 11:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-20  7:18 [PATCH 0/3] support new full context firmware Tejasree Kondoj
2022-06-20  7:18 ` [PATCH 1/3] crypto/cnxk: move IPsec SA creation to common Tejasree Kondoj
2022-06-20  7:18 ` [PATCH 2/3] crypto/cnxk: improvements to fastpath handling Tejasree Kondoj
2022-06-20  7:18 ` [PATCH 3/3] crypto/cnxk: add anti-replay as per new firmware Tejasree Kondoj
2022-06-21 11:35 ` [PATCH 0/3] support new full context firmware 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).