]> git.droids-corp.org - dpdk.git/blobdiff - app/test-crypto-perf/cperf_ops.h
net/fm10k: remove unused constant
[dpdk.git] / app / test-crypto-perf / cperf_ops.h
index d155a43a86bb2e7baecd3e04703078b8a683a354..29e109f2a32b79e43024f631bbc10d2e8ab8a631 100644 (file)
@@ -23,7 +23,7 @@ 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);
+               uint16_t iv_offset, uint32_t *imix_idx);
 
 struct cperf_op_fns {
        cperf_sessions_create_t sess_create;