Searched refs:tagged (Results 1 – 13 of 13) sorted by relevance
| /dpdk/doc/guides/contributing/ |
| H A D | stable.rst | 48 the validation engineers to ensure that a tagged release has been tested. 70 that a tagged release has been tested.
|
| /dpdk/doc/guides/nics/ |
| H A D | enic.rst | 338 is tagged with the default VLAN, the NIC replaces its VLAN header 343 the application, every packet appears as tagged. 345 - ``untag``: Untag default VLAN mode. If the ingress packet is tagged 421 VLAN tagged by software. If the adapter is connected to a properly configured 426 instead of a switch, all ingress packets will be VLAN tagged. Programs such 490 ``rx_good_bytes`` still increments by 4B if the packet is not VLAN tagged or 491 VLAN stripping is disabled, or by 8B if the packet is VLAN tagged and stripping
|
| H A D | mlx5.rst | 147 - When using Verbs flow engine (``dv_flow_en`` = 0), multi-tagged(QinQ) match is not supported. 149 …`` = 1), flow pattern with any VLAN specification will match only single-tagged packets unless the… 161 Will match single-tagged packets only, with any VLAN ID value. 167 Will match multi-tagged packets only, with any VLAN ID value.
|
| H A D | bnxt.rst | 494 outer, i.e. the inner VLAN is relevant only when a packet is double-tagged. 515 if (mbuf->ol_flags && RTE_MBUF_F_TX_QINQ) // case-1: insert VLAN to single-tagged packet
|
| /dpdk/drivers/net/ice/ |
| H A D | ice_ethdev.h | 583 uint8_t tagged; member
|
| H A D | ice_ethdev.c | 4869 if (info->config.reject.tagged == 0) in ice_vsi_vlan_pvid_set() 4913 info.config.reject.tagged = in ice_vlan_pvid_set()
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | generic_receive_offload_lib.rst | 207 Options or VLAN tagged.
|
| H A D | rte_flow.rst | 950 If the ``type`` field contains a TPID value, then only tagged packets with the 952 The field ``has_vlan`` can be used to match any type of tagged packets, 954 If the ``type`` and ``has_vlan`` fields are not specified, then both tagged 971 If a ``VLAN`` item is present in the pattern, then only tagged packets will 973 The field ``has_more_vlan`` can be used to match any type of tagged packets, 976 then any tagged packets will match the pattern.
|
| H A D | switch_representation.rst | 297 by the hypervisor application is tagged with a unique letter from A to F.
|
| H A D | qos_framework.rst | 1723 As result, each incoming packet is tagged as green,
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_20_02.rst | 100 * Removed limitation of matching on tagged/untagged packets (when using DV flow engine).
|
| /dpdk/drivers/net/i40e/ |
| H A D | i40e_ethdev.h | 1212 uint8_t tagged; member
|
| H A D | i40e_ethdev.c | 4054 info.config.reject.tagged = in i40e_vlan_pvid_set() 5168 if (info->config.reject.tagged == 0) in i40e_vsi_vlan_pvid_set()
|