Searched refs:MBUF_SIZE (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/app/test-flow-perf/ |
| H A D | config.h | 14 #define MBUF_SIZE 2048 macro
|
| H A D | main.c | 1316 0, MBUF_SIZE, in init_port()
|
| /f-stack/dpdk/app/test-regex/ |
| H A D | main.c | 26 #define MBUF_SIZE (1 << 8) macro 191 0, MBUF_SIZE, rte_socket_id()); in init_port()
|
| /f-stack/dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 41 #define MBUF_SIZE (1600 + RTE_PKTMBUF_HEADROOM) macro 521 MBUF_CACHE_SIZE, 0, MBUF_SIZE, rte_socket_id()); in test_setup()
|
| H A D | test_cryptodev.h | 23 #define MBUF_SIZE (sizeof(struct rte_mbuf) + \ macro
|
| H A D | test_flow_classify.c | 28 #define MBUF_SIZE 512 macro 597 MEMPOOL_CACHE_SIZE, 0, MBUF_SIZE, in init_mbufpool()
|
| H A D | test_event_crypto_adapter.c | 39 #define MBUF_SIZE (sizeof(struct rte_mbuf) + \ macro 504 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in configure_cryptodev()
|
| H A D | test_cryptodev_blockcipher.c | 95 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 D | test_ipsec_perf.c | 442 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
|
| H A D | test_ipsec.c | 318 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
|
| H A D | test_cryptodev.c | 509 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 D | skeleton.rst | 68 MBUF_SIZE,
|
| H A D | ip_reassembly.rst | 185 …if ((rxq->pool = rte_mempool_create(buf, nb_mbuf, MBUF_SIZE, 0, sizeof(struct rte_pktmbuf_pool_pri…
|
| H A D | flow_classify.rst | 174 MBUF_SIZE,
|
| H A D | multi_process.rst | 236 … rte_mempool_lookup(_SMP_MBUF_POOL) : rte_mempool_create(_SMP_MBUF_POOL, NB_MBUFS, MBUF_SIZE, ... )
|