public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
* [PATCH 0/4] net_sched: actions - Add default lookup and walker
@ 2013-12-01 22:30 Jamal Hadi Salim
  2013-12-01 22:30 ` [PATCH 1/4] Provide default lookup function for actions that dont provide one Jamal Hadi Salim
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Jamal Hadi Salim @ 2013-12-01 22:30 UTC (permalink / raw)
  To: davem; +Cc: netdev, eric.dumazet, alexander.h.duyck, ebiederm, jhs

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

Jamal Hadi Salim (4):
  Provide default lookup function for actions that dont provide one
  Use default lookup functions. Users are free to override when needed.
  Provide default walker function for actions that dont provide one
  Use default walker functions. Users who need something special can
    override.

 net/sched/act_api.c     |    7 +++++++
 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, 7 insertions(+), 17 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-12-03 13:34 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-01 22:30 [PATCH 0/4] net_sched: actions - Add default lookup and walker Jamal Hadi Salim
2013-12-01 22:30 ` [PATCH 1/4] Provide default lookup function for actions that dont provide one Jamal Hadi Salim
2013-12-01 22:30 ` [PATCH 2/4] Use default lookup functions. Users are free to override when needed Jamal Hadi Salim
2013-12-01 22:30 ` [PATCH 3/4] Provide default walker function for actions that dont provide one Jamal Hadi Salim
2013-12-01 22:30 ` [PATCH 4/4] Use default walker functions. Users who need something special can override Jamal Hadi Salim
2013-12-02 21:27 ` [PATCH 0/4] net_sched: actions - Add default lookup and walker David Miller
2013-12-03 13:34   ` Jamal Hadi Salim

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox