DPDK usage discussions
 help / color / mirror / Atom feed
From: sonntex <sonntex@gmail.com>
To: users@dpdk.org
Subject: testpmd: no probed ethernet devices i219-v vfio-pci
Date: Fri, 8 Mar 2024 21:19:08 +0000	[thread overview]
Message-ID: <CAPeTicO9Kef3igbuoH8B6JRFZ5LQisi5_kbe-uteuaiKdFpNvQ@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 2628 bytes --]

Hi,

I am trying to configure dpdk on my laptop and get "no probed ethernet
devices" in dpdk-testpmd utility:

laptop :: ~ % sudo dpdk-testpmd -l 0-1 -n 4 --log-level=debug -- -i
EAL: Detected CPU lcores: 8
EAL: Detected NUMA nodes: 1
EAL: Detected static linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/rte/mp_socket
EAL: Selected IOVA mode 'VA'
EAL: VFIO support initialized
testpmd: No probed ethernet devices
Interactive-mode selected
testpmd: create a new mbuf pool <mb_pool_0>: n=155456, size=2176, socket=0
testpmd: preferred mempool ops selected: ring_mp_mc
Done
testpmd> ...

Checked that dpdk 23.07 supports this my NIC at
http://doc.dpdk.org/guides/rel_notes/release_23_07.html:

Intel Corporation Ethernet Connection (16) I219-V
Firmware version: 0.6-4
Device id (pf): 8086:1a1f
Driver version(in-tree): 5.15.113-rt64 (Ubuntu22.04.2)(e1000)

Configuration:

laptop :: ~ % pacman -Ss dpdk
extra/dpdk 23.07-1 [installed]
    A set of libraries and drivers for fast packet processing

laptop :: ~ % sudo ethtool -i enp0s31f6
driver: e1000e
version: 6.7.8-arch1-1
firmware-version: 0.6-4
expansion-rom-version:
bus-info: 0000:00:1f.6
supports-statistics: yes
supports-test: yes
supports-eeprom-access: yes
supports-register-dump: yes
supports-priv-flags: yes

laptop :: ~ % sudo modprobe vfio-pci
laptop :: ~ % sudo lsmod | grep vfio
vfio_pci               16384  0
vfio_pci_core          86016  1 vfio_pci
vfio_iommu_type1       45056  0
vfio                   73728  3 vfio_pci_core,vfio_iommu_type1,vfio_pci
iommufd               106496  1 vfio
irqbypass              12288  2 vfio_pci_core,kvm

laptop :: ~ % sudo dpdk-hugepages.py -m
laptop :: ~ % sudo dpdk-hugepages.py -p 2M --setup 1G
laptop :: ~ % sudo dpdk-hugepages.py -s
Node Pages Size Total
0    512   2Mb    1Gb
Hugepages mounted on /dev/hugepages

laptop :: ~ % sudo dpdk-devbind.py --status-dev net
Network devices using kernel driver
===================================
0000:00:14.3 'Comet Lake PCH-LP CNVi WiFi 02f0' if=wlan0 drv=iwlwifi
unused= *Active*
0000:00:1f.6 'Ethernet Connection (10) I219-V 0d4f' if=enp0s31f6 drv=e1000e
unused=

laptop :: ~ % sudo dpdk-devbind.py -b vfio-pci 0000:00:1f.6
laptop :: ~ % sudo dpdk-devbind.py --status-dev net
Network devices using DPDK-compatible driver
============================================
0000:00:1f.6 'Ethernet Connection (10) I219-V 0d4f' drv=vfio-pci
unused=e1000e
Network devices using kernel driver
===================================
0000:00:14.3 'Comet Lake PCH-LP CNVi WiFi 02f0' if=wlan0 drv=iwlwifi
unused=vfio-pci *Active

Any suggestions on what might be missing here?

Thanks!

[-- Attachment #2: Type: text/html, Size: 3073 bytes --]

             reply	other threads:[~2024-03-08 21:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 21:19 sonntex [this message]
2024-03-08 22:13 ` Stephen Hemminger
2024-03-08 23:38   ` sonntex

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=CAPeTicO9Kef3igbuoH8B6JRFZ5LQisi5_kbe-uteuaiKdFpNvQ@mail.gmail.com \
    --to=sonntex@gmail.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).