]> git.baikalelectronics.ru Git - kernel.git/commit
net sched actions: add new tc_action_ops callback
authorRoman Mashak <mrv@mojatatu.com>
Thu, 8 Mar 2018 21:59:18 +0000 (16:59 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 9 Mar 2018 16:25:11 +0000 (11:25 -0500)
commit0f679ec8e25f3d25318fe096d9c1a358d7414796
tree96f751f8bb5327ea4a305987290d7b6baccca278
parentb695c141b7d743995d6bd541522b793786fb982f
net sched actions: add new tc_action_ops callback

Add a new callback in tc_action_ops, it will be needed by the tc actions
to compute its size when a ADD/DELETE notification message is constructed.
This routine has to take into account optional/variable size TLVs specific
per action.

Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/act_api.h