aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorJakub Kicinski <jakub.kicinski@netronome.com>2018-11-19 15:21:42 -0800
committerDavid S. Miller <davem@davemloft.net>2018-11-19 18:53:45 -0800
commit890d8d23ec3c9eca847be0593c0cf5f650b97271 (patch)
tree725e5fc572a368df1337b25042453887b7a4121a /include/linux/netdevice.h
parentnfp: abm: add up bands for sto/non-sto stats (diff)
downloadlinux-dev-890d8d23ec3c9eca847be0593c0cf5f650b97271.tar.xz
linux-dev-890d8d23ec3c9eca847be0593c0cf5f650b97271.zip
net: sched: gred: add basic Qdisc offload
Add basic offload for the GRED Qdisc. Inform the drivers any time Qdisc or virtual queue configuration changes. Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Reviewed-by: John Hurley <john.hurley@netronome.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 086e64d88597..4b4207ebd5c0 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -846,6 +846,7 @@ enum tc_setup_type {
TC_SETUP_QDISC_MQ,
TC_SETUP_QDISC_ETF,
TC_SETUP_ROOT_QDISC,
+ TC_SETUP_QDISC_GRED,
};
/* These structures hold the attributes of bpf state that are being passed