commit | 717503b9cf57c0bb7ea4d3a9f5699c9a04adf988 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Wed Oct 11 09:41:09 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 11 20:15:43 2017 -0700 |
tree | a44f4decdc2729479866d3b6a41c3042e86f3f31 | |
parent | b3f55bdda8df55a563005e00b1b71212d8546541 [diff] |
net: sched: convert cls_flower->egress_dev users to tc_setup_cb_egdev infra The only user of cls_flower->egress_dev is mlx5. So do the conversion there alongside with the code originating the call in cls_flower function fl_hw_replace_filter to the newly introduced egress device callback infrastucture. Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>