support systemd service convention for runtime directory
[dpdk.git] / app / test-crypto-perf / cperf_ops.h
index ff125d1..30d38f9 100644 (file)
@@ -23,7 +23,8 @@ typedef int (*cperf_populate_ops_t)(struct rte_crypto_op **ops,
                uint16_t nb_ops, struct rte_cryptodev_sym_session *sess,
                const struct cperf_options *options,
                const struct cperf_test_vector *test_vector,
-               uint16_t iv_offset, uint32_t *imix_idx);
+               uint16_t iv_offset, uint32_t *imix_idx,
+               uint64_t *tsc_start);
 
 struct cperf_op_fns {
        cperf_sessions_create_t sess_create;