From: Jakub Kicinski Date: Wed, 7 Jun 2023 04:13:04 +0000 (-0700) Subject: Merge branch 'ipv4-remove-rt_conn_flags-calls-in-flowi4_init_output' X-Git-Tag: v6.6.17~4555^2~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be1f4a262b43576a6a81490b97ab19a6763f8c75;p=platform%2Fkernel%2Flinux-rpi.git Merge branch 'ipv4-remove-rt_conn_flags-calls-in-flowi4_init_output' Guillaume Nault says: ==================== ipv4: Remove RT_CONN_FLAGS() calls in flowi4_init_output(). Remove a few RT_CONN_FLAGS() calls used inside flowi4_init_output(). These users can be easily converted to set the scope properly, instead of overloading the tos parameter with scope information as done by RT_CONN_FLAGS(). The objective is to eventually remove RT_CONN_FLAGS() entirely, which will then allow to also remove RTO_ONLINK and to finally convert ->flowi4_tos to dscp_t. ==================== Link: https://lore.kernel.org/r/cover.1685999117.git.gnault@redhat.com Signed-off-by: Jakub Kicinski --- be1f4a262b43576a6a81490b97ab19a6763f8c75