lkml.org 
[lkml]   [2018]   [Dec]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH AUTOSEL 4.14 53/59] net/mlx5: Typo fix in del_sw_hw_rule
    Date
    From: Yuval Avnery <yuvalav@mellanox.com>

    [ Upstream commit f0337889147c956721696553ffcc97212b0948fe ]

    Expression terminated with "," instead of ";", resulted in
    set_fte getting bad value for modify_enable_mask field.

    Fixes: bd5251dbf156 ("net/mlx5_core: Introduce flow steering destination of type counter")
    Signed-off-by: Yuval Avnery <yuvalav@mellanox.com>
    Reviewed-by: Daniel Jurgens <danielj@mellanox.com>
    Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
    Signed-off-by: Sasha Levin <sashal@kernel.org>
    ---
    drivers/net/ethernet/mellanox/mlx5/core/fs_core.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
    index dd05cf148845..6538b7b943f0 100644
    --- a/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
    +++ b/drivers/net/ethernet/mellanox/mlx5/core/fs_core.c
    @@ -425,7 +425,7 @@ static void del_rule(struct fs_node *node)

    if ((fte->action & MLX5_FLOW_CONTEXT_ACTION_FWD_DEST) &&
    --fte->dests_size) {
    - modify_mask = BIT(MLX5_SET_FTE_MODIFY_ENABLE_MASK_DESTINATION_LIST),
    + modify_mask = BIT(MLX5_SET_FTE_MODIFY_ENABLE_MASK_DESTINATION_LIST);
    update_fte = true;
    }
    out:
    --
    2.19.1
    \
     
     \ /
      Last update: 2018-12-26 23:43    [W:4.595 / U:0.156 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site