DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH] crypto/octeontx: fix crypto OOP support
@ 2020-10-23 15:48 Didier Pallard
  2020-10-27 15:19 ` [dpdk-dev] [PATCH v2] " Didier Pallard
  0 siblings, 1 reply; 4+ messages in thread
From: Didier Pallard @ 2020-10-23 15:48 UTC (permalink / raw)
  To: dev
  Cc: stable, Anoob Joseph, Srisivasubramanian S, Ankur Dwivedi,
	Murthy NSSR, Nithin Dabilpuram, Ragothaman Jayaraman

Out of place with linear buffers is supported by octeontx
while not advertised.

Cc: stable@dpdk.org
Fixes: 0dc1cffa4d33 ("crypto/octeontx: add hardware init routine")
Signed-off-by: Didier Pallard <didier.pallard@6wind.com>
---
 drivers/crypto/octeontx/otx_cryptodev_ops.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/octeontx/otx_cryptodev_ops.c b/drivers/crypto/octeontx/otx_cryptodev_ops.c
index 14f22e3011a0..05d6dfff7c5a 100644
--- a/drivers/crypto/octeontx/otx_cryptodev_ops.c
+++ b/drivers/crypto/octeontx/otx_cryptodev_ops.c
@@ -985,6 +985,7 @@ otx_cpt_dev_create(struct rte_cryptodev *c_dev)
 				RTE_CRYPTODEV_FF_HW_ACCELERATED |
 				RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING |
 				RTE_CRYPTODEV_FF_IN_PLACE_SGL |
+				RTE_CRYPTODEV_FF_OOP_LB_IN_LB_OUT |
 				RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT |
 				RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT |
 				RTE_CRYPTODEV_FF_SYM_SESSIONLESS;
-- 
2.20.1


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

end of thread, other threads:[~2020-10-29 14:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-23 15:48 [dpdk-dev] [PATCH] crypto/octeontx: fix crypto OOP support Didier Pallard
2020-10-27 15:19 ` [dpdk-dev] [PATCH v2] " Didier Pallard
2020-10-29 14:36   ` [dpdk-dev] [dpdk-stable] " Ankur Dwivedi
2020-10-29 14:51   ` [dpdk-dev] " 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).