OSDN Git Service

net/sched: act_mirred: Add new tc_action_ops get_dev()
authorHadar Hen Zion <hadarh@mellanox.com>
Thu, 1 Dec 2016 12:06:36 +0000 (14:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Dec 2016 18:28:36 +0000 (13:28 -0500)
commit255cb30425c0ced57d6d85f3e7cddb99b9576046
tree757ac8b0039f730754d70d633eafe1fdd3bb87e5
parent3036dab670bae38f2ece608e69232f5b20aa6015
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>
include/net/act_api.h
net/sched/act_mirred.c