DPDK usage discussions
 help / color / mirror / Atom feed
From: David Christensen <drc@linux.vnet.ibm.com>
To: users@dpdk.org
Subject: Re: [dpdk-users] Assistance Request: Error adding DPDK VFIO NIC to OVS+DPDK Bridge
Date: Thu, 7 May 2020 10:48:48 -0700	[thread overview]
Message-ID: <abab424f-adaf-568e-b7ad-ed57cc0a6de1@linux.vnet.ibm.com> (raw)
In-Reply-To: <BN6PR0101MB28505D8247C1C80BC29E4F15E8A60@BN6PR0101MB2850.prod.exchangelabs.com>



On 5/4/20 2:18 PM, Wittling, Mark (CCI-Atlanta) wrote:
> Greetings, I cannot get OpenVSwitch to add my DPDK-bound VFIO port (e1000 DPDK-compatible NIC) to the bridge without an error.
> 
> The error is at the end, and I am supplying all of the info I know the community would typically ask me for, before I show the error at the bottom.
> 
> Any help would be greatly appreciated.
...
> # cat ovs-vswitchd.log
> 2020-05-04T21:12:11.071Z|00291|dpdk|ERR|EAL: Driver cannot attach the device (0000:01:00.0)

What do you see with the following bash command:

for a in /sys/kernel/iommu_groups/*; do find $a -type l; done | sort 
--version-sort

There may be other devices in the same IOMMU group as your NICs.  If so, 
then you need to bind VFIO to those devices as well.  Found this link 
that might be helpful if you're unfamiliar with the concept of IOMMU groups:

https://heiko-sieger.info/iommu-groups-what-you-need-to-consider/

Dave

      reply	other threads:[~2020-05-07 17:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-04 21:18 Wittling, Mark (CCI-Atlanta)
2020-05-07 17:48 ` David Christensen [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=abab424f-adaf-568e-b7ad-ed57cc0a6de1@linux.vnet.ibm.com \
    --to=drc@linux.vnet.ibm.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).