mlxsw: spectrum_router: Use RALUE pack helper from abort function
authorJiri Pirko <jiri@nvidia.com>
Tue, 10 Nov 2020 09:48:54 +0000 (11:48 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 12 Nov 2020 23:55:21 +0000 (15:55 -0800)
Unify the RALUE register payload packing and use the
__mlxsw_sp_fib_entry_ralue_pack() helper from
__mlxsw_sp_router_set_abort_trap().

Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Ido Schimmel <idosch@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c

index 4edb2ee..b0758c5 100644 (file)
@@ -5764,8 +5764,8 @@ static int __mlxsw_sp_router_set_abort_trap(struct mlxsw_sp *mlxsw_sp,
                if (err)
                        return err;
 
-               mlxsw_reg_ralue_pack(ralue_pl, ralxx_proto,
-                                    MLXSW_REG_RALUE_OP_WRITE_WRITE, vr->id, 0);
+               mlxsw_sp_fib_entry_ralue_pack(ralue_pl, proto,
+                                             MLXSW_SP_FIB_ENTRY_OP_WRITE, vr->id, 0, NULL);
                mlxsw_reg_ralue_act_ip2me_pack(ralue_pl);
                err = mlxsw_reg_write(mlxsw_sp->core, MLXSW_REG(ralue),
                                      ralue_pl);