> -----Original Message----- > From: Dekel Peled <dek...@mellanox.com> > Sent: Tuesday, August 20, 2019 9:21 > To: Yongseok Koh <ys...@mellanox.com>; Slava Ovsiienko > <viachesl...@mellanox.com>; Shahaf Shuler <shah...@mellanox.com> > Cc: Ori Kam <or...@mellanox.com>; dev@dpdk.org; sta...@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: sta...@dpdk.org > > Signed-off-by: Dekel Peled <dek...@mellanox.com> Acked-by: Viacheslav Ovsiienko <viachesl...@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