Home
last modified time | relevance | path

Searched refs:has_more_vlan (Results 1 – 6 of 6) sorted by relevance

/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.h771 uint32_t has_more_vlan:1; member
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst218 and ``has_more_vlan`` in the VLAN item.
716 * Added new field ``has_more_vlan`` to the structure
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst931 The field ``has_more_vlan`` can be used to match any type of tagged packets,
933 If the ``inner_type`` and ``has_more_vlan`` fields are not specified,
938 - ``has_more_vlan``: packet header contains at least one more VLAN, after this VLAN.
/f-stack/dpdk/doc/guides/nics/
H A Dmlx5.rst130 …packets unless the ETH item ``type`` field is 0x88A8 or the VLAN item ``has_more_vlan`` field is 1.
146 flow create 0 ingress pattern eth / vlan has_more_vlan is 1 / end ...
/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c1645 .has_more_vlan = 1, in flow_dv_validate_item_vlan()
6505 if (vlan_m->has_more_vlan && vlan_v->has_more_vlan) { in flow_dv_translate_item_vlan()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c2359 has_more_vlan, 1)),