include: qdisc offload defines
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>
This commit is contained in:
parent
83cf5bc73b
commit
2c6aaad949
|
|
@ -256,7 +256,6 @@ struct tc_red_qopt {
|
||||||
#define TC_RED_ECN 1
|
#define TC_RED_ECN 1
|
||||||
#define TC_RED_HARDDROP 2
|
#define TC_RED_HARDDROP 2
|
||||||
#define TC_RED_ADAPTATIVE 4
|
#define TC_RED_ADAPTATIVE 4
|
||||||
#define TC_RED_OFFLOADED 8
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct tc_red_xstats {
|
struct tc_red_xstats {
|
||||||
|
|
|
||||||
|
|
@ -557,6 +557,7 @@ enum {
|
||||||
TCA_PAD,
|
TCA_PAD,
|
||||||
TCA_DUMP_INVISIBLE,
|
TCA_DUMP_INVISIBLE,
|
||||||
TCA_CHAIN,
|
TCA_CHAIN,
|
||||||
|
TCA_HW_OFFLOAD,
|
||||||
__TCA_MAX
|
__TCA_MAX
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue