Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Thu, 16 Jan 2025 14:39:38 +0100 you wrote:
Use inet_sk_dscp() to get the socket DSCP value as dscp_t, instead of ip_sock_rt_tos() which returns a __u8. This will ease the conversion of fl4->flowi4_tos to dscp_t, which now just becomes a matter of dropping the inet_dscp_to_dsfield() call.
Signed-off-by: Guillaume Nault gnault@redhat.com
[...]
Here is the summary with links: - [net-next,v2] gtp: Prepare ip4_route_output_gtp() to .flowi4_tos conversion. https://git.kernel.org/netdev/net-next/c/2ce7289f180d
You are awesome, thank you!