I am following the instructions below:
https://wiki.fd.io/view/VPP/How_To_Connect_A_PCI_Interface_To_VPP

"show int" just returned one local0 device
If a NIC is not shown in the "show int" output, I can't configure further.

Need advice on how to get these PCI devices shown in "show int"

John

I am running v17.10-release bits on CentOS 7 using  uio_pci_generic, and
two plugins:
  1. dpdk_plugin.so
17.10-release                    Data Plane Development Kit (DPDK)
  2. lb_plugin.so
17.10-release                    Load Balancer


I can see my pci nics through "vppctl show pci | grep '^000'"
0000:01:00.0   0  14e4:165f   5.0 GT/s x1  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95720
0000:01:00.1   0  14e4:165f   5.0 GT/s x1  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95720
0000:02:00.0   0  14e4:165f   5.0 GT/s x1  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95720
0000:02:00.1   0  14e4:165f   5.0 GT/s x1  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95720
0000:04:00.0   0  14e4:1657   5.0 GT/s x4  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95719
0000:04:00.1   0  14e4:1657   5.0 GT/s x4  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95719
0000:04:00.2   0  14e4:1657   5.0 GT/s x4  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95719
0000:04:00.3   0  14e4:1657   5.0 GT/s x4  tg3             Broadcom
NetXtreme Gigabit Ether PN: BCM95719

output from "lshw -class network -businfo"
Bus info          Device      Class          Description
========================================================
pci@0000:02:00.0  em3         network        NetXtreme BCM5720 Gigabit
Ethernet PCIe
pci@0000:02:00.1  em4         network        NetXtreme BCM5720 Gigabit
Ethernet PCIe
pci@0000:01:00.0  em1         network        NetXtreme BCM5720 Gigabit
Ethernet PCIe
pci@0000:01:00.1  em2         network        NetXtreme BCM5720 Gigabit
Ethernet PCIe
pci@0000:04:00.0  p5p1        network        NetXtreme BCM5719 Gigabit
Ethernet PCIe
pci@0000:04:00.1  p5p2        network        NetXtreme BCM5719 Gigabit
Ethernet PCIe
pci@0000:04:00.2  p5p3        network        NetXtreme BCM5719 Gigabit
Ethernet PCIe
pci@0000:04:00.3  p5p4        network        NetXtreme BCM5719 Gigabit
Ethernet PCIe
pci@0000:42:00.0  p4p1        network        82599ES 10-Gigabit SFI/SFP+
Network Connection
pci@0000:42:00.1  p4p2        network        82599ES 10-Gigabit SFI/SFP+
Network Connection
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to