]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
include: qdisc offload defines
authorStephen Hemminger <stephen@networkplumber.org>
Sat, 16 Dec 2017 18:00:43 +0000 (10:00 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 16 Dec 2017 18:00:43 +0000 (10:00 -0800)
UAPI changes from upstream:
net: sched: Add TCA_HW_OFFLOAD
pkt_sched: Remove TC_RED_OFFLOADED from uapi

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
include/uapi/linux/pkt_sched.h
include/uapi/linux/rtnetlink.h

index af3cc2f4e1ad00dff0e011a4e94e0905d085d0ca..37b5096ae97be4e6115b0941b82918e11250ee6b 100644 (file)
@@ -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 {
index b8335b5a3e571bdf6665b4bfb97e1a1c1f0e85ec..13bf56fcf8c7826b6bd9f8e41db34d28574f5b14 100644 (file)
@@ -557,6 +557,7 @@ enum {
        TCA_PAD,
        TCA_DUMP_INVISIBLE,
        TCA_CHAIN,
+       TCA_HW_OFFLOAD,
        __TCA_MAX
 };