X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-crypto-perf%2Fcperf_options.h;h=613d6d31e2df5c4aeda1e07b5e5f33094d0108ac;hb=5729407fa4d612b93ceefacef13f57c1de2ceaa6;hp=9664a4b343d25f7e1846f04c44601ae0f387968d;hpb=a8d0d473a0a89b3c50813e3e144e9a5377429f24;p=dpdk.git diff --git a/app/test-crypto-perf/cperf_options.h b/app/test-crypto-perf/cperf_options.h index 9664a4b343..613d6d31e2 100644 --- a/app/test-crypto-perf/cperf_options.h +++ b/app/test-crypto-perf/cperf_options.h @@ -12,7 +12,9 @@ #endif #define CPERF_PTEST_TYPE ("ptest") +#define CPERF_MODEX_LEN ("modex-len") #define CPERF_SILENT ("silent") +#define CPERF_ENABLE_SDAP ("enable-sdap") #define CPERF_POOL_SIZE ("pool-sz") #define CPERF_TOTAL_OPS ("total-ops") @@ -79,7 +81,9 @@ enum cperf_op_type { CPERF_AUTH_THEN_CIPHER, CPERF_AEAD, CPERF_PDCP, - CPERF_DOCSIS + CPERF_DOCSIS, + CPERF_IPSEC, + CPERF_ASYM_MODEX }; extern const char *cperf_op_type_strs[]; @@ -126,6 +130,7 @@ struct cperf_options { #ifdef RTE_LIB_SECURITY uint16_t pdcp_sn_sz; uint16_t pdcp_ses_hfn_en; + uint16_t pdcp_sdap; enum rte_security_pdcp_domain pdcp_domain; uint16_t docsis_hdr_sz; #endif @@ -151,6 +156,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