Re: [net-next] seg6: using DSCP of inner IPv4 packets

2020-07-31 Thread Ahmed Abdelsalam
I will refactor the code of this function and submit a new patch. Ahmed On 31/07/2020 01:44, David Miller wrote: From: Ahmed Abdelsalam Date: Tue, 28 Jul 2020 12:20:44 + This patch allows copying the DSCP from inner IPv4 header to the outer IPv6 header, when doing SRv6 Encapsulation.

Re: [net-next] seg6: using DSCP of inner IPv4 packets

2020-07-30 Thread David Miller
From: Ahmed Abdelsalam Date: Tue, 28 Jul 2020 12:20:44 + > 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. > >

[net-next] seg6: using DSCP of inner IPv4 packets

2020-07-28 Thread Ahmed Abdelsalam
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 --- net/ipv6/seg6_iptunnel.c | 11 ++- 1 file