• Florian Westphal's avatar
    cbq: remove TCA_CBQ_OVL_STRATEGY support · c3498d34
    Florian Westphal authored
    since initial revision of cbq in 2004 iproute 2 has never implemented
    support for TCA_CBQ_OVL_STRATEGY, which is what needs to be set to
    activate the class->drop() call (TC_CBQ_OVL_DROP strategy must be
    set by userspace value must be set by userspace).
    
    David Miller says:
       It seems really safe to kill this thing off, flag an error if someone
       tries to set the attribute, and therefore kill off all of the
       non-default cbq_ovl_*() functions.
    
    A followup commit can then remove all .drop qdisc methods since this
    removed the only caller.
    Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    c3498d34
sch_cbq.c 43.6 KB