None of the foundational NICs currently supports MPLS insertion and
stripping, this functionality can help users who rely on MPLS in their
network application.
Signed-off-by: Tanzeel Ahmed
---
This patch is new version of [PATCH] lib/net: added push MPLS header API.
I have also added the MPLS s
From: Tanzeel Ahmed
This patch is new version of [PATCH] lib/net: added push MPLS header API.
I have also added the MPLS strip functionality to address the question
asked in last patch.
> You should explain why you add this function.
None of the foundational NICs currently supports MPLS insertio
From: Tanzeel Ahmed
This patch is new version of [PATCH] lib/net: added push MPLS header API.
I have also added the MPLS strip functionality to address the question
asked in last patch.
> You should explain why you add this function.
None of the foundational NICs currently supports MPLS insertio
From: Tanzeel Ahmed
This patch is new version of [PATCH] lib/net: added push MPLS header API.
I have also added the MPLS strip functionality to address the question
asked in last patch.
> You should explain why you add this function.
None of the foundational NICs currently supports MPLS insertio
From: Tanzeel Ahmed
This patch is new version of [PATCH] lib/net: added push MPLS header API.
I have also added the MPLS strip functionality in the same patch to
address the question asked in last patch.
> You should explain why you add this function.
None of the foundational NICs currently supp
The mpls hdr can't be const because the bs bit is updated by checking ether
type.
v2:
* marked experimental
* trailing blanks removed
* space after /* and before */
* updated to bracket cuddle style
* changed rte_memcpy to memcpy
Signed-off-by: Tanzeel Ahmed
---
lib/net/rte_mpls.h | 24 +++
Push MPLS header after ethernet header, updates ethernet type and MPLS bs bit
if required.
Signed-off-by: Tanzeel Ahmed
---
.mailmap | 1 +
lib/net/rte_mpls.h | 59 ++
2 files changed, 60 insertions(+)
diff --git a/.mailmap b/.mail
7 matches
Mail list logo