summaryrefslogtreecommitdiffstats
path: root/include/linux/netdevice.h
diff options
context:
space:
mode:
authorNogah Frankel2017-11-06 07:23:43 +0100
committerDavid S. Miller2017-11-08 04:23:38 +0100
commit8521db4c7e155d12fb280686c0552e47f77e9110 (patch)
tree6bcec30c55b187c48c7ffc8f888baf62982f762e /include/linux/netdevice.h
parentnet_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO (diff)
downloadkernel-qcow2-linux-8521db4c7e155d12fb280686c0552e47f77e9110.tar.gz
kernel-qcow2-linux-8521db4c7e155d12fb280686c0552e47f77e9110.tar.xz
kernel-qcow2-linux-8521db4c7e155d12fb280686c0552e47f77e9110.zip
net_sch: cbs: Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS
Change TC_SETUP_CBS to TC_SETUP_QDISC_CBS to match the new convention.. Signed-off-by: Nogah Frankel <nogahf@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Acked-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/netdevice.h')
-rw-r--r--include/linux/netdevice.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 703885aed856..30f0f2928808 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -776,7 +776,7 @@ enum tc_setup_type {
TC_SETUP_CLSMATCHALL,
TC_SETUP_CLSBPF,
TC_SETUP_BLOCK,
- TC_SETUP_CBS,
+ TC_SETUP_QDISC_CBS,
TC_SETUP_QDISC_RED,
};