Searched refs:MBUF_SIZE (Results 1 – 12 of 12) sorted by relevance
| /dpdk/app/test-flow-perf/ |
| H A D | config.h | 14 #define MBUF_SIZE 2048 macro
|
| H A D | main.c | 2130 mbuf_size = (uint32_t) MBUF_SIZE; in main()
|
| /dpdk/app/test/ |
| H A D | test_link_bonding_rssconf.c | 41 #define MBUF_SIZE (1600 + RTE_PKTMBUF_HEADROOM) macro 523 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 | 39 #define MBUF_SIZE 512 macro 608 MEMPOOL_CACHE_SIZE, 0, MBUF_SIZE, in init_mbufpool()
|
| H A D | test_event_crypto_adapter.c | 50 #define MBUF_SIZE (sizeof(struct rte_mbuf) + \ macro 516 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in configure_cryptodev()
|
| H A D | test_cryptodev_blockcipher.c | 97 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 D | test_ipsec_perf.c | 454 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
|
| H A D | test_ipsec.c | 328 NUM_MBUFS, MBUF_CACHE_SIZE, 0, MBUF_SIZE, in testsuite_setup()
|
| H A D | test_cryptodev.c | 559 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 D | main.c | 26 #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 D | multi_process.rst | 225 … rte_mempool_lookup(_SMP_MBUF_POOL) : rte_mempool_create(_SMP_MBUF_POOL, NB_MBUFS, MBUF_SIZE, ... )
|