Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-08 Thread Gencli Liu
Hi Yichen: Thank you very much. Follow you advice, I checked my target server(dell) and found that VT-d be enabled default. Modify grub to add  “iommu=pt intel_iommu=on", then it seems ok! [root@localhost ~]# dmesg | grep Virtualization [    1.432242] DMAR: Intel(R) Virtualization Technology for D

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-07 Thread steven luong via Lists.Fd.Io
640...@163.com> Date: Tuesday, January 7, 2020 at 7:42 PM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet Hi steven: Thank you for your reply! I followed your advice(3), and made some attempts. I create three startup config f

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-07 Thread Gencli Liu
Hi steven: Thank you for your reply! I followed your *advice(3)* , and made some attempts. I create *three* startup config files of vpp: The first one is named " *startup.conf.smp* ", the second one is named " *startup.conf* "(my config file). And The third one is named " *startup.conf.ok* ", it j

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-06 Thread Yichen Wang via Lists.Fd.Io
Gencli Liu <18600640...@163.com>, "vpp-dev@lists.fd.io" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet It is likely a resource problem – when VPP requests more descriptors and/or TX/RX queues for the NIC than t

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-06 Thread steven luong via Lists.Fd.Io
you’ll figure out how to compile testpmd APP and run it. Steven From: on behalf of Gencli Liu <18600640...@163.com> Date: Monday, January 6, 2020 at 7:22 PM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet Hi Ezpeer :

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-06 Thread Gencli Liu
Hi Ezpeer : Thank you for you advice. I did a test to update X710's driver(i40e) and X710's Firmware: i40e's new version : 2.10.19.30 Firmware's new version : 6.80  (inter delete NVM's 7.0 and 7.1 verison files because they introduced some serious errors). (I will try again when inter republish NV

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-05 Thread Ezpeer Chen
Hi Gencli, Try to upgrade the XL710 firmware to the latest version and i40e driver to i40e-2.10.19.30.tar.gz. I have the same issue with you before. === My Environment: CentOS 7.6 [root@localhost ~]# uname -r 3.10.0-862.el7.x86_64 [root@localhost ~]# [roo

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2020-01-05 Thread gencli Liu
Hi Shiva: Thank you for your reply! I aslo see the log "DPDK drivers found no ports", but I don't know why dpdk did not loaded UIO driver。 I use "vppctl show pci" and I can see that the NIC(Intel X710) run without driver. I aslo tried to instead uio_pci_generic with vf

Re: [vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2019-12-31 Thread Shiva Shankar
Hi Liu, You missed binding of NIC devices to uio_pci_generic or vfio driver. show log confirms the same. 2019/12/31 06:01:42:932 notice dpdk DPDK drivers found no ports Thanks Shiva On Tue, 31 Dec 2019 at 19:00, gencli Liu <18600640...@163.com> wrote: > Hi everyone: > I can't ge

[vpp-dev] "vppctl show int" no NIC (just local0) #vpp #vnet

2019-12-31 Thread gencli Liu
Hi everyone: I can't get NICs when I use " *vppctl show interface* "; I use " *vppctl show pci* ", and I can see NIC did not have driver info; What details did I miss ? I have done these things: 1 *ifconfig ens1f0 down* ; *ifconfig ens1f1 down* ; 2 *modprobe uio_pci_generic* ; ---