Searched refs:matched (Results 1 – 17 of 17) sorted by relevance
| /dpdk/drivers/net/vdev_netvsc/ |
| H A D | vdev_netvsc.c | 514 unsigned int *matched = va_arg(ap, unsigned int *); in vdev_netvsc_netvsc_probe() local 543 ++(*matched); in vdev_netvsc_netvsc_probe() 667 unsigned int matched = 0; in vdev_netvsc_vdev_probe() local 699 kvargs, specified, &matched); in vdev_netvsc_vdev_probe() 702 if (specified && matched < specified) { in vdev_netvsc_vdev_probe() 709 kvargs, specified, &matched) < 0) in vdev_netvsc_vdev_probe() 711 if (matched < specified) { in vdev_netvsc_vdev_probe()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 140 perform whenever a packet is matched by a pattern. 153 way of the JUMP action from a matched flow rule. 289 with the following properties are thus matched: 680 a previously matched rule. 794 or IPv6) matched by the second ANY specification: 1953 Adds a counter action to a matched flow. 2501 network overlay from the matched flow. 2508 This action modifies the payload of matched flows. 2553 network overlay from the matched flow. 2560 This action modifies the payload of matched flows. [all …]
|
| H A D | generic_receive_offload_lib.rst | 115 searches for a matched "flow" (i.e., the same value of key) for the 119 find a matched "flow", insert a new "flow" and store the packet into the
|
| H A D | member_lib.rst | 327 first target set id where the key has matched, if any. 342 is matched against all target sets (it is worth noting that for cache mode HTSS, 349 target set ids where the key has matched, if any. The ``set_id`` array should be sized 357 than one) found for this key when it is matched against all target sets (cache mode HTSS
|
| H A D | bbdev.rst | 537 "output","rate matched CB or TB output buffer" 681 An LLR rate matched output is computed in the ``soft_output`` buffer structure 782 |output |rate matched CB or TB output buffer | 804 | |e |E, length of the rate matched output sequence in bits | 1019 | |e |E, length of the rate matched output sequence in bits | 1042 The mbuf output ``soft_output`` is optional and is an LLR rate matched
|
| H A D | efd_lib.rst | 101 are retrieved. The retrieved key(s) is matched with the input flow key 201 exact matched with the input key to rule out new never seen before
|
| H A D | flow_classify_lib.rst | 373 The meta data for the highest priority rule matched for each packet is returned
|
| H A D | switch_representation.rst | 512 With "ingress" only, traffic is matched on **A** thus still goes to physical 521 With "ingress + transfer", traffic is matched on **D** and is therefore
|
| H A D | packet_framework.rst | 175 … | The table lookup operation selects the IP prefix that is matched by the | 190 …| | | The table lookup operation selects the ACL that is matched by t… 201 … | The table lookup operation selects the patterns that is matched by the | 931 … | #. Prefetch the key value (key data) associated with the matched key (to |
|
| H A D | packet_classif_access_ctrl.rst | 306 … each category, a successful match returns the userdata field of the highest priority matched rule.
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l3_forward_access_ctrl.rst | 215 If an ACL rule is matched, the packets will be dropped and return back to step 1. 216 …If a route rule is matched, it indicates the packet is not in the ACL list and should be forwarded.
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3866 The ``is`` token means that the subsequent value must be matched exactly, 4139 must be matched for integrity. 4242 - ``passthru``: let subsequent rule process matched packets. 4339 the VXLAN tunnel network overlay from the matched flow. 4345 the NVGRE tunnel network overlay from the matched flow. 5352 NIC-RX Sampling rule, the matched ingress packets and sent to the queue 1, 5361 Mirroring rule with port representors (with "transfer" attribute), the matched 5371 Mirroring rule with port representors (with "transfer" attribute), the matched 5381 Mirroring rule with port representors (with "transfer" attribute), the matched 5411 TCP packet integrity is matched with the ``l4_ok`` bit 3. [all …]
|
| /dpdk/doc/guides/nics/ |
| H A D | memif.rst | 48 …"secret=abc123", "Secret is an optional security option, which if specified, must be matched by pe…
|
| H A D | cnxk.rst | 418 - ``offset`` The offset in the header where the pattern should be matched.
|
| H A D | mvpp2.rst | 498 (with the lowest index) matched takes precedence.
|
| H A D | enic.rst | 256 item. TCI and EtherType in the VLAN item are matched against those in
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 433 * ``RTE_FLOW_ACTION_TYPE_JUMP`` action item was added to support a matched flow
|