[vpp-dev] Q on build failure and memory requirement

2018-05-25 Thread Ravi Kerur
Hi, I am seeing following build errors with latest vpp git repo. CPU on the system I am building supports 'avx2'. Commenting 'avx2' in vnet.am builds succesfully. However, I would like to use 'avx2' version of the library. I have followed exact build instructions given in wiki. /***build

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-29 Thread Ravi Kerur
; > On 5/29/18, 9:10 AM, "vpp-dev@lists.fd.io on behalf of Ravi Kerur" > wrote: > > Hi Marco, > > > On Tue, May 29, 2018 at 6:30 AM, Marco Varlese wrote: > > Ravi, > > > > On Sun, 2018-05-27 at 12:20 -0700, Ravi Kerur wrote: >

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-30 Thread Ravi Kerur
,,,20,2,0,20371922 Thanks. On Wed, May 30, 2018 at 4:41 PM, Ravi Kerur wrote: > Hi Steve, > > Thank you for your inputs, I added feature-mask to see if it helps in > setting up queues correctly, it didn't so I will remove it. I have > tried following combination > > (1) VPP->vhost

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-31 Thread Ravi Kerur
dk virtio-user which may be > "questionable". > > VirtualFunctionEthernet4/10/4 1 down > VirtualFunctionEthernet4/10/6 2down > > Steven > > On 5/30/18, 4:41 PM, "Ravi Kerur" wrote: > > Hi Steve, > >

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-31 Thread Ravi Kerur
in the same place. I hope you can find out the answer from > dpdk and tell us about it. > > Steven > > On 5/31/18, 9:31 AM, "vpp-dev@lists.fd.io on behalf of Ravi Kerur" > wrote: > > Hi Steven, > > Thank you for your help, I removed sock1.sock a

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-04 Thread Ravi Kerur
pp# ping 192.168.1.1 Statistics: 5 sent, 0 received, 100% packet loss vpp# On Thu, May 31, 2018 at 2:30 PM, Steven Luong (sluong) wrote: > show interface and look for the counter and count columns for the > corresponding interface. > > Steven > > On 5/31/18, 1:28 PM,

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-05 Thread Ravi Kerur
the host and the container. > 6. do the ping from the container. > 7. Collect show error, show trace, show interface, and show vhost-user in the > host. Collect show error and show interface in the container. Put output in > github and provide a link to view. There is no need to send

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-05 Thread Ravi Kerur
t support Octeon TX mempool. Are you intentionally using > it? > > Regards, > > Damjan > > On 5 Jun 2018, at 21:46, Ravi Kerur wrote: > > Steven, > > I managed to get Tx/Rx rings setup with 1GB hugepages. However, when I > assign an IP address to both vhost-use

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-05 Thread Ravi Kerur
t 11:31 AM, Steven Luong (sluong) wrote: > Ravi, > > In order to use dpdk virtio_user, you need 1GB huge page. > > Steven > > On 6/5/18, 11:17 AM, "Ravi Kerur" wrote: > > Hi Steven, > > Connection is the problem. I don't see memory regions setup

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-04 Thread Ravi Kerur
(host) VPP DPDK vdev virtio_user (container) VPP native vhost-user > > Steven > > On 6/4/18, 3:27 PM, "Ravi Kerur" wrote: > > Hi Steven > > Though crash is not happening anymore, there is still an issue with Rx > and Tx. To eliminate whether it

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-05 Thread Ravi Kerur
Damjan, Steven, Kindly let me know if anything I have messed up? I have compiled VPP on x86_64 and done everything as suggested by Steven. Thanks. On Tue, Jun 5, 2018 at 1:39 PM, Ravi Kerur wrote: > Hi Damjan, > > I am not intentional using it. I am running VPP on a x86 Ubun

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-06-06 Thread Ravi Kerur
d > vhost-user-input and show trace to see if vhost is getting the packet. > > Steven > > On 6/6/18, 1:33 PM, "Ravi Kerur" wrote: > > Damjan, Steven, > > I will get back to the system on which VPP is crashing and get more > info on it later. &g

Re: [vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-29 Thread Ravi Kerur
Hi Marco, On Tue, May 29, 2018 at 6:30 AM, Marco Varlese wrote: > Ravi, > > On Sun, 2018-05-27 at 12:20 -0700, Ravi Kerur wrote: >> Hello, >> >> I have a VM(16.04.4 Ubuntu x86_64) with 2 cores and 4G RAM. I have >> installed VPP successfully on it. Later I have

[vpp-dev] Q on memif between VPP running in VM and icmp_responder in a container

2018-05-27 Thread Ravi Kerur
Hi, I have VM (x86_64, Ubuntu 16.04) with 4GB RAM and 2 cores on which I have vpp compiled, installed and running fine. I have followed the example from https://docs.fd.io/vpp/17.10/libmemif_example_setup_doc.html Unfortunately it is not working for me. Couple of questions (1) how to debug

[vpp-dev] VPP Vnet crash with vhost-user interface

2018-05-27 Thread Ravi Kerur
Hello, I have a VM(16.04.4 Ubuntu x86_64) with 2 cores and 4G RAM. I have installed VPP successfully on it. Later I have created vhost-user interfaces via create vhost socket /var/run/vpp/sock1.sock server create vhost socket /var/run/vpp/sock2.sock server set interface state