Home
last modified time | relevance | path

Searched refs:init_mem (Results 1 – 8 of 8) sorted by relevance

/dpdk/examples/l3fwd/
H A Dl3fwd_event.c128 ret = init_mem(0, nb_mbuf); in l3fwd_eth_dev_port_setup()
134 ret = init_mem(port_id, nb_mbuf); in l3fwd_eth_dev_port_setup()
H A Dl3fwd.h194 init_mem(uint16_t portid, unsigned int nb_mbuf);
H A Dmain.c957 init_mem(uint16_t portid, unsigned int nb_mbuf) in init_mem() function
1277 ret = init_mem(0, NB_MBUF(nb_ports)); in l3fwd_poll_resource_setup()
1279 ret = init_mem(portid, NB_MBUF(1)); in l3fwd_poll_resource_setup()
/dpdk/examples/l3fwd-graph/
H A Dmain.c525 init_mem(uint16_t portid, uint32_t nb_mbuf) in init_mem() function
882 ret = init_mem(0, NB_MBUF(nb_ports)); in main()
884 ret = init_mem(portid, NB_MBUF(1)); in main()
/dpdk/examples/ip_fragmentation/
H A Dmain.c778 init_mem(void) in init_mem() function
893 if (init_mem() < 0) in main()
/dpdk/examples/ip_reassembly/
H A Dmain.c904 init_mem(void) in init_mem() function
1028 if (init_mem() < 0) in main()
/dpdk/examples/l3fwd-acl/
H A Dmain.c1862 init_mem(unsigned nb_mbuf) in init_mem() function
2130 ret = init_mem(NB_MBUF); in main()
/dpdk/examples/l3fwd-power/
H A Dmain.c2119 init_mem(unsigned nb_mbuf) in init_mem() function
2691 ret = init_mem(NB_MBUF); in main()