]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: act: add extack to init
authorAlexander Aring <aring@mojatatu.com>
Thu, 15 Feb 2018 15:54:54 +0000 (10:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 21:04:53 +0000 (16:04 -0500)
commit71bd0c35f52d4340853f60a74da1b496b4c6b7b3
tree2847b361cc5a03b62a1fd4c258e27e84bf4e8c1a
parent54943814cddfdaff4b9259b5965c2f0c5a743808
net: sched: act: add extack to init

This patch adds extack to tcf_action_init and tcf_action_init_1
functions. These are necessary to make individual extack handling in
each act implementation.

Based on work by David Ahern <dsahern@gmail.com>

Cc: David Ahern <dsahern@gmail.com>
Signed-off-by: Alexander Aring <aring@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/act_api.h
net/sched/act_api.c
net/sched/cls_api.c