X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fcperf_ops.h;h=30d38f90e3d7103bfd3a29813e787201d3bc3aee;hb=1835a22f342f23ae31e1fd778a997139ae4d2ca9;hp=ff125d12cd145d40d950c2f3f08b434eeb4fbcc1;hpb=d4ad392cbbff873dd821fa9b2681dbbccc23a6c1;p=dpdk.git diff --git a/app/test-crypto-perf/cperf_ops.h b/app/test-crypto-perf/cperf_ops.h index ff125d12cd..30d38f90e3 100644 --- a/app/test-crypto-perf/cperf_ops.h +++ b/app/test-crypto-perf/cperf_ops.h @@ -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;