Home
last modified time | relevance | path

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

/dpdk/devtools/
H A Dwords-case.txt48 MPLS
/dpdk/doc/guides/prog_guide/
H A Dtoeplitz_hash_lib.rst86 - In the case of MPLS (Multiprotocol Label Switching), if the MPLS tag is used
88 MPLS tag to bind an LSP (Label Switching Path) to a given queue. This method
214 There could be a number of different use cases, such as NAT, TCP stack, MPLS
H A Drte_flow.rst1090 Item: ``MPLS``
1093 Matches a MPLS header.
2260 Implements ``OFPAT_SET_MPLS_TTL`` ("MPLS TTL") as defined by the `OpenFlow
2270 | ``mpls_ttl`` | MPLS TTL |
2277 Implements ``OFPAT_DEC_MPLS_TTL`` ("decrement MPLS TTL") as defined by the
2426 Implements ``OFPAT_POP_MPLS`` ("pop the outer MPLS tag") as defined by the
2442 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. …
/dpdk/doc/guides/nics/
H A Di40e.rst606 MPLS packet classification
609 For firmware versions prior to 5.0, MPLS packets are not recognized by the NIC.
610 The L2 Payload flow type in flow director can be used to classify MPLS packet
616 With the NIC firmware version 5.0 or greater, some limited MPLS support
617 is added: Native MPLS (MPLS in Ethernet) skip is implemented, while no
619 L2 Payload flow type in flow director cannot be used to classify MPLS packet
621 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.rst357 - ICMP(code/type/identifier/sequence number) / ICMP6(code/type) matching, IP-in-IP and MPLS flow ma…
372 …Other TCP packets (e.g. with MPLS label) received on Rx queue with LRO enabled, will be received w…
752 MPLS would add 4 bytes per label. Final value must account for all possible
/dpdk/doc/api/
H A Ddoxy-api-index.md122 [MPLS] (@ref rte_mpls.h),
/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.rst366 * The network structure for MPLS has been prefixed by ``rte_``.
H A Drelease_18_11.rst111 * Added support for match on metadata, VXLAN and MPLS encap/decap with flow
/dpdk/lib/pipeline/
H A Drte_table_action.c462 #define MPLS(label, tc, s, ttl) \ macro
726 d->mpls[i] = rte_htonl(MPLS(p->mpls.mpls[i].label, in encap_mpls_apply()
731 d->mpls[i] = rte_htonl(MPLS(p->mpls.mpls[i].label, in encap_mpls_apply()
/dpdk/doc/guides/platform/
H A Dmlx5.rst508 - enable MPLS flow matching::
/dpdk/lib/ethdev/
H A Drte_flow.c118 MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
/dpdk/doc/guides/testpmd_app_ug/
H A Dtestpmd_funcs.rst4022 - ``mpls``: match MPLS header.
4024 - ``label {unsigned}``: MPLS label.
4299 - ``mpls_ttl``: MPLS TTL.
/dpdk/app/test-pmd/
H A Dcmdline_flow.c3989 .priv = PRIV_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),