Merge branch 'ipv4-prepare-bpf-helpers-to-flowi4_tos-conversion'
authorJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 03:07:50 +0000 (19:07 -0800)
committerJakub Kicinski <kuba@kernel.org>
Fri, 15 Nov 2024 03:07:50 +0000 (19:07 -0800)
commit66dae28aeb11083c173f615069863ffa8d24230d
tree778fb99516e67a55c87633274eeedb63c1810c86
parent59b6c043da0bb12631cf4e84e0be58727c0eab17
parentdab9c6307161adc626dd21b8e9596a289e714155
Merge branch 'ipv4-prepare-bpf-helpers-to-flowi4_tos-conversion'

Guillaume Nault says:

====================
ipv4: Prepare bpf helpers to .flowi4_tos conversion.

Continue the process of making a dscp_t variable available when setting
.flowi4_tos. This series focuses on the BPF helpers that initialise a
struct flowi4 manually.

The objective is to eventually convert .flowi4_tos to dscp_t, (to get
type annotation and prevent ECN bits from interfering with DSCP).
====================

Link: https://patch.msgid.link/cover.1731064982.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>