Lines Matching full:lookup
19 # Helpers to map a VCAP IS1 and VCAP IS2 lookup and policy to a chain number
21 # VCAP IS1 lookup 0: 10000
22 # VCAP IS1 lookup 1: 11000
23 # VCAP IS1 lookup 2: 12000
24 # VCAP IS2 lookup 0 policy 0: 20000
25 # VCAP IS2 lookup 0 policy 1: 20001
26 # VCAP IS2 lookup 0 policy 255: 20255
27 # VCAP IS2 lookup 1 policy 0: 21000
28 # VCAP IS2 lookup 1 policy 1: 21001
29 # VCAP IS2 lookup 1 policy 255: 21255
32 local lookup=$1
34 echo $((10000 + 1000 * lookup))
39 local lookup=$1
42 echo $((20000 + 1000 * lookup + pag))
56 # | | Lookup 0 | | Lookup 1 | | Lookup 2 | | --+------> PAG 0: | Lookup 0 | -> | Lookup 1 | |
63 # +----------------------------------------------+ +------> PAG 1: | Lookup 0 | -> | Lookup 1 | |
71 # +----> PAG 254: | Lookup 0 | -> | Lookup 1 | |
78 # +----> PAG 255: | Lookup 0 | -> | Lookup 1 | |
88 # second, etc, lookup.
90 # During one TCAM lookup, the filter processing stops at the first entry that
91 # matches, then the pipeline jumps to the next lookup.
92 # The driver maps each individual lookup of each individual ingress TCAM to a
95 # the next lookup from the fixed pipeline.
98 # prior lookup in the processing pipeline. Setting up all chains is not
116 # - goto (only in lookup 2, the last IS1 lookup)