> -----Original Message-----
> From: Dekel Peled <[email protected]>
> Sent: Tuesday, August 20, 2019 9:21
> To: Yongseok Koh <[email protected]>; Slava Ovsiienko
> <[email protected]>; Shahaf Shuler <[email protected]>
> Cc: Ori Kam <[email protected]>; [email protected]; [email protected]
> 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: [email protected]
>
> Signed-off-by: Dekel Peled <[email protected]>
Acked-by: Viacheslav Ovsiienko <[email protected]>
> ---
> 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