Home
last modified time | relevance | path

Searched refs:match_many (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/doc/guides/prog_guide/
H A Dpacket_framework.rst653 …| | | *match_many* …
662 …| | | *match_many* …
703 but have the *match_many* flag set.
718 | # | mask | match (1 bit) | match_many (1 bit) | match_pos (2 bits) |
771 The outputs *match*, *match_many* and *match_pos* are 1 bit, 1 bit and 2 bits in size respectively …
773 As displayed in :numref:`table_qos_29`, the lookup tables for *match* and *match_many* can be colla…
775 Given the input *mask*, the values for *match*, *match_many* and *match_pos* can be obtained by ind…
789 | match_many | 1111_1110_1110_1000 | 0xFEE8LLU |
797 The pseudo-code for match, match_many and match_pos is::
801 match_many = (0xFEE8LLU >> mask) & 1;
/f-stack/dpdk/lib/librte_table/
H A Drte_table_hash_lru.c501 #define lookup_cmp_sig(mbuf_sig, bucket, match, match_many, match_pos)\ argument
532 match_many = (LUT_MATCH_MANY >> mask_all) & 1; \
H A Drte_table_hash_ext.c564 #define lookup_cmp_sig(mbuf_sig, bucket, match, match_many, match_pos) \ argument
595 match_many = (LUT_MATCH_MANY >> mask_all) & 1; \