Home
last modified time | relevance | path

Searched refs:tagged (Results 1 – 13 of 13) sorted by relevance

/dpdk/doc/guides/contributing/
H A Dstable.rst48 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 Denic.rst338 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 Dmlx5.rst147 - 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 Dbnxt.rst494 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 Dice_ethdev.h583 uint8_t tagged; member
H A Dice_ethdev.c4869 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 Dgeneric_receive_offload_lib.rst207 Options or VLAN tagged.
H A Drte_flow.rst950 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 Dswitch_representation.rst297 by the hypervisor application is tagged with a unique letter from A to F.
H A Dqos_framework.rst1723 As result, each incoming packet is tagged as green,
/dpdk/doc/guides/rel_notes/
H A Drelease_20_02.rst100 * Removed limitation of matching on tagged/untagged packets (when using DV flow engine).
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h1212 uint8_t tagged; member
H A Di40e_ethdev.c4054 info.config.reject.tagged = in i40e_vlan_pvid_set()
5168 if (info->config.reject.tagged == 0) in i40e_vsi_vlan_pvid_set()