aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/pkt_sched.h
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2020-08-06 18:00:47 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-06 18:00:47 +0000
commitc8d08db0e990918f4b26c531a59bc2ffffcc4ca9 (patch)
treefb44077585a8e8c66c50e01199f99ee10b62fb7c /original/uapi/linux/pkt_sched.h
parent9123c42a64ec5b0498d0623d51676b3a04c0dada (diff)
parentbcb4ee71aaccecfdc4a2d081fef0378f53b1cd8a (diff)
downloadkernel-headers-c8d08db0e990918f4b26c531a59bc2ffffcc4ca9.tar.gz
Merge "Update to v5.8 kernel headers." am: c9541004dd am: fddc14235d am: 7531701d06 am: 12518d39af am: bcb4ee71aa
Original change: https://android-review.googlesource.com/c/platform/external/kernel-headers/+/1389244 Change-Id: I792356fcf28629b3e558d8ed7ba3a5759c49b307
Diffstat (limited to 'original/uapi/linux/pkt_sched.h')
-rw-r--r--original/uapi/linux/pkt_sched.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/original/uapi/linux/pkt_sched.h b/original/uapi/linux/pkt_sched.h
index 0c02737..a95f3ae 100644
--- a/original/uapi/linux/pkt_sched.h
+++ b/original/uapi/linux/pkt_sched.h
@@ -913,6 +913,10 @@ enum {
TCA_FQ_TIMER_SLACK, /* timer slack */
+ TCA_FQ_HORIZON, /* time horizon in us */
+
+ TCA_FQ_HORIZON_DROP, /* drop packets beyond horizon, or cap their EDT */
+
__TCA_FQ_MAX
};
@@ -932,6 +936,8 @@ struct tc_fq_qd_stats {
__u32 throttled_flows;
__u32 unthrottle_latency_ns;
__u64 ce_mark; /* packets above ce_threshold */
+ __u64 horizon_drops;
+ __u64 horizon_caps;
};
/* Heavy-Hitter Filter */