[dpdk-dev] [PATCH] net/mlx5: fix flow mark action on port start

Nelio Laranjeiro nelio.laranjeiro at 6wind.com
Wed Nov 15 08:58:35 CET 2017


On Wed, Nov 15, 2017 at 09:09:49AM +0200, Shahaf Shuler wrote:
> Mark action flag was not set on the flow, causing the rx burst function
> after port start to ignore the flow mark.
> 
> Fixes: 8086cf08b2f0 ("net/mlx5: handle RSS hash configuration in RSS flow")
> Cc: nelio.laranjeiro at 6wind.com
> 
> Signed-off-by: Shahaf Shuler <shahafs at mellanox.com>
> ---
>  drivers/net/mlx5/mlx5_flow.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/net/mlx5/mlx5_flow.c b/drivers/net/mlx5/mlx5_flow.c
> index 466d74b5f..f32dfdd3f 100644
> --- a/drivers/net/mlx5/mlx5_flow.c
> +++ b/drivers/net/mlx5/mlx5_flow.c
> @@ -1930,6 +1930,7 @@ priv_flow_create(struct priv *priv,
>  	flow->queues = (uint16_t (*)[])(flow + 1);
>  	memcpy(flow->queues, parser.queues, parser.queues_n * sizeof(uint16_t));
>  	flow->queues_n = parser.queues_n;
> +	flow->mark = parser.mark;
>  	/* Copy RSS configuration. */
>  	flow->rss_conf = parser.rss_conf;
>  	flow->rss_conf.rss_key = flow->rss_key;
> -- 
> 2.12.0
 
Acked-by: Nelio Laranjeiro <nelio.laranjeiro at 6wind.com>

-- 
Nélio Laranjeiro
6WIND


More information about the dev mailing list