Searched refs:max_match_per_key (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_member/ |
| H A D | rte_member.h | 370 const void *key, uint32_t max_match_per_key, 402 uint32_t max_match_per_key,
|
| H A D | rte_member.c | 247 uint32_t max_match_per_key, uint32_t *match_count, in rte_member_lookup_multi_bulk() argument 257 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk() 260 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | member_lib.rst | 347 element/key that needs to be looked up, ``max_match_per_key`` which is to indicate the maximum numb… 350 according to ``max_match_per_key``. For vBF, the maximum number of matches per key is equal 352 entry count per bucket. ``max_match_per_key`` should be equal or smaller than the maximum number of 363 of keys that will be looked up, ``max_match_per_key`` is the possible 367 …h key (the size of 1-D array per key should be set by the user according to ``max_match_per_key``). 368 ``max_match_per_key`` should be equal or smaller than the maximum number of
|