devtools: recommend new logtype helpers
[dpdk.git] / app / test-crypto-perf / cperf_options.h
index 256fabb..9664a4b 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <rte_crypto.h>
 #include <rte_cryptodev.h>
-#ifdef RTE_LIBRTE_SECURITY
+#ifdef RTE_LIB_SECURITY
 #include <rte_security.h>
 #endif
 
@@ -47,7 +47,7 @@
 
 #define CPERF_DIGEST_SZ                ("digest-sz")
 
-#ifdef RTE_LIBRTE_SECURITY
+#ifdef RTE_LIB_SECURITY
 #define CPERF_PDCP_SN_SZ       ("pdcp-sn-sz")
 #define CPERF_PDCP_DOMAIN      ("pdcp-domain")
 #define CPERF_PDCP_SES_HFN_EN  ("pdcp-ses-hfn-en")
@@ -123,7 +123,7 @@ struct cperf_options {
 
        uint16_t digest_sz;
 
-#ifdef RTE_LIBRTE_SECURITY
+#ifdef RTE_LIB_SECURITY
        uint16_t pdcp_sn_sz;
        uint16_t pdcp_ses_hfn_en;
        enum rte_security_pdcp_domain pdcp_domain;