[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1728302212.git.gnault@redhat.com>
Date: Mon, 7 Oct 2024 20:24:23 +0200
From: Guillaume Nault <gnault@...hat.com>
To: David Miller <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, Eric Dumazet <edumazet@...gle.com>
Cc: netdev@...r.kernel.org, David Ahern <dsahern@...nel.org>,
Willem de Bruijn <willemdebruijn.kernel@...il.com>
Subject: [PATCH net-next 0/7] ipv4: Convert __fib_validate_source() and its
callers to dscp_t.
This patch series continues to prepare users of ->flowi4_tos to a
future conversion of this field (__u8 to dscp_t). This time, we convert
__fib_validate_source() and its call chain.
The objective is to eventually make all users of ->flowi4_tos use a
dscp_t value. Making ->flowi4_tos a dscp_t field will help avoiding
regressions where ECN bits are erroneously interpreted as DSCP bits.
Guillaume Nault (7):
ipv4: Convert ip_route_use_hint() to dscp_t.
ipv4: Convert ip_mkroute_input() to dscp_t.
ipv4: Convert __mkroute_input() to dscp_t.
ipv4: Convert ip_route_input_mc() to dscp_t.
ipv4: Convert ip_mc_validate_source() to dscp_t.
ipv4: Convert fib_validate_source() to dscp_t.
ipv4: Convert __fib_validate_source() to dscp_t.
include/net/ip_fib.h | 3 ++-
include/net/route.h | 7 +++---
net/ipv4/fib_frontend.c | 9 +++----
net/ipv4/ip_input.c | 4 ++--
net/ipv4/route.c | 52 ++++++++++++++++++-----------------------
net/ipv4/udp.c | 4 ++--
6 files changed, 38 insertions(+), 41 deletions(-)
--
2.39.2
Powered by blists - more mailing lists