[PATCH] net/ice: update log message
Patrick Robb
probb at iol.unh.edu
Sun May 4 23:18:02 CEST 2025
Please disregard the Community Lab DTS failure just reported on this
patchseries. I need to reconfigure the testbed and rerun the test.
On Fri, May 2, 2025 at 11:26 AM Pillai, Dhanya R <dhanya.r.pillai at intel.com>
wrote:
> Added log message for ddp package load failure.
>
> mailmap: update contributor entry
>
> Signed-off-by: Pillai, Dhanya R <dhanya.r.pillai at intel.com>
> ---
> .mailmap | 1 +
> drivers/net/intel/ice/ice_ethdev.c | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index d8439b79ce..0f66ad834f 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -353,6 +353,7 @@ Devendra Singh Rawat <dsinghrawat at marvell.com>
> Dex Chen <dex.chen at ruckuswireless.com>
> Dexia Li <dexia.li at jaguarmicro.com>
> Dexuan Cui <decui at microsoft.com>
> +Dhanya Pillai <dhanya.r.pillai at intel.com>
> Dharmik Thakkar <dharmikjayesh.thakkar at arm.com> <dharmik.thakkar at arm.com>
> Dheemanth Mallikarjun <dheemanthm at vmware.com>
> Dhruv Tripathi <dhruv.tripathi at arm.com>
> diff --git a/drivers/net/intel/ice/ice_ethdev.c
> b/drivers/net/intel/ice/ice_ethdev.c
> index 21d3795954..bd55e0e7e1 100644
> --- a/drivers/net/intel/ice/ice_ethdev.c
> +++ b/drivers/net/intel/ice/ice_ethdev.c
> @@ -2026,7 +2026,7 @@ int ice_load_pkg(struct ice_adapter *adapter, bool
> use_dsn, uint64_t dsn)
>
> err = ice_copy_and_init_pkg(hw, buf, bufsz,
> adapter->devargs.ddp_load_sched);
> if (!ice_is_init_pkg_successful(err)) {
> - PMD_INIT_LOG(ERR, "ice_copy_and_init_hw failed: %d", err);
> + PMD_INIT_LOG(ERR, "Failed to load ddp package: %d", err);
> free(buf);
> return -1;
> }
> --
> 2.43.0
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20250504/d613b3df/attachment-0001.htm>
More information about the dev
mailing list