netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv2 net-next 0/8] net: sched: act: add extack support
@ 2018-02-14 22:13 Alexander Aring
  2018-02-14 22:13 ` [PATCHv2 net-next 1/8] net: sched: act: fix code style Alexander Aring
                   ` (7 more replies)
  0 siblings, 8 replies; 12+ messages in thread
From: Alexander Aring @ 2018-02-14 22:13 UTC (permalink / raw)
  To: davem
  Cc: jhs, xiyou.wangcong, jiri, netdev, kernel, Alexander Aring,
	David Ahern

Hi,

this patch series adds extack support for the TC action subsystem.
As example I for the extack support in a TC action I choosed mirred
action.

- Alex

Cc: David Ahern <dsahern@gmail.com>

changes since v2:

- remove newline in extack of generic walker handling
  Thanks to Davide Caratti
- add kernel@mojatatu.com in cc

Alexander Aring (8):
  net: sched: act: fix code style
  net: sched: act: add extack to init
  net: sched: act: handle generic action errors
  net: sched: act: add extack to init callback
  net: sched: act: add extack for lookup callback
  net: sched: act: add extack for walk callback
  net: sched: act: handle extack in tcf_generic_walker
  net: sched: act: mirred: add extack support

 include/net/act_api.h      |  17 ++++--
 net/sched/act_api.c        | 135 +++++++++++++++++++++++++++++----------------
 net/sched/act_bpf.c        |  10 ++--
 net/sched/act_connmark.c   |  11 ++--
 net/sched/act_csum.c       |  10 ++--
 net/sched/act_gact.c       |  10 ++--
 net/sched/act_ife.c        |  10 ++--
 net/sched/act_ipt.c        |  20 ++++---
 net/sched/act_mirred.c     |  25 ++++++---
 net/sched/act_nat.c        |  11 ++--
 net/sched/act_pedit.c      |  10 ++--
 net/sched/act_police.c     |  11 ++--
 net/sched/act_sample.c     |  10 ++--
 net/sched/act_simple.c     |  10 ++--
 net/sched/act_skbedit.c    |  10 ++--
 net/sched/act_skbmod.c     |  10 ++--
 net/sched/act_tunnel_key.c |  10 ++--
 net/sched/act_vlan.c       |  10 ++--
 net/sched/cls_api.c        |   4 +-
 19 files changed, 215 insertions(+), 129 deletions(-)

-- 
2.11.0

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

end of thread, other threads:[~2018-02-15 15:45 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-14 22:13 [PATCHv2 net-next 0/8] net: sched: act: add extack support Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 1/8] net: sched: act: fix code style Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 2/8] net: sched: act: add extack to init Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 3/8] net: sched: act: handle generic action errors Alexander Aring
2018-02-15 11:14   ` Davide Caratti
2018-02-15 15:43     ` Alexander Aring
2018-02-15 15:45       ` Davide Caratti
2018-02-14 22:13 ` [PATCHv2 net-next 4/8] net: sched: act: add extack to init callback Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 5/8] net: sched: act: add extack for lookup callback Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 6/8] net: sched: act: add extack for walk callback Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 7/8] net: sched: act: handle extack in tcf_generic_walker Alexander Aring
2018-02-14 22:13 ` [PATCHv2 net-next 8/8] net: sched: act: mirred: add extack support Alexander Aring

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).