DPDK usage discussions
 help / color / mirror / Atom feed
From: "Zhang, Qi Z" <qi.z.zhang@intel.com>
To: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>,
	Im Groot <imgroot2048@gmail.com>
Cc: "users@dpdk.org" <users@dpdk.org>,
	"Yang, Qiming" <qiming.yang@intel.com>,
	 "Kadam, Pallavi" <pallavi.kadam@intel.com>
Subject: RE: DPDK Window 10: Hello World example Error: Failed to initialize DDP parser
Date: Thu, 16 Nov 2023 09:30:15 +0000	[thread overview]
Message-ID: <DM4PR11MB5994BCC004857B120175BDC2D7B0A@DM4PR11MB5994.namprd11.prod.outlook.com> (raw)
In-Reply-To: <20231116101130.35252ac8@sovereign>



> -----Original Message-----
> From: Dmitry Kozlyuk <dmitry.kozliuk@gmail.com>
> Sent: Thursday, November 16, 2023 3:12 PM
> To: Im Groot <imgroot2048@gmail.com>
> Cc: users@dpdk.org; Yang, Qiming <qiming.yang@intel.com>; Zhang, Qi Z
> <qi.z.zhang@intel.com>; Kadam, Pallavi <pallavi.kadam@intel.com>
> Subject: Re: DPDK Window 10: Hello World example Error: Failed to initialize
> DDP parser
> 
> + net/ice and Windows maintainers from Intel.
> 
> 2023-11-15 17:16 (UTC+0500), Im Groot:
> > Hi
> >
> > I recently started building a DPDK for window 10 22H2. I was able to
> > build the virt2phy and netuio driver successfully. I am using DPDK
> > DPDK 22.11.3 (LTS).
> >
> >    - I used visual studio 2019 community edition with WDK and SDK
> >    10.0.22000 as recommended by you. And both drivers were built and
> >    installed successfully. Device manager looks like this:
> >    [image: image.png]
> >
> >
> >
> >    - I have granted lock pages in memory on window 10. I guess this is
> >    supported.
> >     [image: image.png]
> >
> >
> >
> >    - Now I am running the hello world example and I am getting the
> >    following message on cmd. I want to know how I can debug this issue:
> >    [image: image.png]
> >
> >
> > C:\dpdk\build\examples>dpdk-helloworld.exe -l 0-3
> > EAL: Detected CPU lcores: 4
> > EAL: Detected NUMA nodes: 1
> > EAL: Multi-process support is requested, but not available.
> > EAL: Requested device 0000:00:1f.6 cannot be used
> > EAL: Probe PCI driver: net_ice (8086:159b) device: 0000:01:00.0
> > (socket -1)
> > ice_flow_init(): Failed to initialize DDP parser, raw packet filter
> > will not be supported
> > EAL: Probe PCI driver: net_ice (8086:159b) device: 0000:01:00.1
> > (socket -1)
> > ice_flow_init(): Failed to initialize DDP parser, raw packet filter
> > will not be supported hello from core 1 hello from core 2 hello from
> > core 3 hello from core 0
> >
> >
> >
> > *Questions:*
> > I have the following queries:
> >
> >    1. What does this error say (hello world example). Is there some issue
> >    with the installation? How can I resolve this issue?
> >       - *EAL: Probe PCI driver: net_ice (8086:159b) device: 0000:01:00.0
> >       (socket -1)*
> >       *ice_flow_init(): Failed to initialize DDP parser, raw packet filter
> >       will not be supported*

Raw packet filter is a specific flow offloading feature only be supported when the PMD will be able to load the DDP package, I guess in windows this will not happen and this warning can be ignored.

> >       2. Does the driver in the device manager look alright?
> >    3. I am using DPDK  DPDK 22.11.3 (LTS). Is this the correct version to
> >    use?
> >
> >
> > Thanks


  reply	other threads:[~2023-11-16  9:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-15 12:16 Im Groot
2023-11-16  7:11 ` Dmitry Kozlyuk
2023-11-16  9:30   ` Zhang, Qi Z [this message]
2023-11-17  7:36     ` Im Groot

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=DM4PR11MB5994BCC004857B120175BDC2D7B0A@DM4PR11MB5994.namprd11.prod.outlook.com \
    --to=qi.z.zhang@intel.com \
    --cc=dmitry.kozliuk@gmail.com \
    --cc=imgroot2048@gmail.com \
    --cc=pallavi.kadam@intel.com \
    --cc=qiming.yang@intel.com \
    --cc=users@dpdk.org \
    /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).