Home
last modified time | relevance | path

Searched refs:max_buffer_size (Results 1 – 10 of 10) sorted by relevance

/dpdk/app/test-crypto-perf/
H A Dcperf_test_vectors.c654 t_vec->plaintext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
691 t_vec->ciphertext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
694 t_vec->data.cipher_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
719 t_vec->data.auth_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
749 t_vec->ciphertext.length = options->max_buffer_size; in cperf_test_vector_get_dummy()
752 t_vec->data.cipher_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
783 t_vec->data.auth_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
834 t_vec->data.aead_length = options->max_buffer_size; in cperf_test_vector_get_dummy()
H A Dmain.c467 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
471 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
488 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
512 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
517 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
521 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
550 if (test_vec->plaintext.length < opts->max_buffer_size) in cperf_check_test_vector()
554 if (test_vec->ciphertext.length < opts->max_buffer_size) in cperf_check_test_vector()
766 while (opts.test_buffer_size <= opts.max_buffer_size) { in main()
H A Dcperf_test_vector_parsing.c311 if (opts->max_buffer_size > data_length) { in parse_entry()
316 vector->plaintext.length = opts->max_buffer_size; in parse_entry()
409 if (opts->max_buffer_size > data_length) { in parse_entry()
414 vector->ciphertext.length = opts->max_buffer_size; in parse_entry()
583 test_vector->data.cipher_length = opts->max_buffer_size; in cperf_test_vector_get_from_file()
586 test_vector->data.auth_length = opts->max_buffer_size; in cperf_test_vector_get_from_file()
H A Dcperf_options_parsing.c356 if (parse_range(arg, &opts->min_buffer_size, &opts->max_buffer_size, in parse_buffer_sz()
360 &opts->max_buffer_size); in parse_buffer_sz()
902 opts->max_buffer_size = 64; in cperf_options_default()
1053 while (buffer_size <= options->max_buffer_size) { in check_cipher_buffer_length()
1079 while (buffer_size <= options->max_buffer_size) { in check_cipher_buffer_length()
1111 while (buffer_size <= options->max_buffer_size) { in check_docsis_buffer_length()
1143 options->segment_sz <= options->max_buffer_size) { in cperf_options_check()
1154 options->segment_sz = options->max_buffer_size + in cperf_options_check()
1312 printf("#\t max: %u\n", opts->max_buffer_size); in cperf_options_dump()
H A Dcperf_test_verify.c223 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_verify_test_runner()
361 ctx->options->max_buffer_size, in cperf_verify_test_runner()
378 ctx->options->max_buffer_size, in cperf_verify_test_runner()
H A Dcperf_test_common.c200 uint32_t max_size = options->max_buffer_size + options->digest_sz; in cperf_alloc_common_memory()
274 uint32_t remaining_bytes = options->max_buffer_size; in cperf_mbuf_set()
H A Dcperf_options.h143 uint32_t max_buffer_size; member
H A Dcperf_test_throughput.c127 (ctx->options->segment_sz < ctx->options->max_buffer_size)) { in cperf_throughput_test_runner()
H A Dcperf_test_latency.c145 if (ctx->options->segment_sz < ctx->options->max_buffer_size) { in cperf_latency_test_runner()
H A Dcperf_test_pmd_cyclecount.c418 if (opts->segments_sz < ctx->options->max_buffer_size) { in cperf_pmd_cyclecount_test_runner()