test/interrupts: remove direct access to interrupt handle
[dpdk.git] / app / test-crypto-perf / cperf_test_latency.c
index c2590a4..69f55de 100644 (file)
@@ -200,7 +200,7 @@ cperf_latency_test_runner(void *arg)
                                        ctx->dst_buf_offset,
                                        burst_size, ctx->sess, ctx->options,
                                        ctx->test_vector, iv_offset,
-                                       &imix_idx);
+                                       &imix_idx, NULL);
 
                        tsc_start = rte_rdtsc_precise();
 
@@ -314,7 +314,7 @@ cperf_latency_test_runner(void *arg)
 
                        for (i = 0; i < ctx->options->total_ops; i++) {
 
-                               printf("\n%u;%u;%u;%"PRIu64";%"PRIu64";%.3f",
+                               printf("\n%u,%u,%u,%"PRIu64",%"PRIu64",%.3f",
                                        ctx->lcore_id, ctx->options->test_buffer_size,
                                        test_burst_size, i + 1,
                                        ctx->res[i].tsc_end - ctx->res[i].tsc_start,