Searched refs:MPLS (Results 1 – 15 of 15) sorted by relevance
| /f-stack/dpdk/devtools/ |
| H A D | words-case.txt | 35 MPLS
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | i40e.rst | 598 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 D | dpaa.rst | 272 identification by HW (VLAN/IP/UDP/TCP/SCTP/PPPoE/PPP/MPLS/GRE/IPSec).
|
| H A D | mlx5.rst | 297 - 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 D | README | 62 - MPLS (up to 5 consecutive MPLS labels in the outermost Layer 2 header group)
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api-index.md | 118 [MPLS] (@ref rte_mpls.h),
|
| /f-stack/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 | 434 * The network structure for MPLS has been prefixed by ``rte_``.
|
| H A D | release_18_11.rst | 158 * Added support for match on metadata, VXLAN and MPLS encap/decap with flow
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | rte_flow.rst | 1048 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 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. …
|
| /f-stack/dpdk/lib/librte_pipeline/ |
| H A D | rte_table_action.c | 464 #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 D | rte_flow.c | 64 MK_FLOW_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
|
| /f-stack/dpdk/doc/guides/testpmd_app_ug/ |
| H A D | testpmd_funcs.rst | 3658 - ``mpls``: match MPLS header. 3660 - ``label {unsigned}``: MPLS label. 3887 - ``mpls_ttl``: MPLS TTL.
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | cmdline_flow.c | 2631 .priv = PRIV_ITEM(MPLS, sizeof(struct rte_flow_item_mpls)),
|