]> git.droids-corp.org - dpdk.git/blobdiff - drivers/crypto/snow3g/rte_snow3g_pmd.c
ixgbe: fix dropping packets from unsupported Tx queues
[dpdk.git] / drivers / crypto / snow3g / rte_snow3g_pmd.c
index 6f84e5c494e29f1742ff079e78ba63d75170c1a3..97c7fb51373924121b0d2fcee3a113ed78c24aff 100644 (file)
@@ -490,6 +490,9 @@ cryptodev_snow3g_create(const char *name,
        dev->dequeue_burst = snow3g_pmd_dequeue_burst;
        dev->enqueue_burst = snow3g_pmd_enqueue_burst;
 
+       dev->feature_flags = RTE_CRYPTODEV_FF_SYMMETRIC_CRYPTO |
+                       RTE_CRYPTODEV_FF_SYM_OPERATION_CHAINING;
+
        internals = dev->data->dev_private;
 
        internals->max_nb_queue_pairs = init_params->max_nb_queue_pairs;