commit | 255cb30425c0ced57d6d85f3e7cddb99b9576046 | [log] [tgz] |
---|---|---|
author | Hadar Hen Zion <hadarh@mellanox.com> | Thu Dec 01 14:06:36 2016 +0200 |
committer | David S. Miller <davem@davemloft.net> | Fri Dec 02 13:28:36 2016 -0500 |
tree | 757ac8b0039f730754d70d633eafe1fdd3bb87e5 | |
parent | 3036dab670bae38f2ece608e69232f5b20aa6015 [diff] |
net/sched: act_mirred: Add new tc_action_ops get_dev() Adding support to a new tc_action_ops. get_dev is a general option which allows to get the underline device when trying to offload a tc rule. In case of mirred action the returned device is the mirred (egress) device. Signed-off-by: Hadar Hen Zion <hadarh@mellanox.com> Reviewed-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>