DPDK patches and discussions
 help / color / mirror / Atom feed
From: Patrick Robb <probb@iol.unh.edu>
To: "Pillai, Dhanya R" <dhanya.r.pillai@intel.com>
Cc: Thomas Monjalon <thomas@monjalon.net>,
	Bruce Richardson <bruce.richardson@intel.com>,
	 Anatoly Burakov <anatoly.burakov@intel.com>,
	dev@dpdk.org, timothy.miskell@intel.com, Pillai@dpdk.org
Subject: Re: [PATCH] net/ice: update log message
Date: Sun, 4 May 2025 17:18:02 -0400	[thread overview]
Message-ID: <CAJvnSUAweypuEGUhho4q6F6NGxotja37tpDY9yynw=EuXDpzZg@mail.gmail.com> (raw)
In-Reply-To: <20250502152601.699443-1-dhanya.r.pillai@intel.com>

[-- Attachment #1: Type: text/plain, Size: 1775 bytes --]

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@intel.com>
wrote:

> Added log message for ddp package load failure.
>
> mailmap: update contributor entry
>
> Signed-off-by: Pillai, Dhanya R <dhanya.r.pillai@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@marvell.com>
>  Dex Chen <dex.chen@ruckuswireless.com>
>  Dexia Li <dexia.li@jaguarmicro.com>
>  Dexuan Cui <decui@microsoft.com>
> +Dhanya Pillai <dhanya.r.pillai@intel.com>
>  Dharmik Thakkar <dharmikjayesh.thakkar@arm.com> <dharmik.thakkar@arm.com>
>  Dheemanth Mallikarjun <dheemanthm@vmware.com>
>  Dhruv Tripathi <dhruv.tripathi@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
>
>

[-- Attachment #2: Type: text/html, Size: 2915 bytes --]

  reply	other threads:[~2025-05-04 21:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-02 15:25 Pillai, Dhanya R
2025-05-04 21:18 ` Patrick Robb [this message]
2025-05-09 14:46 ` Burakov, Anatoly
2025-05-09 16:25 ` Pillai, Dhanya R

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJvnSUAweypuEGUhho4q6F6NGxotja37tpDY9yynw=EuXDpzZg@mail.gmail.com' \
    --to=probb@iol.unh.edu \
    --cc=Pillai@dpdk.org \
    --cc=anatoly.burakov@intel.com \
    --cc=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=dhanya.r.pillai@intel.com \
    --cc=thomas@monjalon.net \
    --cc=timothy.miskell@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).