Home
last modified time | relevance | path

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

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd.h57 #define HASH_ENTRY_NUMBER_DEFAULT 4 macro
H A Dmain.c88 uint32_t hash_entry_number = HASH_ENTRY_NUMBER_DEFAULT;
726 hash_entry_number = HASH_ENTRY_NUMBER_DEFAULT; in parse_args()
H A Dl3fwd_em.c922 if (hash_entry_number != HASH_ENTRY_NUMBER_DEFAULT) { in setup_hash()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c432 #define HASH_ENTRY_NUMBER_DEFAULT 4 macro
434 static uint32_t hash_entry_number = HASH_ENTRY_NUMBER_DEFAULT;
3268 if (hash_entry_number != HASH_ENTRY_NUMBER_DEFAULT) { in setup_hash()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dl3_forward.rst225 if (hash_entry_number != HASH_ENTRY_NUMBER_DEFAULT) {