aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorPetr Machata <petrm@mellanox.com>2019-12-18 14:55:15 +0000
committerDavid S. Miller <davem@davemloft.net>2019-12-18 13:32:29 -0800
commitd35eb52bd2ac7557b62bda52668f2e64dde2cf90 (patch)
tree1ea4f7cd3f3662866795f6024aee203bbb4acd7b /include/linux/netdevice.h
parentnet: sch_ets: Add a new Qdisc (diff)
downloadlinux-dev-d35eb52bd2ac7557b62bda52668f2e64dde2cf90.tar.xz
linux-dev-d35eb52bd2ac7557b62bda52668f2e64dde2cf90.zip
net: sch_ets: Make the ETS qdisc offloadable
Add hooks at appropriate points to make it possible to offload the ETS Qdisc. Signed-off-by: Petr Machata <petrm@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 30745068fb39..7a8ed11f5d45 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -849,6 +849,7 @@ enum tc_setup_type {
TC_SETUP_QDISC_GRED,
TC_SETUP_QDISC_TAPRIO,
TC_SETUP_FT,
+ TC_SETUP_QDISC_ETS,
};
/* These structures hold the attributes of bpf state that are being passed