On Tue, 2016-08-23 at 13:22 -0700, John Fastabend wrote:
> Currently __qdisc_run calls qdisc_run_end() but does not call
> qdisc_run_begin(). This makes it hard to track pairs of
> qdisc_run_{begin,end} across function calls.
>
> To simplify reading these code paths and simpler code this
> patch moves begin/end calls into qdisc_run().
>
> Signed-off-by: John Fastabend <[email protected]>
> ---
Acked-by: Eric Dumazet <[email protected]>- [net-next PATCH 00/15] support lockless qdisc John Fastabend
- [net-next PATCH 01/15] net: sched: cleanup qdisc_run a... John Fastabend
- Re: [net-next PATCH 01/15] net: sched: cleanup qdi... Eric Dumazet
- [net-next PATCH 02/15] net: sched: allow qdiscs to han... John Fastabend
- Re: [net-next PATCH 02/15] net: sched: allow qdisc... Eric Dumazet
- Re: [net-next PATCH 02/15] net: sched: allow q... John Fastabend
- [net-next PATCH 03/15] net: sched: remove remaining us... John Fastabend
- [net-next PATCH 05/15] net: sched: a dflt qdisc may be... John Fastabend
- Re: [net-next PATCH 05/15] net: sched: a dflt qdis... Eric Dumazet
- Re: [net-next PATCH 05/15] net: sched: a dflt qdis... Eric Dumazet
- Re: [net-next PATCH 05/15] net: sched: a dflt ... John Fastabend
- Re: [net-next PATCH 05/15] net: sched: a d... Eric Dumazet
