Home
last modified time | relevance | path

Searched refs:MPLS (Results 1 – 15 of 15) sorted by relevance

/f-stack/dpdk/devtools/
H A Dwords-case.txt35 MPLS
/f-stack/dpdk/doc/guides/nics/
H A Di40e.rst598 MPLS packet classification
601 For firmware versions prior to 5.0, MPLS packets are not recognized by the NIC.
602 The L2 Payload flow type in flow director can be used to classify MPLS packet
608 With the NIC firmware version 5.0 or greater, some limited MPLS support
609 is added: Native MPLS (MPLS in Ethernet) skip is implemented, while no
611 L2 Payload flow type in flow director cannot be used to classify MPLS packet
613 used to classify MPLS packet by using a command in testpmd like:
H A Ddpaa.rst272 identification by HW (VLAN/IP/UDP/TCP/SCTP/PPPoE/PPP/MPLS/GRE/IPSec).
H A Dmlx5.rst297 - ICMP(code/type/identifier/sequence number) / ICMP6(code/type) matching, IP-in-IP and MPLS flow ma…
312 …Other TCP packets (e.g. with MPLS label) received on Rx queue with LRO enabled, will be received w…
1011 - enable MPLS flow matching::
/f-stack/freebsd/contrib/dev/ice/
H A DREADME62 - MPLS (up to 5 consecutive MPLS labels in the outermost Layer 2 header group)
/f-stack/dpdk/doc/api/
H A Ddoxy-api-index.md118 [MPLS] (@ref rte_mpls.h),
/f-stack/dpdk/doc/guides/rel_notes/
H A Drelease_2_2.rst212 ARP table enable/disable, Q-in-Q and MPLS encapsulation,
213 add color (traffic-class for QoS) to the MPLS tag.
H A Drelease_19_11.rst434 * The network structure for MPLS has been prefixed by ``rte_``.
H A Drelease_18_11.rst158 * Added support for match on metadata, VXLAN and MPLS encap/decap with flow
/f-stack/dpdk/doc/guides/prog_guide/
H A Drte_flow.rst1048 Item: ``MPLS``
1051 Matches a MPLS header.
2011 Implements ``OFPAT_SET_MPLS_TTL`` ("MPLS TTL") as defined by the `OpenFlow
2021 | ``mpls_ttl`` | MPLS TTL |
2027 Implements ``OFPAT_DEC_MPLS_TTL`` ("decrement MPLS TTL") as defined by the
2172 Implements ``OFPAT_POP_MPLS`` ("pop the outer MPLS tag") as defined by the
2188 Implements ``OFPAT_PUSH_MPLS`` ("push a new MPLS tag") as defined by the
H A Dpacket_framework.rst182 …| 3 | Access Control List (ACLs) | Lookup key is 7-tuple of two VLAN/MPLS labels, IP destination a…
186 …| | | masks for the VLAN/MPLS labels, IP prefix for IP destination ad…
1073 …| 4 | Push/pop labels | Push/pop VLAN/MPLS labels to/from the current packet. …
/f-stack/dpdk/lib/librte_pipeline/
H A Drte_table_action.c464 #define MPLS(label, tc, s, ttl) \ macro
728 d->mpls[i] = rte_htonl(MPLS(p->mpls.mpls[i].label, in encap_mpls_apply()
733 d->mpls[i] = rte_htonl(MPLS(p->mpls.mpls[i].label, in encap_mpls_apply()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_flow.c64 MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
/f-stack/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst3658 - ``mpls``: match MPLS header.
3660 - ``label {unsigned}``: MPLS label.
3887 - ``mpls_ttl``: MPLS TTL.
/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c2631 .priv = PRIV_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),