Message ID | 20240814125224.972815-1-idosch@nvidia.com (mailing list archive) |
---|---|
Headers | show |
Series | Preparations for FIB rule DSCP selector | expand |
On Wed, Aug 14, 2024 at 03:52:21PM +0300, Ido Schimmel wrote: > This patchset moves the masking of the upper DSCP bits in 'flowi4_tos' > to the core instead of relying on callers of the FIB lookup API to do > it. FWIW, I plan to review this patch set next week (I'm mostly offline this week).
Hello: This series was applied to netdev/net-next.git (main) by Paolo Abeni <pabeni@redhat.com>: On Wed, 14 Aug 2024 15:52:21 +0300 you wrote: > This patchset moves the masking of the upper DSCP bits in 'flowi4_tos' > to the core instead of relying on callers of the FIB lookup API to do > it. > > This will allow us to start changing users of the API to initialize the > 'flowi4_tos' field with all six bits of the DSCP field. In turn, this > will allow us to extend FIB rules with a new DSCP selector. > > [...] Here is the summary with links: - [net-next,v2,1/3] ipv4: Mask upper DSCP bits and ECN bits in NETLINK_FIB_LOOKUP family https://git.kernel.org/netdev/net-next/c/8fed54758cd2 - [net-next,v2,2/3] netfilter: nft_fib: Mask upper DSCP bits before FIB lookup https://git.kernel.org/netdev/net-next/c/548a2029eb66 - [net-next,v2,3/3] ipv4: Centralize TOS matching https://git.kernel.org/netdev/net-next/c/1fa3314c14c6 You are awesome, thank you!