* [dpdk-dev] [PATCH] common/mlx5: optimize debug log
@ 2021-10-11 8:41 Sean Zhang
0 siblings, 0 replies; 3+ messages in thread
From: Sean Zhang @ 2021-10-11 8:41 UTC (permalink / raw)
To: dev; +Cc: stable, Matan Azrad
Remove debug log inside of mlx5_list_init to avoid flooding debug
messages when creating hash list with large actual size.
Fixes: 9c373c524bae ('common/mlx5: move list utility from net driver')
Cc: stable@dpdk.org
Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
drivers/common/mlx5/mlx5_common_utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/common/mlx5/mlx5_common_utils.c b/drivers/common/mlx5/mlx5_common_utils.c
index fcc81f05c6..775fabd478 100644
--- a/drivers/common/mlx5/mlx5_common_utils.c
+++ b/drivers/common/mlx5/mlx5_common_utils.c
@@ -23,7 +23,6 @@ mlx5_list_init(struct mlx5_list_inconst *l_inconst,
l_inconst->cache[MLX5_LIST_GLOBAL] = gc;
LIST_INIT(&l_inconst->cache[MLX5_LIST_GLOBAL]->h);
}
- DRV_LOG(DEBUG, "mlx5 list %s initialized.", l_const->name);
return 0;
}
@@ -66,6 +65,7 @@ mlx5_list_create(const char *name, void *ctx, bool lcores_share,
mlx5_free(list);
return NULL;
}
+ DRV_LOG(DEBUG, "mlx5 list %s was created.", name);
return list;
}
--
2.33.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [dpdk-dev] [PATCH] common/mlx5: optimize debug log
@ 2021-10-11 8:46 Sean Zhang
2021-10-26 13:23 ` Raslan Darawsheh
0 siblings, 1 reply; 3+ messages in thread
From: Sean Zhang @ 2021-10-11 8:46 UTC (permalink / raw)
To: dev; +Cc: stable, Matan Azrad
Remove debug log inside of mlx5_list_init to avoid flooding debug
messages when creating hash list with large actual size.
Fixes: 9c373c524bae ("common/mlx5: move list utility from net driver")
Cc: stable@dpdk.org
Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
---
drivers/common/mlx5/mlx5_common_utils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/common/mlx5/mlx5_common_utils.c b/drivers/common/mlx5/mlx5_common_utils.c
index fcc81f05c6..775fabd478 100644
--- a/drivers/common/mlx5/mlx5_common_utils.c
+++ b/drivers/common/mlx5/mlx5_common_utils.c
@@ -23,7 +23,6 @@ mlx5_list_init(struct mlx5_list_inconst *l_inconst,
l_inconst->cache[MLX5_LIST_GLOBAL] = gc;
LIST_INIT(&l_inconst->cache[MLX5_LIST_GLOBAL]->h);
}
- DRV_LOG(DEBUG, "mlx5 list %s initialized.", l_const->name);
return 0;
}
@@ -66,6 +65,7 @@ mlx5_list_create(const char *name, void *ctx, bool lcores_share,
mlx5_free(list);
return NULL;
}
+ DRV_LOG(DEBUG, "mlx5 list %s was created.", name);
return list;
}
--
2.33.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] common/mlx5: optimize debug log
2021-10-11 8:46 Sean Zhang
@ 2021-10-26 13:23 ` Raslan Darawsheh
0 siblings, 0 replies; 3+ messages in thread
From: Raslan Darawsheh @ 2021-10-26 13:23 UTC (permalink / raw)
To: Sean Zhang (Networking SW), dev; +Cc: stable, Matan Azrad
Hi,
> -----Original Message-----
> From: dev <dev-bounces@dpdk.org> On Behalf Of Sean Zhang
> Sent: Monday, October 11, 2021 11:46 AM
> To: dev@dpdk.org
> Cc: stable@dpdk.org; Matan Azrad <matan@nvidia.com>
> Subject: [dpdk-dev] [PATCH] common/mlx5: optimize debug log
>
> Remove debug log inside of mlx5_list_init to avoid flooding debug
> messages when creating hash list with large actual size.
>
> Fixes: 9c373c524bae ("common/mlx5: move list utility from net driver")
> Cc: stable@dpdk.org
>
> Signed-off-by: Sean Zhang <xiazhang@nvidia.com>
> Acked-by: Matan Azrad <matan@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:[~2021-10-26 13:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 8:41 [dpdk-dev] [PATCH] common/mlx5: optimize debug log Sean Zhang
2021-10-11 8:46 Sean Zhang
2021-10-26 13:23 ` 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).