Message ID | cover.1731064982.git.gnault@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | ipv4: Prepare bpf helpers to .flowi4_tos conversion. | expand |
On Fri, 8 Nov 2024 17:47:09 +0100 Guillaume Nault wrote: > 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). Daniel, feel free to take this or we can take with your ack..
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Fri, 8 Nov 2024 17:47:09 +0100 you wrote: > 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). > > [...] Here is the summary with links: - [net-next,1/2] bpf: ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos conversion. https://git.kernel.org/netdev/net-next/c/bfe086be5c4c - [net-next,2/2] bpf: lwtunnel: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion. https://git.kernel.org/netdev/net-next/c/dab9c6307161 You are awesome, thank you!