netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Patch net-next 0/2] net_sched: clean up filter handle
@ 2017-08-05  4:31 Cong Wang
  2017-08-05  4:31 ` [Patch net-next 1/2] net_sched: refactor notification code for RTM_DELTFILTER Cong Wang
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Cong Wang @ 2017-08-05  4:31 UTC (permalink / raw)
  To: netdev; +Cc: jhs, jiri, Cong Wang

This patchset sits in my local branch for a long time, it is time to
send it out. It cleans up the ambiguous use of 'unsigned long fh',
please see each of them for details.

Cong Wang (2):
  net_sched: refactor notification code for RTM_DELTFILTER
  net_sched: use void pointer for filter handle

 include/net/pkt_cls.h     |  2 +-
 include/net/sch_generic.h |  8 +++----
 net/sched/cls_api.c       | 57 +++++++++++++++++++++++++++++++++++++----------
 net/sched/cls_basic.c     | 22 +++++++++---------
 net/sched/cls_bpf.c       | 27 ++++++++++------------
 net/sched/cls_cgroup.c    | 12 +++++-----
 net/sched/cls_flow.c      | 24 ++++++++++----------
 net/sched/cls_flower.c    | 22 +++++++++---------
 net/sched/cls_fw.c        | 26 ++++++++++-----------
 net/sched/cls_matchall.c  | 16 ++++++-------
 net/sched/cls_route.c     | 26 ++++++++++-----------
 net/sched/cls_rsvp.h      | 24 ++++++++++----------
 net/sched/cls_tcindex.c   | 36 +++++++++++++-----------------
 net/sched/cls_u32.c       | 30 ++++++++++++-------------
 14 files changed, 178 insertions(+), 154 deletions(-)

-- 
2.13.0

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

end of thread, other threads:[~2017-08-07 21:12 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-05  4:31 [Patch net-next 0/2] net_sched: clean up filter handle Cong Wang
2017-08-05  4:31 ` [Patch net-next 1/2] net_sched: refactor notification code for RTM_DELTFILTER Cong Wang
2017-08-06 11:42   ` Jamal Hadi Salim
2017-08-07 17:50     ` Cong Wang
2017-08-05  4:31 ` [Patch net-next 2/2] net_sched: use void pointer for filter handle Cong Wang
2017-08-06 11:46   ` Jamal Hadi Salim
2017-08-07 21:12 ` [Patch net-next 0/2] net_sched: clean up " 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).