mbox series

[net-next,0/2] ipv4: Prepare bpf helpers to .flowi4_tos conversion.

Message ID cover.1731064982.git.gnault@redhat.com (mailing list archive)
Headers show
Series ipv4: Prepare bpf helpers to .flowi4_tos conversion. | expand

Message

Guillaume Nault Nov. 8, 2024, 4:47 p.m. UTC
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).

Guillaume Nault (2):
  ipv4: Prepare __bpf_redirect_neigh_v4() to future .flowi4_tos
    conversion.
  ipv4: Prepare bpf_lwt_xmit_reroute() to future .flowi4_tos conversion.

 net/core/filter.c  | 2 +-
 net/core/lwt_bpf.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)