netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Cong Wang <xiyou.wangcong@gmail.com>
To: netdev@vger.kernel.org
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Subject: [Patch net-next v2 0/2] net_sched: refactor tc action structures
Date: Mon, 25 Jul 2016 16:09:40 -0700	[thread overview]
Message-ID: <1469488182-12296-1-git-send-email-xiyou.wangcong@gmail.com> (raw)

These two patches factor out the struct tcf_common.

v2: fix a compile warning

Cong Wang (2):
  net_sched: move tc_action into tcf_common
  net_sched: get rid of struct tcf_common

 include/net/act_api.h            |  91 +++++++-------
 include/net/tc_act/tc_bpf.h      |   5 +-
 include/net/tc_act/tc_connmark.h |   5 +-
 include/net/tc_act/tc_csum.h     |   5 +-
 include/net/tc_act/tc_defact.h   |   5 +-
 include/net/tc_act/tc_gact.h     |   7 +-
 include/net/tc_act/tc_ife.h      |   5 +-
 include/net/tc_act/tc_ipt.h      |   5 +-
 include/net/tc_act/tc_mirred.h   |   5 +-
 include/net/tc_act/tc_nat.h      |   7 +-
 include/net/tc_act/tc_pedit.h    |   5 +-
 include/net/tc_act/tc_skbedit.h  |   5 +-
 include/net/tc_act/tc_vlan.h     |   5 +-
 net/sched/act_api.c              | 250 ++++++++++++++++-----------------------
 net/sched/act_bpf.c              |  26 ++--
 net/sched/act_connmark.c         |  24 ++--
 net/sched/act_csum.c             |  22 ++--
 net/sched/act_gact.c             |  24 ++--
 net/sched/act_ife.c              |  38 +++---
 net/sched/act_ipt.c              |  48 ++++----
 net/sched/act_mirred.c           |  26 ++--
 net/sched/act_nat.c              |  22 ++--
 net/sched/act_pedit.c            |  28 +++--
 net/sched/act_police.c           |  49 ++++----
 net/sched/act_simple.c           |  29 ++---
 net/sched/act_skbedit.c          |  26 ++--
 net/sched/act_vlan.c             |  28 +++--
 27 files changed, 378 insertions(+), 417 deletions(-)

-- 
2.1.0

             reply	other threads:[~2016-07-25 23:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25 23:09 Cong Wang [this message]
2016-07-25 23:09 ` [Patch net-next v2 1/2] net_sched: move tc_action into tcf_common Cong Wang
2016-07-26 14:00   ` Jamal Hadi Salim
2016-07-25 23:09 ` [Patch net-next v2 2/2] net_sched: get rid of struct tcf_common Cong Wang
2016-07-26  4:49 ` [Patch net-next v2 0/2] net_sched: refactor tc action structures David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1469488182-12296-1-git-send-email-xiyou.wangcong@gmail.com \
    --to=xiyou.wangcong@gmail.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).