netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] net_sched: actions - Add default lookup and walker
@ 2013-12-03 14:23 Jamal Hadi Salim
  2013-12-03 14:23 ` [PATCH 1/5] net_sched: Default action lookup method for actions Jamal Hadi Salim
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Jamal Hadi Salim @ 2013-12-03 14:23 UTC (permalink / raw)
  To: davem; +Cc: netdev, eric.dumazet, alexander.h.duyck, jhs, ebiederm

This set of patches provide defaults for lookup and walkers for actions.
Users can override when needed.


Jamal Hadi Salim (5):
  Default action lookup method for actions that dont provide one
  Use default action lookup functions Users are free to override
  Provide default walker function for actions
  Use default action walker methods Users can still override
  Fail if missing mandatory action operation methods

 net/sched/act_api.c     |   27 +++++++++++++++------------
 net/sched/act_csum.c    |    2 --
 net/sched/act_gact.c    |    2 --
 net/sched/act_ipt.c     |    4 ----
 net/sched/act_mirred.c  |    2 --
 net/sched/act_nat.c     |    2 --
 net/sched/act_pedit.c   |    2 --
 net/sched/act_police.c  |    1 -
 net/sched/act_simple.c  |    1 -
 net/sched/act_skbedit.c |    1 -
 10 files changed, 15 insertions(+), 29 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-12-04  4:05 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03 14:23 [PATCH 0/5] net_sched: actions - Add default lookup and walker Jamal Hadi Salim
2013-12-03 14:23 ` [PATCH 1/5] net_sched: Default action lookup method for actions Jamal Hadi Salim
2013-12-03 14:23 ` [PATCH 2/5] net_sched: Use default action lookup functions Jamal Hadi Salim
2013-12-03 14:23 ` [PATCH 3/5] net_sched: Provide default walker function for actions Jamal Hadi Salim
2013-12-03 14:23 ` [PATCH 4/5] net_sched: Use default action walker methods Jamal Hadi Salim
2013-12-03 14:23 ` [PATCH 5/5] net_sched: Fail if missing mandatory action operation methods Jamal Hadi Salim
2013-12-03 16:48   ` David Miller
2013-12-04  0:43     ` Jamal Hadi Salim
2013-12-04  4:04       ` David Miller
2013-12-04  4:05       ` 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).