diff options
author | Petr Machata <petrm@mellanox.com> | 2019-12-18 17:55:15 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-12-19 00:32:29 +0300 |
commit | d35eb52bd2ac7557b62bda52668f2e64dde2cf90 (patch) | |
tree | 1ea4f7cd3f3662866795f6024aee203bbb4acd7b /include/linux/netdevice.h | |
parent | dcc68b4d8084e1ac9af0d4022d6b1aff6a139a33 (diff) | |
download | linux-d35eb52bd2ac7557b62bda52668f2e64dde2cf90.tar.xz |
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.h | 1 |
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 |