Searched refs:match_pos (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_table/ |
| H A D | rte_table_hash_lru.c | 46 uint64_t match_pos; member 501 #define lookup_cmp_sig(mbuf_sig, bucket, match, match_many, match_pos)\ argument 533 match_pos = (LUT_MATCH_POS >> (mask_all << 1)) & 3; \ 724 g20->match_pos = match_pos20; \ 728 g21->match_pos = match_pos21; \ 750 match_pos30 = g30->match_pos; \ 763 match_pos31 = g31->match_pos; \
|
| H A D | rte_table_hash_ext.c | 564 #define lookup_cmp_sig(mbuf_sig, bucket, match, match_many, match_pos) \ argument 596 match_pos = (LUT_MATCH_POS >> (mask_all << 1)) & 3; \
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | packet_framework.rst | 657 …| | | *match_pos* … 666 …| | | *match_pos* … 668 …| | | *match_pos* … 673 …| | | *match_pos*. … 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 … 774 *match_pos* can be collapsed into a 64-bit value. 775 Given the input *mask*, the values for *match*, *match_many* and *match_pos* can be obtained by ind… 792 | match_pos | 0001_0010_0001_0011__0001_0010_0001_0000 | 0x12131210LLU | 797 The pseudo-code for match, match_many and match_pos is:: [all …]
|