Hi,
I try to test virtio-net-controller in mode ’ Virtio-net SR-IOV VF Device Configuration
Something wrong at step 4.2 , it is expected “The net device should be created”
On the host I have the 4 virtio_pci devices but the net device is not created because of virtio_net probe error
[Fri Aug 11 15:29:56 2023] virtio_net: probe of virtio0 failed with error -22
[Fri Aug 11 15:29:56 2023] virtio_net: probe of virtio1 failed with error -22
[Fri Aug 11 15:29:56 2023] virtio_net: probe of virtio2 failed with error -22
[Fri Aug 11 15:29:56 2023] virtio_net: probe of virtio3 failed with error -22
Does anybody know this strange behavior and how to fix it ?
thx