[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <36bdcfd5-3388-4a6e-80fc-f05bfe0d6a03@lunn.ch>
Date: Thu, 16 Oct 2025 22:45:54 +0200
From: Andrew Lunn <andrew@...n.ch>
To: John Ousterhout <ouster@...stanford.edu>
Cc: Netdev <netdev@...r.kernel.org>
Subject: Re: Build commit for Patchwork?
On Thu, Oct 16, 2025 at 09:07:09AM -0700, John Ousterhout wrote:
> Is there a way to tell which commit Patchwork uses for its builds?
>
> Patchwork builds are generating this error:
>
> ‘struct flowi_common’ has no member named ‘flowic_tos’; did you mean
> ‘flowic_oif’?
commit 1bec9d0c0046fe4e2bfb6a1c5aadcb5d56cdb0fb
Author: Guillaume Nault <gnault@...hat.com>
Date: Mon Aug 25 15:37:43 2025 +0200
ipv4: Convert ->flowi4_tos to dscp_t.
diff --git a/include/net/flow.h b/include/net/flow.h
index a1839c278d87..ae9481c40063 100644
--- a/include/net/flow.h
+++ b/include/net/flow.h
@@ -12,6 +12,7 @@
#include <linux/atomic.h>
#include <linux/container_of.h>
#include <linux/uidgid.h>
+#include <net/inet_dscp.h>
struct flow_keys;
@@ -32,7 +33,7 @@ struct flowi_common {
int flowic_iif;
int flowic_l3mdev;
__u32 flowic_mark;
- __u8 flowic_tos;
+ dscp_t flowic_dscp;
__u8 flowic_scope;
__u8 flowic_proto;
__u8 flowic_flags;
Andrew
Powered by blists - more mailing lists