On Wed, 2016-05-18 at 16:59 +0200, Jiri Slaby wrote: > On 05/18/2016, 04:54 PM, Eric Dumazet wrote: > > ... But qdisc_tree_reduce_backlog() was not there in 3.12 > > Yeah, but I pulled the series from net_41 including the > qdisc_tree_reduce_backlog backport. Only for this backport ? Seems risky. I would have use qdisc_tree_decrease_qlen(sch, 1 - nb); here. > >> + if (nb > 1) > >> + qdisc_tree_reduce_backlog(sch, 1 - nb, prev_len - len); > >> + } > >> return NET_XMIT_SUCCESS; > >> } > > thanks, -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html