]> git.droids-corp.org - dpdk.git/blobdiff - examples/fips_validation/main.c
cryptodev: add feature flags to disable
[dpdk.git] / examples / fips_validation / main.c
index aef45055e8e5960fa94926039fb5ddb30a0916ac..8135340689379c4d31fba15476c904eb428d83f3 100644 (file)
@@ -48,7 +48,7 @@ struct cryptodev_fips_validate_env {
 static int
 cryptodev_fips_validate_app_int(void)
 {
-       struct rte_cryptodev_config conf = {rte_socket_id(), 1};
+       struct rte_cryptodev_config conf = {rte_socket_id(), 1, 0};
        struct rte_cryptodev_qp_conf qp_conf = {128, NULL, NULL};
        uint32_t sess_sz = rte_cryptodev_sym_get_private_session_size(
                        env.dev_id);