Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-flow-perf/
H A Dconfig.h14 #define MBUF_SIZE 2048 macro
H A Dmain.c1316 0, MBUF_SIZE, in init_port()
/f-stack/dpdk/app/test-regex/
H A Dmain.c26 #define MBUF_SIZE (1 << 8) macro
191 0, MBUF_SIZE, rte_socket_id()); in init_port()
/f-stack/dpdk/app/test/
H A Dtest_link_bonding_rssconf.c41 #define MBUF_SIZE (1600 + RTE_PKTMBUF_HEADROOM) macro
521 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.c28 #define MBUF_SIZE 512 macro
597 MEMPOOL_CACHE_SIZE, 0, MBUF_SIZE, in init_mbufpool()
H A Dtest_event_crypto_adapter.c39 #define MBUF_SIZE (sizeof(struct rte_mbuf) + \ macro
504 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in configure_cryptodev()
H A Dtest_cryptodev_blockcipher.c95 uint8_t tmp_src_buf[MBUF_SIZE]; in test_blockcipher_one_case()
96 uint8_t tmp_dst_buf[MBUF_SIZE]; in test_blockcipher_one_case()
H A Dtest_ipsec_perf.c442 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
H A Dtest_ipsec.c318 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
H A Dtest_cryptodev.c509 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
7643 if (tdata->aad.len > MBUF_SIZE) { in test_authenticated_encryption()
9269 if (tdata->aad.len > MBUF_SIZE) { in test_authenticated_decryption()
10909 if (tdata->plaintext.len > MBUF_SIZE) in test_AES_GMAC_authentication()
11038 if (tdata->plaintext.len > MBUF_SIZE) in test_AES_GMAC_authentication_verify()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dskeleton.rst68 MBUF_SIZE,
H A Dip_reassembly.rst185 …if ((rxq->pool = rte_mempool_create(buf, nb_mbuf, MBUF_SIZE, 0, sizeof(struct rte_pktmbuf_pool_pri…
H A Dflow_classify.rst174 MBUF_SIZE,
H A Dmulti_process.rst236 … rte_mempool_lookup(_SMP_MBUF_POOL) : rte_mempool_create(_SMP_MBUF_POOL, NB_MBUFS, MBUF_SIZE, ... )