Searched refs:max_match_per_key (Results 1 – 3 of 3) sorted by relevance
| /dpdk/lib/member/ |
| H A D | rte_member.h | 369 const void *key, uint32_t max_match_per_key, 401 uint32_t max_match_per_key,
|
| H A D | rte_member.c | 245 uint32_t max_match_per_key, uint32_t *match_count, in rte_member_lookup_multi_bulk() argument 255 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk() 258 max_match_per_key, match_count, set_ids); in rte_member_lookup_multi_bulk()
|
| /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
|