[vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread wei_sky2008
[Edited Message Follows] I want to use vpp_api_test with socket address,so I use commond like  this: ./vpp_api_test socket-name 192.168.1.16:5002 and I modify startup.conf like this: unix { cli-listen 192.168.1.16:5002 } socksvr{ socket-name 192.168.1.16:5002 } VPP run on PC which IP is

[vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread wei_sky2008
[Edited Message Follows] I want use vpp_api_test with socket address,so I use commond like  this: ./vpp_api_test socket-name 192.168.1.16:5002 and I modify startup.conf like this: unix { cli-listen 192.168.1.16:5002 } socksvr{ socket-name 192.168.1.16:5002 } but it can't connect,why? Thank

[vpp-dev] how VAT work with Socket IP Address

2019-08-28 Thread wei_sky2008
I want use vpp_api_test with socket address,so I use commond like  this: ./vpp_api_test socket-name 192.168.1.16:5002 and I modify startup.conf like this: unix { cli-listen 192.168.1.16:5002 } socksvr{ socket-name 192.168.1.16:5002 } but it can't connect,why? Thank you !

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-28 Thread carlito nueno
Hi David, I tried "vppctl interface collect detailed-stats enable" but it doesn't work. I will git bisect as Damjan mentioned and try to see what changed. Thanks On Wed, Aug 28, 2019 at 8:00 AM Damjan Marion via Lists.Fd.Io wrote: > > It is not intentional so somebody needs to debug it… "git

Re: [vpp-dev] About Strongswan on VPP

2019-08-28 Thread liudf0716
[Edited Message Follows] it seems kernel-vpp fail loading -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13868): https://lists.fd.io/g/vpp-dev/message/13868 Mute This Topic: https://lists.fd.io/mt/27868658/21656 Group Owner:

Re: [vpp-dev] vpp show no packet and high rx-miss

2019-08-28 Thread William Tu
On Wed, Aug 28, 2019 at 9:42 AM Damjan Marion wrote: > > > > > On 28 Aug 2019, at 18:23, William Tu wrote: > > > > On Wed, Aug 28, 2019 at 7:58 AM Damjan Marion wrote: > >> > >> > >> Havre you bound NIC to vfio-pci or uio_pci_generic? > >> > > I'm using uio_pci_generic. > > Should I use

Re: [vpp-dev] memif impacting other workers

2019-08-28 Thread Damjan Marion via Lists.Fd.Io
> On 28 Aug 2019, at 21:06, Satya Murthy wrote: > > Hi, > > We are seeing one strange issue when we use memif. > > We have vpp with 2 workers. This VPP is running as memif-server. > worker-0 ==> rx-placement with memif > worker-1 ==> rx-placement with an IP interface ( dpdk based ) > > As

Re: [vpp-dev] FD.io Nexus Outage

2019-08-28 Thread Vanessa Valderrama
The issue appears to be hardware related at our cloud provider, we are working with them to come up with a solution. In the mean time, service appears to be tentatively restored and we are monitoring the situation On 08/28/2019 02:16 PM, Vanessa Valderrama wrote: > We're investigating an issue

Re: [vpp-dev] FD.io Nexus Outage

2019-08-28 Thread Vanessa Valderrama
We're investigating an issue causing instability with cloud disks. I'll send updates as they are available or you can check the status at https://status.linuxfoundation.org/incidents/3f31vqs63095?utm_source=slack Thank you, Vanessa On 08/28/2019 02:14 PM, Vanessa Valderrama wrote: > We are

[vpp-dev] FD.io Nexus Outage

2019-08-28 Thread Vanessa Valderrama
We are currently experiencing issues with Nexus. We're investigating the issue and will have it resolved as quickly as possible. Thank you, Vanessa -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13863): https://lists.fd.io/g/vpp-dev/message/13863

[vpp-dev] memif impacting other workers

2019-08-28 Thread Satya Murthy
Hi, We are seeing one strange issue when we use memif. We have vpp with 2 workers. This VPP is running as memif-server. worker-0  ==> rx-placement with memif worker-1 ==> rx-placement with an IP interface ( dpdk based ) As soon as we have the memif client connected to VPP,  we see degradation

Re: [vpp-dev] vpp show no packet and high rx-miss

2019-08-28 Thread Damjan Marion via Lists.Fd.Io
> On 28 Aug 2019, at 18:23, William Tu wrote: > > On Wed, Aug 28, 2019 at 7:58 AM Damjan Marion wrote: >> >> >> Havre you bound NIC to vfio-pci or uio_pci_generic? >> > I'm using uio_pci_generic. > Should I use vfio-pci? Yes, uio_pci_generic doesn’t work when IOMMU is enabled.

Re: [vpp-dev] vpp show no packet and high rx-miss

2019-08-28 Thread William Tu
On Wed, Aug 28, 2019 at 7:58 AM Damjan Marion wrote: > > > Havre you bound NIC to vfio-pci or uio_pci_generic? > I'm using uio_pci_generic. Should I use vfio-pci? Thanks William > > > On 27 Aug 2019, at 23:32, William Tu wrote: > > > > Hi, > > > > I'm new to vpp and hit an error when receiving

Re: [vpp-dev] sh hardware-interfaces extended stats are not showing up

2019-08-28 Thread Damjan Marion via Lists.Fd.Io
It is not intentional so somebody needs to debug it… "git bisect" might be good choice here. > On 28 Aug 2019, at 13:50, Devis Reagan wrote: > > Can any one help on this ? Extended stats not shown in vpp 19.08 via ‘show > hardware-interfaces’ command > > Thanks > > On Tue, Aug 27, 2019

Re: [vpp-dev] vpp show no packet and high rx-miss

2019-08-28 Thread Damjan Marion via Lists.Fd.Io
Havre you bound NIC to vfio-pci or uio_pci_generic? > On 27 Aug 2019, at 23:32, William Tu wrote: > > Hi, > > I'm new to vpp and hit an error when receiving no packet from PCI > device. My setup is below: > > /etc/vpp# cat startup.conf > unix { > nodaemon > log /var/log/vpp/vpp.log >

Re: [vpp-dev] table id for sub interfaces

2019-08-28 Thread Satya Murthy
Thanks john for the quick inputs. That helps. -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#13857): https://lists.fd.io/g/vpp-dev/message/13857 Mute This Topic: https://lists.fd.io/mt/33050491/21656 Group Owner:

Re: [vpp-dev] issue is memif sample application icmp_responder in VPP 19.04

2019-08-28 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco) via Lists.Fd.Io
Hi Balaji, I see that the problem is in icmp_responder app, as it isn't refilling queues after connecting. It should call 'memif_refill_queue' in 'on_connect' callback. However, another issue appeared after I refilled the queues. I'll be looking into this. Meanwhile I encourage you to take a

[vpp-dev] issue is memif sample application icmp_responder in VPP 19.04

2019-08-28 Thread balaji kn
Hello All, I am using *VPP 19.04* version. As per my analysis icmp_responder application is receiving interrupts but memif_rx_burst API is always giving number of buffers as 0. Below are logs collected on icmp_responder. root@balaji:~# ./icmp_responder INFO: tx qid: 0 LIBMEMIF EXAMPLE APP: