]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/null/null_crypto_pmd.c
net/iavf: support flexible Rx descriptor in normal path
[dpdk.git] / drivers / crypto / null / null_crypto_pmd.c
index d5e3064f235ae8e2605534a97e6c20015a7a651e..7b0b9d42b46362fd529978ece88aa80005392ff8 100644 (file)
@@ -10,6 +10,7 @@
 #include "null_crypto_pmd_private.h"
 
 static uint8_t cryptodev_driver_id;
+int null_logtype_driver;
 
 /** verify and set session parameters */
 int
@@ -177,7 +178,8 @@ cryptodev_null_create(const char *name,
 
        dev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO |
                        RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING |
-                       RTE_CRYPTODEV_FF_IN_PLACE_SGL;
+                       RTE_CRYPTODEV_FF_IN_PLACE_SGL |
+                       RTE_CRYPTODEV_FF_SYM_SESSIONLESS;
 
        internals = dev->data->dev_private;