mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-20 22:52:26 +01:00
Add two patches backported from iproute2-next. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com> Link: https://github.com/openwrt/openwrt/pull/21964 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
23 lines
702 B
Diff
23 lines
702 B
Diff
From a3ec2778576b1841b7fb71afa178cd2d2df8c893 Mon Sep 17 00:00:00 2001
|
|
From: David Ahern <dsahern@kernel.org>
|
|
Date: Thu, 15 Jan 2026 09:23:04 -0700
|
|
Subject: [PATCH] Update kernel headers
|
|
|
|
Update kernel headers to commit:
|
|
d4596891e72c: ("net: inline napi_skb_cache_get()")
|
|
|
|
Signed-off-by: David Ahern <dsahern@kernel.org>
|
|
---
|
|
include/uapi/linux/pkt_sched.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/include/uapi/linux/pkt_sched.h
|
|
+++ b/include/uapi/linux/pkt_sched.h
|
|
@@ -1036,6 +1036,7 @@ enum {
|
|
TCA_CAKE_STATS_DROP_NEXT_US,
|
|
TCA_CAKE_STATS_P_DROP,
|
|
TCA_CAKE_STATS_BLUE_TIMER_US,
|
|
+ TCA_CAKE_STATS_ACTIVE_QUEUES,
|
|
__TCA_CAKE_STATS_MAX
|
|
};
|
|
#define TCA_CAKE_STATS_MAX (__TCA_CAKE_STATS_MAX - 1)
|