| /dpdk/app/test/ |
| H A D | test_cksum.c | 16 #define MEMPOOL_CACHE_SIZE 0 macro 233 NB_MBUF, MEMPOOL_CACHE_SIZE, 0, MBUF_DATA_SIZE, in test_cksum()
|
| H A D | test_mbuf.c | 38 #define MEMPOOL_CACHE_SIZE 32 macro 1862 MEMPOOL_CACHE_SIZE - 1, in test_pktmbuf_alloc_bulk() 1863 MEMPOOL_CACHE_SIZE + 1, in test_pktmbuf_alloc_bulk() 1864 MEMPOOL_CACHE_SIZE * 1.5, in test_pktmbuf_alloc_bulk() 1865 MEMPOOL_CACHE_SIZE * 2, in test_pktmbuf_alloc_bulk() 1866 MEMPOOL_CACHE_SIZE * 2 - 1, in test_pktmbuf_alloc_bulk() 1867 MEMPOOL_CACHE_SIZE * 2 + 1, in test_pktmbuf_alloc_bulk() 1868 MEMPOOL_CACHE_SIZE, in test_pktmbuf_alloc_bulk() 1898 MEMPOOL_CACHE_SIZE - NB_MBUF, in test_neg_pktmbuf_alloc_bulk() 2468 NB_MBUF, MEMPOOL_CACHE_SIZE, 0, in test_pktmbuf_ext_pinned_buffer() [all …]
|
| H A D | test_pmd_perf.c | 19 #define MEMPOOL_CACHE_SIZE 250 macro 53 nb_lcores*MEMPOOL_CACHE_SIZE + \ 254 MEMPOOL_CACHE_SIZE, 0, in init_mbufpool()
|
| H A D | test_flow_classify.c | 38 #define MEMPOOL_CACHE_SIZE 256 macro 608 MEMPOOL_CACHE_SIZE, 0, MBUF_SIZE, in init_mbufpool()
|
| /dpdk/examples/l3fwd/ |
| H A D | l3fwd_event.c | 126 nb_lcores * MEMPOOL_CACHE_SIZE, in l3fwd_eth_dev_port_setup() 132 nb_lcores * MEMPOOL_CACHE_SIZE, in l3fwd_eth_dev_port_setup()
|
| H A D | l3fwd.h | 28 #define MEMPOOL_CACHE_SIZE 256 macro
|
| H A D | main.c | 733 nb_lcores*MEMPOOL_CACHE_SIZE), \ 985 MEMPOOL_CACHE_SIZE, 0, in init_mem()
|
| /dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.h | 53 #define MEMPOOL_CACHE_SIZE 256 macro
|
| H A D | main.c | 666 MEMPOOL_CACHE_SIZE), 8192U); in main() 670 nb_mbufs, MEMPOOL_CACHE_SIZE, 0, in main()
|
| /dpdk/examples/l2fwd/ |
| H A D | main.c | 53 #define MEMPOOL_CACHE_SIZE 256 macro 768 nb_lcores * MEMPOOL_CACHE_SIZE), 8192U); in main() 772 MEMPOOL_CACHE_SIZE, 0, RTE_MBUF_DEFAULT_BUF_SIZE, in main()
|
| /dpdk/examples/qos_meter/ |
| H A D | main.c | 44 #define MEMPOOL_CACHE_SIZE 256 macro 321 pool = rte_pktmbuf_pool_create("pool", NB_MBUF, MEMPOOL_CACHE_SIZE, in main()
|
| /dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 397 #define MEMPOOL_CACHE_SIZE 256 macro 442 nb_lcores * MEMPOOL_CACHE_SIZE), 8192u) 552 s, nb_mbuf, MEMPOOL_CACHE_SIZE, in init_mem()
|
| /dpdk/examples/dma/ |
| H A D | dmafwd.c | 18 #define MEMPOOL_CACHE_SIZE 512 macro 1037 rte_lcore_count() * MEMPOOL_CACHE_SIZE), in main() 1044 MEMPOOL_CACHE_SIZE, 0, sz, rte_socket_id()); in main()
|
| /dpdk/examples/bbdev_app/ |
| H A D | main.c | 43 #define MEMPOOL_CACHE_SIZE 256 macro 1115 NB_MBUF, MEMPOOL_CACHE_SIZE, 0, in main() 1122 NB_MBUF, MEMPOOL_CACHE_SIZE, 0, in main()
|
| /dpdk/examples/ntb/ |
| H A D | ntb_fwd.c | 67 #define MEMPOOL_CACHE_SIZE 256 macro 1255 MEMPOOL_CACHE_SIZE, in ntb_mbuf_pool_create() 1396 MEMPOOL_CACHE_SIZE; in main()
|
| /dpdk/examples/ip_reassembly/ |
| H A D | main.c | 58 #define MEMPOOL_CACHE_SIZE 256 macro 891 rxq->pool = rte_pktmbuf_pool_create(buf, nb_mbuf, MEMPOOL_CACHE_SIZE, 0, in setup_queue_tbl()
|
| /dpdk/examples/l3fwd-acl/ |
| H A D | main.c | 53 #define MEMPOOL_CACHE_SIZE 256 macro 67 nb_lcores * MEMPOOL_CACHE_SIZE), \ 1886 MEMPOOL_CACHE_SIZE, 0, in init_mem()
|
| /dpdk/examples/l3fwd-power/ |
| H A D | main.c | 98 #define MEMPOOL_CACHE_SIZE 256 macro 111 nb_lcores*MEMPOOL_CACHE_SIZE), \ 2144 MEMPOOL_CACHE_SIZE, 0, in init_mem()
|
| /dpdk/examples/ipsec-secgw/ |
| H A D | ipsec-secgw.c | 63 #define MEMPOOL_CACHE_SIZE 256 macro 2545 MEMPOOL_CACHE_SIZE, in pool_init() 2558 MEMPOOL_CACHE_SIZE, 0, 0, socket_id); in pool_init() 2941 nb_lcores * MEMPOOL_CACHE_SIZE + in calculate_nb_mbufs()
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_job_stats.rst | 148 A per-lcore cache of MEMPOOL_CACHE_SIZE mbufs is kept.
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | bbdev.rst | 1178 NB_MBUF, MEMPOOL_CACHE_SIZE, 0,
|