Imported Upstream version 17.05.2
[deb_dpdk.git] / app / test-crypto-perf / cperf_test_verify.c
index 454221e..a842f59 100644 (file)
@@ -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);
 }