[dpdk-dev] [PATCH] net/mlx5: fix typo in error message

Slava Ovsiienko viacheslavo at mellanox.com
Wed Sep 4 15:44:05 CEST 2019


> -----Original Message-----
> From: Dekel Peled <dekelp at mellanox.com>
> Sent: Tuesday, August 20, 2019 9:21
> To: Yongseok Koh <yskoh at mellanox.com>; Slava Ovsiienko
> <viacheslavo at mellanox.com>; Shahaf Shuler <shahafs at mellanox.com>
> Cc: Ori Kam <orika at mellanox.com>; dev at dpdk.org; stable at dpdk.org
> Subject: [PATCH] net/mlx5: fix typo in error message
> 
> This patch fixes a typing mistake in an error message.
> 
> Fixes: 2e4c987aad91 ("net/mlx5: validate Direct Rule E-Switch")
> Cc: stable at dpdk.org
> 
> Signed-off-by: Dekel Peled <dekelp at mellanox.com>
Acked-by: Viacheslav Ovsiienko <viacheslavo at mellanox.com>

> ---
>  drivers/net/mlx5/mlx5_flow_dv.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/mlx5/mlx5_flow_dv.c
> b/drivers/net/mlx5/mlx5_flow_dv.c index 374dbae..0879058 100644
> --- a/drivers/net/mlx5/mlx5_flow_dv.c
> +++ b/drivers/net/mlx5/mlx5_flow_dv.c
> @@ -2798,7 +2798,7 @@ struct field_modify_info modify_tcp[] = {
>  		if (!(priv->representor || priv->master))
>  			return rte_flow_error_set
>  				(error, EINVAL,
> RTE_FLOW_ERROR_TYPE_UNSPECIFIED,
> -				 NULL, "E-Switch configurationd can only be"
> +				 NULL, "E-Switch configuration can only be"
>  				 " done by a master or a representor
> device");
>  		if (attributes->egress)
>  			return rte_flow_error_set
> --
> 1.8.3.1



More information about the dev mailing list