Home
last modified time | relevance | path

Searched refs:untagged (Results 1 – 12 of 12) sorted by relevance

/dpdk/doc/guides/nics/
H A Denic.rst341 - ``trunk``: Default trunk mode. The NIC tags untagged ingress packets
347 that the application sees an untagged packet. As a result, the
348 default VLAN becomes `untagged`. This mode can be useful for
350 only the default VLAN and want to see only untagged packets.
440 DPDK as untagged packets. In this case mbuf->vlan_tci and the RTE_MBUF_F_RX_VLAN and
H A Dbnxt.rst517 else if (mbuf->ol_flags && RTE_MBUF_F_TX_VLAN) // case-2: insert VLAN to untagged packet
/dpdk/drivers/net/ice/
H A Dice_ethdev.h584 uint8_t untagged; member
H A Dice_ethdev.c4872 if (info->config.reject.untagged == 0) in ice_vsi_vlan_pvid_set()
4915 info.config.reject.untagged = in ice_vlan_pvid_set()
/dpdk/doc/guides/howto/
H A Dvfd.rst274 * If it accept untagged packets.
/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/qede/base/
H A Decore_hsi_eth.h1333 u8 untagged; member
H A Decore_l2.c379 p_ramrod->untagged = p_params->only_untagged; in ecore_sp_eth_vport_start()
/dpdk/drivers/net/i40e/
H A Di40e_ethdev.h1213 uint8_t untagged; member
H A Di40e_ethdev.c4056 info.config.reject.untagged = in i40e_vlan_pvid_set()
5171 if (info->config.reject.untagged == 0) in i40e_vsi_vlan_pvid_set()
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst955 and untagged packets will match the pattern.
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst1626 * ``AUPE``: Accepts untagged VLAN.