Home
last modified time | relevance | path

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

/dpdk/drivers/common/cnxk/
H A Droc_npc_parse.c297 if (vlan_item[0] && vlan_item[0]->has_more_vlan) in npc_parse_lb()
301 if (vlan_item[1] && vlan_item[1]->has_more_vlan) { in npc_parse_lb()
324 if (vlan_item[2] && vlan_item[2]->has_more_vlan) in npc_parse_lb()
H A Droc_npc.h112 uint32_t has_more_vlan : 1; member
/dpdk/lib/ethdev/
H A Drte_flow.h932 uint32_t has_more_vlan:1; member
/dpdk/drivers/net/sfc/
H A Dsfc_mae.c2036 supp_mask.has_more_vlan = 1; in sfc_mae_rule_parse_item_vlan()
2062 if (item_mask->has_more_vlan) { in sfc_mae_rule_parse_item_vlan()
2071 if (item_spec->has_more_vlan) in sfc_mae_rule_parse_item_vlan()
/dpdk/doc/guides/rel_notes/
H A Drelease_20_11.rst172 and ``has_more_vlan`` in the VLAN item.
636 * Added new field ``has_more_vlan`` to the structure
/dpdk/doc/guides/nics/
H A Dmlx5.rst149 …packets unless the ETH item ``type`` field is 0x88A8 or the VLAN item ``has_more_vlan`` field is 1.
165 flow create 0 ingress pattern eth / vlan has_more_vlan is 1 / end ...
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst973 The field ``has_more_vlan`` can be used to match any type of tagged packets,
975 If the ``inner_type`` and ``has_more_vlan`` fields are not specified,
980 - ``has_more_vlan``: packet header contains at least one more VLAN, after this VLAN.
/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c2238 .has_more_vlan = 1, in flow_dv_validate_item_vlan()
8430 if (vlan_m->has_more_vlan && vlan_v->has_more_vlan) { in flow_dv_translate_item_vlan()
/dpdk/app/test-pmd/
H A Dcmdline_flow.c3668 has_more_vlan, 1)),