Re: [PATCH] seg6: using DSCP of inner IPv4 packets

From: David Miller
Date: Tue Aug 04 2020 - 16:08:35 EST


From: Ahmed Abdelsalam <ahabdels@xxxxxxxxx>
Date: Tue, 4 Aug 2020 07:40:30 +0000

> This patch allows copying the DSCP from inner IPv4 header to the
> outer IPv6 header, when doing SRv6 Encapsulation.
>
> This allows forwarding packet across the SRv6 fabric based on their
> original traffic class.
>
> Signed-off-by: Ahmed Abdelsalam <ahabdels@xxxxxxxxx>

Thanks for reworking your patch this way. I need some time to
audit the new control flow since the SKB push operation is now
in a different location.

Thanks.