On Wed,  6 Sep 2023 08:53:02 -0700
Stephen Hemminger <step...@networkplumber.org> wrote:

> diff --git a/drivers/common/mlx5/linux/mlx5_common_os.c 
> b/drivers/common/mlx5/linux/mlx5_common_os.c
> index 2ebb8ac8b6e5..7260c1a19fd3 100644
> --- a/drivers/common/mlx5/linux/mlx5_common_os.c
> +++ b/drivers/common/mlx5/linux/mlx5_common_os.c
> @@ -266,7 +266,7 @@ mlx5_glue_path(char *buf, size_t size)
>               goto error;
>       return buf;
>  error:
> -     RTE_LOG(ERR, PMD, "unable to append \"-glue\" to last component of"
> +     DRV_LOG(ERR, "unable to append \"-glue\" to last component of"
>               " RTE_EAL_PMD_PATH (\"" RTE_EAL_PMD_PATH "\"), please"
>               " re-configure DPDK");
>       return NULL;

Not sure how that got in, ignore it.

Reply via email to