X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fcperf_options.h;h=09caefde22981dfd11d0330417e84d64fd81cf57;hb=3dea1b2693ab8b46f5add0642b08714884634bae;hp=f5bf03c810709481b657c5b6d4d483aed879a04e;hpb=c1670ae0022bc2c75cc5a4688116256db7bde09e;p=dpdk.git diff --git a/app/test-crypto-perf/cperf_options.h b/app/test-crypto-perf/cperf_options.h index f5bf03c810..09caefde22 100644 --- a/app/test-crypto-perf/cperf_options.h +++ b/app/test-crypto-perf/cperf_options.h @@ -7,8 +7,12 @@ #include #include +#ifdef RTE_LIB_SECURITY +#include +#endif #define CPERF_PTEST_TYPE ("ptest") +#define CPERF_MODEX_LEN ("modex-len") #define CPERF_SILENT ("silent") #define CPERF_POOL_SIZE ("pool-sz") @@ -44,6 +48,14 @@ #define CPERF_DIGEST_SZ ("digest-sz") +#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") +#define PDCP_DEFAULT_HFN 0x1 +#define CPERF_DOCSIS_HDR_SZ ("docsis-hdr-sz") +#endif + #define CPERF_CSV ("csv-friendly") /* benchmark-specific options */ @@ -66,7 +78,11 @@ enum cperf_op_type { CPERF_AUTH_ONLY, CPERF_CIPHER_THEN_AUTH, CPERF_AUTH_THEN_CIPHER, - CPERF_AEAD + CPERF_AEAD, + CPERF_PDCP, + CPERF_DOCSIS, + CPERF_IPSEC, + CPERF_ASYM_MODEX }; extern const char *cperf_op_type_strs[]; @@ -110,6 +126,12 @@ struct cperf_options { uint16_t digest_sz; +#ifdef RTE_LIB_SECURITY + uint16_t pdcp_sn_sz; + uint16_t pdcp_ses_hfn_en; + enum rte_security_pdcp_domain pdcp_domain; + uint16_t docsis_hdr_sz; +#endif char device_type[RTE_CRYPTODEV_NAME_MAX_LEN]; enum cperf_op_type op_type; @@ -132,6 +154,8 @@ struct cperf_options { uint32_t pmdcc_delay; uint32_t imix_distribution_list[MAX_LIST]; uint8_t imix_distribution_count; + struct cperf_modex_test_data *modex_data; + uint16_t modex_len; }; void