Message ID | cover.1649445279.git.gnault@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv4: Convert several tos fields to dscp_t | expand |
Hello: This series was applied to netdev/net-next.git (master) by Jakub Kicinski <kuba@kernel.org>: On Fri, 8 Apr 2022 22:08:34 +0200 you wrote: > Continue the work started with commit a410a0cf9885 ("ipv6: Define > dscp_t and stop taking ECN bits into account in fib6-rules") and > convert more structure fields and variables to dscp_t. This series > focuses on struct fib_rt_info, struct fib_entry_notifier_info and their > users (networking drivers). > > The purpose of dscp_t is to ensure that ECN bits don't influence IP > route lookups. It does so by ensuring that dscp_t variables have the > ECN bits cleared. > > [...] Here is the summary with links: - [net-next,1/5] ipv4: Use dscp_t in struct fib_rt_info https://git.kernel.org/netdev/net-next/c/888ade8f90d7 - [net-next,2/5] ipv4: Use dscp_t in struct fib_entry_notifier_info https://git.kernel.org/netdev/net-next/c/568a3f33b427 - [net-next,3/5] netdevsim: Use dscp_t in struct nsim_fib4_rt https://git.kernel.org/netdev/net-next/c/20bbf32efe1e - [net-next,4/5] mlxsw: Use dscp_t in struct mlxsw_sp_fib4_entry https://git.kernel.org/netdev/net-next/c/046eabbf1991 - [net-next,5/5] net: marvell: prestera: Use dscp_t in struct prestera_kern_fib_cache https://git.kernel.org/netdev/net-next/c/9f6982e9a3c2 You are awesome, thank you!