cryptodev: make xform key pointer constant
[dpdk.git] / examples / ip_pipeline / cryptodev.c
index ab5e926..b0d9f3d 100644 (file)
@@ -90,8 +90,6 @@ cryptodev_create(const char *name, struct cryptodev_params *params)
 
        if (dev_info.max_nb_queue_pairs < params->n_queues)
                return NULL;
-       if (dev_info.feature_flags & RTE_CRYPTODEV_FF_HW_ACCELERATED)
-               return NULL;
 
        dev_conf.socket_id = socket_id;
        dev_conf.nb_queue_pairs = params->n_queues;