DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH] net/mlx5/hws: fix typo in the log
@ 2023-11-13  7:20 Bing Zhao
  2023-11-13  7:51 ` Suanming Mou
  2023-11-14  8:12 ` Raslan Darawsheh
  0 siblings, 2 replies; 3+ messages in thread
From: Bing Zhao @ 2023-11-13  7:20 UTC (permalink / raw)
  To: matan, viacheslavo, rasland, suanmingm, orika; +Cc: dev, erezsh, stable

Change "cureent" to "current".

Fixes: fa16fead9a68 ("net/mlx5/hws: support rule update after its creation")
Cc: erezsh@nvidia.com
Cc: stable@dpdk.org

Signed-off-by: Bing Zhao <bingz@nvidia.com>
---
 drivers/net/mlx5/hws/mlx5dr_rule.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/mlx5/hws/mlx5dr_rule.c b/drivers/net/mlx5/hws/mlx5dr_rule.c
index 980a99b226..fa19303b91 100644
--- a/drivers/net/mlx5/hws/mlx5dr_rule.c
+++ b/drivers/net/mlx5/hws/mlx5dr_rule.c
@@ -741,7 +741,7 @@ int mlx5dr_rule_action_update(struct mlx5dr_rule *rule_handle,
 
 	if (unlikely(mlx5dr_table_is_root(matcher->tbl) ||
 	    unlikely(mlx5dr_matcher_req_fw_wqe(matcher)))) {
-		DR_LOG(ERR, "Rule update not supported on cureent matcher");
+		DR_LOG(ERR, "Rule update not supported on current matcher");
 		rte_errno = ENOTSUP;
 		return -rte_errno;
 	}
-- 
2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] net/mlx5/hws: fix typo in the log
  2023-11-13  7:20 [PATCH] net/mlx5/hws: fix typo in the log Bing Zhao
@ 2023-11-13  7:51 ` Suanming Mou
  2023-11-14  8:12 ` Raslan Darawsheh
  1 sibling, 0 replies; 3+ messages in thread
From: Suanming Mou @ 2023-11-13  7:51 UTC (permalink / raw)
  To: Bing Zhao, Matan Azrad, Slava Ovsiienko, Raslan Darawsheh, Ori Kam
  Cc: dev, Erez Shitrit, stable

Hi,

> -----Original Message-----
> From: Bing Zhao <bingz@nvidia.com>
> Sent: Monday, November 13, 2023 3:21 PM
> To: Matan Azrad <matan@nvidia.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>; Suanming
> Mou <suanmingm@nvidia.com>; Ori Kam <orika@nvidia.com>
> Cc: dev@dpdk.org; Erez Shitrit <erezsh@nvidia.com>; stable@dpdk.org
> Subject: [PATCH] net/mlx5/hws: fix typo in the log
> 
> Change "cureent" to "current".
> 
> Fixes: fa16fead9a68 ("net/mlx5/hws: support rule update after its creation")
> Cc: erezsh@nvidia.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Bing Zhao <bingz@nvidia.com>

Acked-by: Suanming Mou <suanmingm@nvidia.com>

> ---
>  drivers/net/mlx5/hws/mlx5dr_rule.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/mlx5/hws/mlx5dr_rule.c
> b/drivers/net/mlx5/hws/mlx5dr_rule.c
> index 980a99b226..fa19303b91 100644
> --- a/drivers/net/mlx5/hws/mlx5dr_rule.c
> +++ b/drivers/net/mlx5/hws/mlx5dr_rule.c
> @@ -741,7 +741,7 @@ int mlx5dr_rule_action_update(struct mlx5dr_rule
> *rule_handle,
> 
>  	if (unlikely(mlx5dr_table_is_root(matcher->tbl) ||
>  	    unlikely(mlx5dr_matcher_req_fw_wqe(matcher)))) {
> -		DR_LOG(ERR, "Rule update not supported on cureent matcher");
> +		DR_LOG(ERR, "Rule update not supported on current matcher");
>  		rte_errno = ENOTSUP;
>  		return -rte_errno;
>  	}
> --
> 2.34.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH] net/mlx5/hws: fix typo in the log
  2023-11-13  7:20 [PATCH] net/mlx5/hws: fix typo in the log Bing Zhao
  2023-11-13  7:51 ` Suanming Mou
@ 2023-11-14  8:12 ` Raslan Darawsheh
  1 sibling, 0 replies; 3+ messages in thread
From: Raslan Darawsheh @ 2023-11-14  8:12 UTC (permalink / raw)
  To: Bing Zhao, Matan Azrad, Slava Ovsiienko, Suanming Mou, Ori Kam
  Cc: dev, Erez Shitrit, stable

Hi,


> -----Original Message-----
> From: Bing Zhao <bingz@nvidia.com>
> Sent: Monday, November 13, 2023 9:21 AM
> To: Matan Azrad <matan@nvidia.com>; Slava Ovsiienko
> <viacheslavo@nvidia.com>; Raslan Darawsheh <rasland@nvidia.com>;
> Suanming Mou <suanmingm@nvidia.com>; Ori Kam <orika@nvidia.com>
> Cc: dev@dpdk.org; Erez Shitrit <erezsh@nvidia.com>; stable@dpdk.org
> Subject: [PATCH] net/mlx5/hws: fix typo in the log
> 
> Change "cureent" to "current".
> 
> Fixes: fa16fead9a68 ("net/mlx5/hws: support rule update after its creation")
> Cc: erezsh@nvidia.com
> Cc: stable@dpdk.org
> 
> Signed-off-by: Bing Zhao <bingz@nvidia.com>

Patch applied to next-net-mlx,

Kindest regards
Raslan Darawsheh

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-11-14  8:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-13  7:20 [PATCH] net/mlx5/hws: fix typo in the log Bing Zhao
2023-11-13  7:51 ` Suanming Mou
2023-11-14  8:12 ` Raslan Darawsheh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).