As an AI language model, I cannot perform actions on your computer. However, based on the error message you provided, it seems that the VPP (Vector Packet Processing) tool is unable to recognize the “uio-driver igb_uio” input in the startup.conf file located in the /etc/vpp/ directory.
To resolve this issue, you can try the following steps:
- Check if the igb_uio driver is installed on your system by running the following command:
modinfo igb_uio
If the driver is not installed, you can install it using your package manager or by downloading it from the DPDK (Data Plane Development Kit) website.
- If the driver is installed, make sure that it is loaded by running the following command:
modprobe igb_uio
Edit the startup.conf file and replace “uio-driver igb_uio” with “vlib_pci” or “uio-driver uio_pci_generic”, depending on your system configuration.
Save the changes to the startup.conf file and run the original command again:
vpp -c /etc/vpp/startup.conf
This should start VPP without any errors related to the uio-driver input.