diff options
author | Yuval Mintz <yuvalm@mellanox.com> | 2017-12-14 15:54:31 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-12-15 13:35:37 -0500 |
commit | 4a98795bc8ea148b1ebbbf001283e06430cffe36 (patch) | |
tree | 2f5330c057ba08509f2ca957c4592c20cff2f7e4 /include/uapi | |
parent | 428a68af3a7c3a3380ff1f750a24d213f370f89f (diff) | |
download | linux-4a98795bc8ea148b1ebbbf001283e06430cffe36.tar.gz linux-4a98795bc8ea148b1ebbbf001283e06430cffe36.tar.bz2 linux-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 'include/uapi')
-rw-r--r-- | include/uapi/linux/pkt_sched.h | 1 |
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 { |