commit | 843500518509128a935edab96bd8efef7c54669e | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@mellanox.com> | Thu Feb 28 06:59:24 2019 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 01 21:44:11 2019 -0800 |
tree | b80eb3294d72e95de9006a66b369d1510872cb2b | |
parent | 844f01da9301a71fbed1e768837f4a1a6aa60529 [diff] |
mlxsw: spectrum_acl: Do rollback as another call to mlxsw_sp_acl_tcam_vchunk_migrate_all() In order to simplify the code and to prepare it for interrupted/continued migration process, do the rollback in case of migration error as another call to mlxsw_sp_acl_tcam_vchunk_migrate_all(). It can be understood as "migrate all back". Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>