Home
last modified time | relevance | path

Searched refs:hash_entry_number (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd.h91 extern uint32_t hash_entry_number;
H A Dl3fwd_em.c922 if (hash_entry_number != HASH_ENTRY_NUMBER_DEFAULT) { in setup_hash()
930 hash_entry_number); in setup_hash()
935 hash_entry_number); in setup_hash()
H A Dmain.c88 uint32_t hash_entry_number = HASH_ENTRY_NUMBER_DEFAULT; variable
651 hash_entry_number = ret; in parse_args()
726 hash_entry_number = HASH_ENTRY_NUMBER_DEFAULT; in parse_args()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst212 Value of global variable hash_entry_number,
225 if (hash_entry_number != HASH_ENTRY_NUMBER_DEFAULT) {
228 … populate_ipv4_many_flow_into_table(ipv4_l3fwd_lookup_struct[socketid], hash_entry_number);
231 … populate_ipv6_many_flow_into_table( ipv6_l3fwd_lookup_struct[socketid], hash_entry_number);
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c434 static uint32_t hash_entry_number = HASH_ENTRY_NUMBER_DEFAULT; variable
3012 hash_entry_number = ret; in parse_args()
3268 if (hash_entry_number != HASH_ENTRY_NUMBER_DEFAULT) { in setup_hash()
3275 ipv4_l3fwd_lookup_struct[socketid], hash_entry_number); in setup_hash()
3279 ipv6_l3fwd_lookup_struct[socketid], hash_entry_number); in setup_hash()