Home
last modified time | relevance | path

Searched refs:MBUF_SIZE (Results 1 – 12 of 12) sorted by relevance

/dpdk/app/test-flow-perf/
H A Dconfig.h14 #define MBUF_SIZE 2048 macro
H A Dmain.c2130 mbuf_size = (uint32_t) MBUF_SIZE; in main()
/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c41 #define MBUF_SIZE (1600 + RTE_PKTMBUF_HEADROOM) macro
523 MBUF_CACHE_SIZE, 0, MBUF_SIZE, rte_socket_id()); in test_setup()
H A Dtest_cryptodev.h23 #define MBUF_SIZE (sizeof(struct rte_mbuf) + \ macro
H A Dtest_flow_classify.c39 #define MBUF_SIZE 512 macro
608 MEMPOOL_CACHE_SIZE, 0, MBUF_SIZE, in init_mbufpool()
H A Dtest_event_crypto_adapter.c50 #define MBUF_SIZE (sizeof(struct rte_mbuf) + \ macro
516 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in configure_cryptodev()
H A Dtest_cryptodev_blockcipher.c97 uint8_t tmp_src_buf[MBUF_SIZE]; in test_blockcipher_one_case()
98 uint8_t tmp_dst_buf[MBUF_SIZE]; in test_blockcipher_one_case()
H A Dtest_ipsec_perf.c454 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
H A Dtest_ipsec.c328 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
H A Dtest_cryptodev.c559 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
8248 if (tdata->aad.len > MBUF_SIZE) { in test_authenticated_encryption()
10903 if (tdata->aad.len > MBUF_SIZE) { in test_authenticated_decryption()
12826 if (tdata->plaintext.len > MBUF_SIZE) in test_AES_GMAC_authentication()
12957 if (tdata->plaintext.len > MBUF_SIZE) in test_AES_GMAC_authentication_verify()
/dpdk/app/test-regex/
H A Dmain.c26 #define MBUF_SIZE (1 << 8) macro
414 0, 0, (nb_segs == 1) ? MBUF_SIZE : in run_regex()
/dpdk/doc/guides/sample_app_ug/
H A Dmulti_process.rst225 … rte_mempool_lookup(_SMP_MBUF_POOL) : rte_mempool_create(_SMP_MBUF_POOL, NB_MBUFS, MBUF_SIZE, ... )