X-Git-Url: http://git.droids-corp.org/?p=dpdk.git;a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fmain.c;h=db0290751c1c6ba3baf07ac33fbafeafae19b1ac;hp=4247f6add94fc4755d60a4acd79830f956dbc3af;hb=c9030ae382eb942485dfa4e7657b4953bc77b2a9;hpb=5f2ea5533a9371f93df64f065dba72107d2f6a5f diff --git a/app/test-crypto-perf/main.c b/app/test-crypto-perf/main.c index 4247f6add9..db0290751c 100644 --- a/app/test-crypto-perf/main.c +++ b/app/test-crypto-perf/main.c @@ -200,7 +200,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 + .socket_id = socket_id, + .ff_disable = RTE_CRYPTODEV_FF_SECURITY, }; struct rte_cryptodev_qp_conf qp_conf = {