]> git.baikalelectronics.ru Git - kernel.git/commit
net: sched: act: handle generic action errors
authorAlexander Aring <aring@mojatatu.com>
Thu, 15 Feb 2018 15:54:55 +0000 (10:54 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 16 Feb 2018 21:05:02 +0000 (16:05 -0500)
commita68215dd405c47ddb341ef21f70c034942573ef5
tree3233b84f257ba3fccf40ef1b03b075f8084b1c57
parent29f6652041ea122aa65ccf737ff1ec27a6c8eace
net: sched: act: handle generic action errors

This patch adds extack support for generic act handling. The extack
will be set deeper to each called function which is not part of netdev
core api.

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>
net/sched/act_api.c