]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/octeontx/otx_cryptodev_ops.c
net/ena/base: prevent allocation of zero sized memory
[dpdk.git] / drivers / crypto / octeontx / otx_cryptodev_ops.c
index 120e7fcc068ecb1ca7d036c508aff07db8f4298c..3fbf5d5368015af53bd7a39384cdb02c5822c44e 100644 (file)
@@ -967,7 +967,8 @@ otx_cpt_dev_create(struct rte_cryptodev *c_dev)
                                RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING |
                                RTE_CRYPTODEV_FF_IN_PLACE_SGL |
                                RTE_CRYPTODEV_FF_OOP_SGL_IN_LB_OUT |
-                               RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT;
+                               RTE_CRYPTODEV_FF_OOP_SGL_IN_SGL_OUT |
+                               RTE_CRYPTODEV_FF_SYM_SESSIONLESS;
                break;
        default:
                /* Feature not supported. Abort */