]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/main.c
mempool: introduce helpers for populate and required size
[dpdk.git] / app / test-crypto-perf / main.c
index ce92a9687243158b4c7aeb10a4d3b5328f9414cb..2109e7007eb369b082d1bd0b16441ca166692c27 100644 (file)
@@ -201,7 +201,8 @@ cperf_initialize_cryptodev(struct cperf_options *opts, uint8_t *enabled_cdevs)
                struct rte_cryptodev_config conf = {
                        .nb_queue_pairs = opts->nb_qps,
                        .socket_id = socket_id,
-                       .ff_disable = RTE_CRYPTODEV_FF_SECURITY,
+                       .ff_disable = RTE_CRYPTODEV_FF_SECURITY |
+                                     RTE_CRYPTODEV_FF_ASYMMETRIC_CRYPTO,
                };
 
                struct rte_cryptodev_qp_conf qp_conf = {