[vpp-dev] #vpp Switching exercise task - VPP progressive tutorial

2018-03-11 Thread Hamid via Lists.Fd.Io
Hi, I am having some issues with the switching exercise of the VPP progressive tutorial ( https://wiki.fd.io/view/VPP/Progressive_VPP_Tutorial ). I have created the veth interface between vpp1 and vpp2 the same way it was created between vpp1 and host. I also had to create bridge-domain 1 to ge

Re: [vpp-dev] multiple worker thread failed with vfio

2018-03-11 Thread wuxp
i checked again and it's fixed after 18.04-rc0~374_g51c52c0~b3859 special thanks to Damjan Marion

Re: [vpp-dev] Error during startup

2018-03-11 Thread Florin Coras
Did you rebuild debs and reinstalled them? VPP looks to me to be post 18.01, given those errors. I’d do the following: - switch to 18.01 branch - make sure you have everything backed up - git clean -fdx - make bootstrap - make pkg-deb - install debs Try everything again. Florin > On Mar 11, 20

Re: [vpp-dev] Error in loading sample_plugin.so

2018-03-11 Thread Dave Barach
Dear Shashi, Anyone can push a patch. See https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code#Pushing Only committers can merge patches into the code base. HTH... Dave From: Shashi Kant Singh Sent: Sunday, March 11, 2018 11:06 AM To: Dave Barach (dbarach) ; vp

[vpp-dev] New plugin implementation - do i have to git clone vpp tree?

2018-03-11 Thread Avi Cohen (A)
Hi, I'm implementing a plugins nodes - and I wonder about the development env. best practice: 1. Is it mandatory to git clone VPP in order to build my plugin, or I can only install VPP package and build my plugin.so (+ src/configure.ac and src/plugins/Makefile.am) 2. if it possible to only in

Re: [vpp-dev] Error in loading sample_plugin.so

2018-03-11 Thread Dave Wallace
https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code Thanks, -daw- On 3/11/2018 11:06 AM, Shashi Kant Singh wrote: Hi Dave I wanted to know how to push a patch. I am not a reviewer or committer. Still can I do? How can I become a reviewer / committer ? Regar

Re: [vpp-dev] Error during startup

2018-03-11 Thread Shashi Kant Singh
I did a clean, switched to branch 18:01, and ran build command. It did move ahead but does not work on running. When I run the following. I get: ON THE VPP SERVER: - DBGvpp# 0: application_verify_cfg:245: memfd seg: vpp's event qs IN binary api svm region 0: vnet_applica

Re: [vpp-dev] Error in loading sample_plugin.so

2018-03-11 Thread Shashi Kant Singh
Hi Dave I wanted to know how to push a patch. I am not a reviewer or committer. Still can I do? How can I become a reviewer / committer ? Regards Shashi From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Dave Barach Sent: 13 February 2018 18:34 To: vpp-dev@lists.fd.io Subject

Re: [vpp-dev] Freezing Session Deletion Operation

2018-03-11 Thread Andrew Yourtchenko
Hi Rubina, I am assuming you are observing this both in single core and multicore scenario ? Based on the outputs, this is what I think might be going on: I am seeing the total# of sessions is 100, and no TCP transient sessions - thus the packets that require a a session are dropped. What i

[vpp-dev] Freezing Session Deletion Operation

2018-03-11 Thread Rubina Bianchi
Hi, I am testing vpp_18.01.1-124~g302ef0b5 (commit: 696e0da1cde7e2bcda5a781f9ad286672de8dcbf) and vpp_18.04-rc0~322-g30787378 (commit: 30787378f49714319e75437b347b7027a949700d) using Trex with sfr scenario in one core and multicore state. After a while I saw session deletion rate decreases and

[vpp-dev] control plane

2018-03-11 Thread Gulakh
Hi, I want to know how can I use FRR as control plane with VPP as data plane?? I have searched and found a plugin named Router_Plugin from VPPSB project. As the project stated and I tested it, It seems that this plugin only supports OSPF as routing protocol, but I need support for ISIS, BGP and et