ipv4: Use dscp_t in struct fib_rt_info
authorGuillaume Nault <gnault@redhat.com>
Fri, 8 Apr 2022 20:08:37 +0000 (22:08 +0200)
committerJakub Kicinski <kuba@kernel.org>
Tue, 12 Apr 2022 00:37:50 +0000 (17:37 -0700)
commit888ade8f90d7dbbdc8552ae9b23d311f9e61ab0e
tree065939c45123a3b40eb4b2d74beb945c1accb67c
parentd072c88c28e1e2c886681bbb0f1748b8e6ff105f
ipv4: Use dscp_t in struct fib_rt_info

Use the new dscp_t type to replace the tos field of struct fib_rt_info.
This ensures ECN bits are ignored and makes it compatible with the
fa_dscp field of struct fib_alias.

This also allows sparse to flag potential incorrect uses of DSCP and
ECN bits.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Reviewed-by: David Ahern <dsahern@kernel.org>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/marvell/prestera/prestera_router.c
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
drivers/net/netdevsim/fib.c
include/net/ip_fib.h
net/ipv4/fib_semantics.c
net/ipv4/fib_trie.c
net/ipv4/route.c