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

2018-06-06 Thread Ravi Kerur
Hi Steven Shared memory is setup correctly. I am seeing following errors. System on which there is no crash it doesn't support 1G hugepages. So I have to use 2M hugepages with following config for VPP. (1) host vpp# show error CountNode Reason vpp# show

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

2018-06-06 Thread steven luong via Lists.Fd.Io
Ravi, I supposed you already checked the obvious that the vhost connection is established and shared memory has at least 1 region in show vhost. For traffic issue, use show error to see why packets are dropping. trace add vhost-user-input and show trace to see if vhost is getting the packet.

Re: [vpp-dev] DPDK 18.05 is out

2018-06-06 Thread Damjan Marion
Patch is in gerrit[1] but it keeps 18.02 as default. We will bump to 18.05 in the separate one. This exercise resulted in one bug found in dpdk 18.05. Patch[2] sent upstream... Due to this bug, if VPP is linked against non-patched DPDK 18.05, XL710 VF driver will not work. VPP will skip

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

2018-06-06 Thread Nitin Saxena
Hi Ravi, Sorry for diluting your topic. From your stack trace and show interface output I thought you are using OCTEONTx. Regards, Nitin > On 06-Jun-2018, at 22:10, Ravi Kerur wrote: > > Steven, Damjan, Nitin, > > Let me clarify so there is no confusion, since you are assisting me to > get

Re: [vpp-dev] VAT

2018-06-06 Thread Dave Wallace
Xlangyun, VAT (vpp api test) is currently used in CSIT to configure VPP during Functional and Performance testing.  There have been proposals to replace VAT in the CSIT test framework with the Python VAPI interface, but that has not been implemented yet. You can search the CSIT Wiki and

VPP 18.01.2 Maintenance Release is complete [was: [vpp-dev] VPP 18.01.2 Release Artifacts have been published]

2018-06-06 Thread Dave Wallace
Folks, The CSIT-VPP Test Report for VPP 18.01.2 release is now available. I have updated the Documents section of the VPP main wiki page to provide a links to the associated CSIT-VPP Test Reports for each VPP release: https://wiki.fd.io/view/VPP#Documents Many thanks to the CSIT Team for

Re: [vpp-dev] IKEv2 VPN tunnel working in one direction

2018-06-06 Thread Saurabh Jain via Lists.Fd.Io
Hi, Any help here would be appreciable. Please help with configurations. Thanks, Saurabh Jain

[vpp-dev] Enabling DPDK OCTEONTx mempool ops in VPP

2018-06-06 Thread Nitin Saxena
Hi Damjan, I want separate email-thread for the OCTEONTx mempool ops. > Regarding the octeon tx mempool, no idea what it is, OCTEONTx mempool ops uses hardware mempool allocator instead of DPDK software mempool. This is not enabled by default in DPDK but once enabled all buffers are managed