commit | 1c9017e44af2eee94b1001af18c401ae440ad77c | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Tue Jun 28 17:52:35 2022 +0300 |
committer | Jakub Kicinski <kuba@kernel.org> | Thu Jun 30 21:18:15 2022 -0700 |
tree | 8196891189dc6e253b8bdb251d46393dac440c62 | |
parent | c7e5c423cb59caddbf296717af484dcbacd76a3f [diff] |
net: dsa: felix: keep reference on entire tc-taprio config In a future change we will need to remember the entire tc-taprio config on all ports rather than just the base time, so use the taprio_offload_get() helper function to replace ocelot_port->base_time with ocelot_port->taprio. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>