Home
last modified time | relevance | path

Searched refs:MEMPOOL_CACHE_SIZE (Results 1 – 21 of 21) sorted by relevance

/dpdk/app/test/
H A Dtest_cksum.c16 #define MEMPOOL_CACHE_SIZE 0 macro
233 NB_MBUF, MEMPOOL_CACHE_SIZE, 0, MBUF_DATA_SIZE, in test_cksum()
H A Dtest_mbuf.c38 #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 Dtest_pmd_perf.c19 #define MEMPOOL_CACHE_SIZE 250 macro
53 nb_lcores*MEMPOOL_CACHE_SIZE + \
254 MEMPOOL_CACHE_SIZE, 0, in init_mbufpool()
H A Dtest_flow_classify.c38 #define MEMPOOL_CACHE_SIZE 256 macro
608 MEMPOOL_CACHE_SIZE, 0, MBUF_SIZE, in init_mbufpool()
/dpdk/examples/l3fwd/
H A Dl3fwd_event.c126 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 Dl3fwd.h28 #define MEMPOOL_CACHE_SIZE 256 macro
H A Dmain.c733 nb_lcores*MEMPOOL_CACHE_SIZE), \
985 MEMPOOL_CACHE_SIZE, 0, in init_mem()
/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.h53 #define MEMPOOL_CACHE_SIZE 256 macro
H A Dmain.c666 MEMPOOL_CACHE_SIZE), 8192U); in main()
670 nb_mbufs, MEMPOOL_CACHE_SIZE, 0, in main()
/dpdk/examples/l2fwd/
H A Dmain.c53 #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 Dmain.c44 #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 Dmain.c397 #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 Ddmafwd.c18 #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 Dmain.c43 #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 Dntb_fwd.c67 #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 Dmain.c58 #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 Dmain.c53 #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 Dmain.c98 #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 Dipsec-secgw.c63 #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 Dl2_forward_job_stats.rst148 A per-lcore cache of MEMPOOL_CACHE_SIZE mbufs is kept.
/dpdk/doc/guides/prog_guide/
H A Dbbdev.rst1178 NB_MBUF, MEMPOOL_CACHE_SIZE, 0,