X-Git-Url: https://gerrit.fd.io/r/gitweb?p=deb_dpdk.git;a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fcperf_test_verify.c;fp=app%2Ftest-crypto-perf%2Fcperf_test_verify.c;h=a842f59c947038461eb7728a7efe81451c2ccea4;hp=454221e690da56ca2e50e90045e9c9e39a799363;hb=90fb1fd9c01fbb2f44af75c63adb65d721da88ff;hpb=bf7567fd2a5b0b28ab724046143c24561d38d015 diff --git a/app/test-crypto-perf/cperf_test_verify.c b/app/test-crypto-perf/cperf_test_verify.c index 454221e6..a842f59c 100644 --- a/app/test-crypto-perf/cperf_test_verify.c +++ b/app/test-crypto-perf/cperf_test_verify.c @@ -575,5 +575,7 @@ cperf_verify_test_destructor(void *arg) if (ctx == NULL) return; + rte_cryptodev_stop(ctx->dev_id); + cperf_verify_test_free(ctx, ctx->options->pool_sz); }