Home
last modified time | relevance | path

Searched refs:gpe (Results 1 – 5 of 5) sorted by relevance

/dpdk/doc/guides/tools/
H A Dflow-perf.rst191 * ``--vxlan-gpe``
/dpdk/doc/guides/testpmd_app_ug/
H A Drun_app.rst476 * ``--vxlan-gpe-port=N``
H A Dtestpmd_funcs.rst215 vxlan-gpe
1147 as a tunnel packet by the forwarding engine (geneve, gre, gtp, ipip, vxlan and vxlan-gpe are
1151 as a tunnel packet by the forwarding engine (geneve, gtp, vxlan and vxlan-gpe are
1211 tunnel headers (geneve, gtp, gre, ipip, vxlan, vxlan-gpe).
2311 … (all|default|eth|vlan|ip|tcp|udp|sctp|ether|port|vxlan|geneve|nvgre|vxlan-gpe|l2tpv3|esp|ah|pfcp|…
2416 testpmd> port config (port_id) udp_tunnel_port add|rm vxlan|geneve|vxlan-gpe|ecpri (udp_port)
4061 - ``vxlan-gpe``: match VXLAN-GPE header.
/dpdk/app/test-pmd/
H A Dcmdline_flow.c10627 struct rte_vxlan_gpe_hdr *gpe; in update_fields() local
10658 gpe = (struct rte_vxlan_gpe_hdr *)buf; in update_fields()
10659 gpe->vx_flags = 0x0C; in update_fields()
/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1222 Matches a VXLAN-GPE header (draft-ietf-nvo3-vxlan-gpe-05).