DPDK usage discussions
 help / color / mirror / Atom feed
From: "Ruslan R. Laishev" <zator@yandex.ru>
To: users@dpdk.org
Subject: DPDK 20.11/CentOS7.9, first run -> *FAILED*
Date: Thu, 14 Oct 2021 14:37:44 +0300	[thread overview]
Message-ID: <b28ba1f3-14a0-2024-ab41-689940d3bf92@yandex.ru> (raw)

Hello !


  Since 
http://doc.dpdk.org/guides-16.04/linux_gsg/quick_start.html#linux-setup-script 
  refer to nonexistent SETUP.SH, i walking over the docs an do steps to 
unsure that DPDK is working at all after installation.

  So:


[root@sysman ~]# sudo modprobe uio_pci_generic
[ 1084.673269] Generic UIO driver for PCI 2.3 devices version: 0.01.0

[root@sysman ~]# sudo modprobe vfio-pci
[ 1118.429157] VFIO - User Level meta-driver version: 0.3

[root@sysman ~]# dpdk-devbind.py  -s

Network devices using kernel driver
===================================
0000:02:01.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' 
if=ens33 drv=e1000 unused=vfio-pci,uio_pci_generic *Active*
0000:02:05.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' 
if=ens37 drv=e1000 unused=vfio-pci,uio_pci_generic
0000:02:06.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' 
if=ens38 drv=e1000 unused=vfio-pci,uio_pci_generic

[root@sysman ~]# dpdk-devbind.py  --bind=vfio-pci  ens37
Error: bind failed for 0000:02:05.0 - Cannot bind to driver vfio-pci
Error: unbind failed for 0000:02:05.0 - Cannot open 
/sys/bus/pci/drivers//unbind

[ 1215.157980] vfio-pci: probe of 0000:02:05.0 failed with error -22
[ 1215.164317] vfio-pci: probe of 0000:02:05.0 failed with error -22


[root@sysman ~]# dpdk-devbind.py  -s

Network devices using kernel driver
===================================
0000:02:01.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' 
if=ens33 drv=e1000 unused=vfio-pci,uio_pci_generic *Active*
0000:02:06.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' 
if=ens38 drv=e1000 unused=vfio-pci,uio_pci_generic

Other Network devices
=====================
0000:02:05.0 '82545EM Gigabit Ethernet Controller (Copper) 100f' 
unused=e1000,vfio-pci,uio_pci_generic


[root@sysman ~]# dpdk-devbind.py  --bind=vfio-pci  0000:02:05.0
Error: bind failed for 0000:02:05.0 - Cannot bind to driver vfio-pci


[root@sysman ~]# dpdk-devbind.py  --bind=uio_pci_generic   0000:02:05.0
Error: bind failed for 0000:02:05.0 - Cannot bind to driver uio_pci_generic




So, can someone help me to get the DPDK working ?

TIA.

             reply	other threads:[~2021-10-14 11:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-14 11:37 Ruslan R. Laishev [this message]
2021-10-14 18:45 ` David Marchand
2021-10-14 19:20   ` DPDK version 16.x -- " Gábor LENCSE

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=b28ba1f3-14a0-2024-ab41-689940d3bf92@yandex.ru \
    --to=zator@yandex.ru \
    --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).