Hi
I am new to vpp and I was trying to connect a pci interface to vpp.
I am using stable/1606 branch.
As per instructions in the following the wiki
https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP
I have appended the pci address to the startup config file -
dpdk {
socket-mem 1024
dev 0000:00:08.0
}
ubuntu@ubuntu:~$ sudo lshw -class network -businfo
Bus info Device Class Description
=====================================================
pci@0000:00:03.0 eth0 network 82540EM Gigabit Ethernet Controller
pci@0000:00:08.0 eth1 network 82540EM Gigabit Ethernet Controller
And restarted vpp. But Vpp still does not have the NIC -
ubuntu@ubuntu:~$ sudo vppctl show int
Name Idx State Counter Count
local0 0 down
pg/stream-0 1 down
pg/stream-1 2 down
pg/stream-2 3 down
pg/stream-3 4 down
Am I missing something?
Thanks
Shravan
_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev