diff options
author | Petr Machata | 2024-03-08 13:59:50 +0100 |
---|---|---|
committer | Jakub Kicinski | 2024-03-11 14:14:08 -0700 |
commit | 79fa52145e19803ed47bd5f2136c19c5e16f512d (patch) | |
tree | 050f534219fc0637a916cc60eaf36dcc4dd03bbc /io_uring | |
parent | 6fb88aaf272a6aa58fd90a308cb0ef34f78aace4 (diff) |
mlxsw: spectrum_router: Avoid allocating NH counters twice
mlxsw_sp_nexthop_counter_disable() decays to a nop when called on a
disabled counter, but mlxsw_sp_nexthop_counter_enable() can't similarly
be called on an enabled counter. This would be useful in the following
patches. Add the missing condition.
Signed-off-by: Petr Machata <petrm@nvidia.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://lore.kernel.org/r/0cc9050e196366c1387ab5ee47f1cee8ecde9c86.1709901020.git.petrm@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'io_uring')
0 files changed, 0 insertions, 0 deletions