[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Zs3otVHdeeyb3z1X@debian>
Date: Tue, 27 Aug 2024 16:54:45 +0200
From: Guillaume Nault <gnault@...hat.com>
To: Ido Schimmel <idosch@...dia.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
pabeni@...hat.com, edumazet@...gle.com, dsahern@...nel.org,
ast@...nel.org, daniel@...earbox.net, martin.lau@...ux.dev,
john.fastabend@...il.com, steffen.klassert@...unet.com,
herbert@...dor.apana.org.au, bpf@...r.kernel.org
Subject: Re: [PATCH net-next 07/12] xfrm: Unmask upper DSCP bits in
xfrm_get_tos()
On Tue, Aug 27, 2024 at 02:18:08PM +0300, Ido Schimmel wrote:
> The function returns a value that is used to initialize 'flowi4_tos'
> before being passed to the FIB lookup API in the following call chain:
>
> xfrm_bundle_create()
> tos = xfrm_get_tos(fl, family)
> xfrm_dst_lookup(..., tos, ...)
> __xfrm_dst_lookup(..., tos, ...)
> xfrm4_dst_lookup(..., tos, ...)
> __xfrm4_dst_lookup(..., tos, ...)
> fl4->flowi4_tos = tos
> __ip_route_output_key(net, fl4)
>
> Unmask the upper DSCP bits so that in the future the output route lookup
> could be performed according to the full DSCP value.
Reviewed-by: Guillaume Nault <gnault@...hat.com>
Powered by blists - more mailing lists