DPDK patches and discussions
 help / color / mirror / Atom feed
From: William Tu <u9012063@gmail.com>
To: dpdk-dev <dev@dpdk.org>
Cc: navasile@microsoft.com, Pallavi Kadam <pallavi.kadam@intel.com>,
	 Dmitry Kozliuk <dmitry.kozliuk@gmail.com>
Subject: Re: [dpdk-dev] [PATCH v1] windows/netuio: fix pci resouce translation
Date: Fri, 8 Oct 2021 05:39:57 -0700	[thread overview]
Message-ID: <CALDO+SYaL_t=JKYUXHMRtj+-mCXnZoG+zBrfM_voi+R_BGQoCQ@mail.gmail.com> (raw)
In-Reply-To: <20211008002243.88955-1-u9012063@gmail.com>

On Thu, Oct 7, 2021 at 5:23 PM William Tu <u9012063@gmail.com> wrote:
>
> When BAR array is filled like this
>     * Bar[4] = c844000c <if this one is not the CM_RESOURCE_MEMORY_BAR>
>     * Bar[5] = null
> ex:
> while ((descriptor->Type != CmResourceTypeMemory) ||
>                  !(descriptor->Flags & CM_RESOURCE_MEMORY_BAR));
> returns true, the loop continue and the decriptor will be NULL,
> but it's not an error. So I fix it by setting the status to STATUS_SUCCESS.
>
> Signed-off-by: William Tu <u9012063@gmail.com>
> ---
> Found the issue when adding the e1000 PMD support.
> http://inbox.dpdk.org/dev/20211007202451.90271-1-u9012063@gmail.com/T/#u
> ---
Sorry, there are some format/spelling errors in this patch.
I will fix and resend v2.
William

      reply	other threads:[~2021-10-08 12:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-08  0:22 William Tu
2021-10-08 12:39 ` William Tu [this message]

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='CALDO+SYaL_t=JKYUXHMRtj+-mCXnZoG+zBrfM_voi+R_BGQoCQ@mail.gmail.com' \
    --to=u9012063@gmail.com \
    --cc=dev@dpdk.org \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=navasile@microsoft.com \
    --cc=pallavi.kadam@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).