Issues with basicfwd

Stephen Hemminger stephen at networkplumber.org
Thu Apr 20 02:20:01 CEST 2023


On Wed, 19 Apr 2023 16:31:37 -0700
Verghis Koshi <vkoshi at gmail.com> wrote:

> Hi Stephen,
>     Thanks for the response.
>     I've tried with two virtual NICs, each bound to VFIO, as you can see
> below.
> 
> verghis at verghis-VirtualBox:~/dpdk-stable-22.11.1/build$
> ../usertools/dpdk-devbind.py --status
> 
> Network devices using DPDK-compatible driver
> ============================================
> 0000:00:08.0 '79c970 [PCnet32 LANCE] 2000' drv=vfio-pci unused=pcnet32
> 0000:00:09.0 '79c970 [PCnet32 LANCE] 2000' drv=vfio-pci unused=pcnet32

Pcnet32 is not a device supported by DPDK.

To use DPDK with a hardware device, the DPDK library must have a driver
for that hardware since the library interacts directly with hardware registers
and rings. 


More information about the users mailing list