commit | a03b91b17684023c45d39b836c85579d5e535983 | [log] [tgz] |
---|---|---|
author | Roman Mashak <mrv@mojatatu.com> | Thu Mar 08 16:59:18 2018 -0500 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 09 11:25:11 2018 -0500 |
tree | 96f751f8bb5327ea4a305987290d7b6baccca278 | |
parent | d04e6990c948a3315ea8eca5979ebea48cda56f4 [diff] |
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>