aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/pkt_sched.h
diff options
context:
space:
mode:
authorYuval Mintz <yuvalm@mellanox.com>2017-12-14 15:54:31 +0200
committerDavid S. Miller <davem@davemloft.net>2017-12-15 13:35:37 -0500
commit4a98795bc8ea148b1ebbbf001283e06430cffe36 (patch)
tree2f5330c057ba08509f2ca957c4592c20cff2f7e4 /include/uapi/linux/pkt_sched.h
parentnet: sched: Move to new offload indication in RED (diff)
downloadlinux-dev-4a98795bc8ea148b1ebbbf001283e06430cffe36.tar.xz
linux-dev-4a98795bc8ea148b1ebbbf001283e06430cffe36.zip
pkt_sched: Remove TC_RED_OFFLOADED from uapi
Following the previous patch, RED is now using the new uniform uapi for indicating it's offloaded. As a result, TC_RED_OFFLOADED is no longer utilized by kernel and can be removed [as it's still not part of any stable release]. Fixes: 602f3baf2218 ("net_sch: red: Add offload ability to RED qdisc") Signed-off-by: Yuval Mintz <yuvalm@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--include/uapi/linux/pkt_sched.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h
index af3cc2f4e1ad..37b5096ae97b 100644
--- a/include/uapi/linux/pkt_sched.h
+++ b/include/uapi/linux/pkt_sched.h
@@ -256,7 +256,6 @@ struct tc_red_qopt {
#define TC_RED_ECN 1
#define TC_RED_HARDDROP 2
#define TC_RED_ADAPTATIVE 4
-#define TC_RED_OFFLOADED 8
};
struct tc_red_xstats {