DPDK usage discussions
 help / color / mirror / Atom feed
From: David Marchand <david.marchand@redhat.com>
To: Krishnamurthy Srinivasan <kssrinivasan@google.com>
Cc: users@dpdk.org, Maciej Skrocki <maciejskrocki@google.com>,
	 Beilei Xing <beilei.xing@intel.com>,
	Jeff Guo <jia.guo@intel.com>,
	 Jingjing Wu <jingjing.wu@intel.com>
Subject: Re: [dpdk-users] Help with error: *** Did not find any ports to use ***
Date: Mon, 14 Dec 2020 21:52:25 +0100	[thread overview]
Message-ID: <CAJFAV8xnSTzKuevSDEvTKC7rMsofQT8LS=Hn90MgWfO+PHSJ1w@mail.gmail.com> (raw)
In-Reply-To: <CAMj+VaiR=detzkzVRJ3m0f65pERy40C2rJdyhCmaxED+taEs1Q@mail.gmail.com>

On Mon, Dec 14, 2020 at 8:46 PM Krishnamurthy Srinivasan
<kssrinivasan@google.com> wrote:
>
> I have seen that this error has been brought up before.  However, the
> solutions discussed did not help resolve the error. I would appreciate any
> help.
>
> I am running DPDK version 20.11 with Pktgen 3.7.2 on Ubuntu 20.04/K8s.   My
> server has Intel Ethernet Controller X710 for 10GbE.
>
> Here, I have configured the pod with one interface with igb-uio driver.
> The behavior is the same if I try pci-vfio DPDK driver.   My kubectl
> description shows the network config to be OK:
>

[snip]

>
> root@master-01:~# /opt/dpdk-stable-19.11.3/usertools/dpdk-devbind.py -s |
> more
>
> Network devices using DPDK-compatible driver
> ============================================
> 0000:41:0a.0 'Ethernet Virtual Function 700 Series 154c' drv=vfio-pci
> unused=iavf,igb_uio
> 0000:41:0a.1 'Ethernet Virtual Function 700 Series 154c' drv=vfio-pci
> unused=iavf,igb_uio
> <additional igb-uio devices>
> 0000:41:0a.5 'Ethernet Virtual Function 700 Series 154c' drv=igb_uio
> unused=iavf,vfio-pci
> <additional vfio-pci devices>

Afaics, device 0x8086 / 0x154c is known by the common IAVF code base,
but it is associated with no PCI driver in DPDK.
$ git grep -w IAVF_DEV_ID_VF v20.11 --
v20.11:drivers/common/iavf/iavf_common.c:               case IAVF_DEV_ID_VF:
v20.11:drivers/common/iavf/iavf_devids.h:#define IAVF_DEV_ID_VF
         0x154C

Copying i40e and iavf maintainers, for further guidance.


-- 
David Marchand


  reply	other threads:[~2020-12-14 20:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-14  5:03 Krishnamurthy Srinivasan
2020-12-14 19:46 ` Krishnamurthy Srinivasan
2020-12-14 20:52   ` David Marchand [this message]
2020-12-14 22:07     ` Krishnamurthy Srinivasan
2020-12-15 15:36       ` Krishnamurthy Srinivasan

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='CAJFAV8xnSTzKuevSDEvTKC7rMsofQT8LS=Hn90MgWfO+PHSJ1w@mail.gmail.com' \
    --to=david.marchand@redhat.com \
    --cc=beilei.xing@intel.com \
    --cc=jia.guo@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=kssrinivasan@google.com \
    --cc=maciejskrocki@google.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).