On Sat, 17 Dec 2022 12:59:57 -0500
Tanzeel-inline wrote:
> +/**
> + * Insert MPLS header into the packet.
> + *
> + * If it's first MPLS header to be inserted in the packet,
> + * - Updates the ether type.
> + * - Sets the MPLS bottom-of-stack bit to 1.
> + *
> + * @param m
> + * The point
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
2 matches
Mail list logo