netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next v2 0/4] net_sched: clean up tc classes and u32 filter
@ 2017-08-24 23:51 Cong Wang
  2017-08-24 23:51 ` [Patch net-next v2 1/4] net_sched: get rid of more forward declarations Cong Wang
                   ` (4 more replies)
  0 siblings, 5 replies; 18+ messages in thread
From: Cong Wang @ 2017-08-24 23:51 UTC (permalink / raw)
  To: netdev; +Cc: jhs, Cong Wang

Patch 1 and patch 2 prepare for patch 3. Major changes
are in patch 3 and patch 4, details are there too.

Cong Wang (4):
  net_sched: get rid of more forward declarations
  net_sched: introduce tclass_del_notify()
  net_sched: remove tc class reference counting
  net_sched: kill u32_node pointer in Qdisc

---
v2: Add patch 1 and 2, group all into a patchset
    Fix a coding style issue in patch 4

 include/net/sch_generic.h |   4 +-
 net/sched/cls_api.c       |  17 +-
 net/sched/cls_u32.c       |  57 ++++++-
 net/sched/sch_api.c       | 408 ++++++++++++++++++++++++----------------------
 net/sched/sch_atm.c       |  30 ++--
 net/sched/sch_cbq.c       |  41 +----
 net/sched/sch_drr.c       |  30 +---
 net/sched/sch_dsmark.c    |  17 +-
 net/sched/sch_fq_codel.c  |   9 +-
 net/sched/sch_hfsc.c      |  32 +---
 net/sched/sch_htb.c       |  33 +---
 net/sched/sch_ingress.c   |  20 +--
 net/sched/sch_mq.c        |   9 +-
 net/sched/sch_mqprio.c    |   9 +-
 net/sched/sch_multiq.c    |  11 +-
 net/sched/sch_netem.c     |   9 +-
 net/sched/sch_prio.c      |  11 +-
 net/sched/sch_qfq.c       |  30 +---
 net/sched/sch_red.c       |   9 +-
 net/sched/sch_sfb.c       |   9 +-
 net/sched/sch_sfq.c       |   9 +-
 net/sched/sch_tbf.c       |   9 +-
 22 files changed, 361 insertions(+), 452 deletions(-)

-- 
2.13.0

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2017-08-26  0:20 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-24 23:51 [Patch net-next v2 0/4] net_sched: clean up tc classes and u32 filter Cong Wang
2017-08-24 23:51 ` [Patch net-next v2 1/4] net_sched: get rid of more forward declarations Cong Wang
2017-08-25  8:45   ` Jiri Pirko
2017-08-25 11:51   ` Jamal Hadi Salim
2017-08-24 23:51 ` [Patch net-next v2 2/4] net_sched: introduce tclass_del_notify() Cong Wang
2017-08-25  8:54   ` Jiri Pirko
2017-08-25 11:51   ` Jamal Hadi Salim
2017-08-24 23:51 ` [Patch net-next v2 3/4] net_sched: remove tc class reference counting Cong Wang
2017-08-25  9:00   ` Jiri Pirko
2017-08-25  9:18     ` Florian Westphal
2017-08-25  9:36       ` Jiri Pirko
2017-08-25  9:41   ` Jiri Pirko
2017-08-25 12:28   ` Jamal Hadi Salim
2017-08-24 23:51 ` [Patch net-next v2 4/4] net_sched: kill u32_node pointer in Qdisc Cong Wang
2017-08-25  9:06   ` Jiri Pirko
2017-08-25 12:29   ` Jamal Hadi Salim
2017-08-25 12:37     ` Jiri Pirko
2017-08-26  0:20 ` [Patch net-next v2 0/4] net_sched: clean up tc classes and u32 filter David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).