Searched refs:MPLS (Results 1 – 16 of 16) sorted by relevance
| /dpdk/devtools/ |
| H A D | words-case.txt | 48 MPLS
|
| /dpdk/doc/guides/prog_guide/ |
| H A D | toeplitz_hash_lib.rst | 86 - 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 D | rte_flow.rst | 1090 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 D | packet_framework.rst | 182 …| 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 D | i40e.rst | 606 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 D | dpaa.rst | 272 identification by HW (VLAN/IP/UDP/TCP/SCTP/PPPoE/PPP/MPLS/GRE/IPSec).
|
| H A D | mlx5.rst | 357 - 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 D | doxy-api-index.md | 122 [MPLS] (@ref rte_mpls.h),
|
| /dpdk/doc/guides/rel_notes/ |
| H A D | release_2_2.rst | 212 ARP table enable/disable, Q-in-Q and MPLS encapsulation, 213 add color (traffic-class for QoS) to the MPLS tag.
|
| H A D | release_19_11.rst | 366 * The network structure for MPLS has been prefixed by ``rte_``.
|
| H A D | release_18_11.rst | 111 * Added support for match on metadata, VXLAN and MPLS encap/decap with flow
|
| /dpdk/lib/pipeline/ |
| H A D | rte_table_action.c | 462 #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 D | mlx5.rst | 508 - enable MPLS flow matching::
|
| /dpdk/lib/ethdev/ |
| H A D | rte_flow.c | 118 MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
|
| /dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 4022 - ``mpls``: match MPLS header. 4024 - ``label {unsigned}``: MPLS label. 4299 - ``mpls_ttl``: MPLS TTL.
|
| /dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 3989 .priv = PRIV_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
|