[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1389987427-14085-1-git-send-email-xiyou.wangcong@gmail.com>
Date: Fri, 17 Jan 2014 11:37:01 -0800
From: Cong Wang <xiyou.wangcong@...il.com>
To: netdev@...r.kernel.org
Cc: Cong Wang <xiyou.wangcong@...il.com>,
Jamal Hadi Salim <jhs@...atatu.com>,
"David S. Miller" <davem@...emloft.net>
Subject: [Patch net-next 0/6] net_sched: act: more cleanup and improvement
Patch 1-5 are cleanup's for the structures of tc actions.
Patch 6 is a small improvement.
See each patch for details.
Cc: Jamal Hadi Salim <jhs@...atatu.com>
Cc: David S. Miller <davem@...emloft.net>
Signed-off-by: Cong Wang <xiyou.wangcong@...il.com>
Cong Wang (6):
net_sched: act: fetch hinfo from a->ops->hinfo
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
net_sched: act: hide struct tcf_common from API
net_sched: act: refactor cleanup ops
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
net_sched: act: refuse to remove bound action outside
include/net/act_api.h | 28 +++++------
include/net/tc_act/tc_csum.h | 4 +-
include/net/tc_act/tc_defact.h | 4 +-
include/net/tc_act/tc_gact.h | 4 +-
include/net/tc_act/tc_ipt.h | 4 +-
include/net/tc_act/tc_mirred.h | 4 +-
include/net/tc_act/tc_nat.h | 4 +-
include/net/tc_act/tc_pedit.h | 4 +-
include/net/tc_act/tc_skbedit.h | 4 +-
net/sched/act_api.c | 107 +++++++++++++++++++++++++++-------------
net/sched/act_csum.c | 32 +++---------
net/sched/act_gact.c | 35 +++----------
net/sched/act_ipt.c | 69 +++++++-------------------
net/sched/act_mirred.c | 57 ++++++---------------
net/sched/act_nat.c | 34 +++----------
net/sched/act_pedit.c | 46 +++++------------
net/sched/act_police.c | 44 +++++------------
net/sched/act_simple.c | 65 ++++++------------------
net/sched/act_skbedit.c | 37 ++++----------
19 files changed, 207 insertions(+), 379 deletions(-)
--
1.8.3.1
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists