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>
This commit is contained in:

committed by
David S. Miller

parent
575ed7d39e
commit
8521db4c7e
@@ -2488,7 +2488,7 @@ static int igb_setup_tc(struct net_device *dev, enum tc_setup_type type,
|
||||
struct igb_adapter *adapter = netdev_priv(dev);
|
||||
|
||||
switch (type) {
|
||||
case TC_SETUP_CBS:
|
||||
case TC_SETUP_QDISC_CBS:
|
||||
return igb_offload_cbs(adapter, type_data);
|
||||
|
||||
default:
|
||||
|
Reference in New Issue
Block a user