Re: [vpp-dev] Developing application on top of VPP

2018-02-27 Thread Florin Coras
Shashi, You can’t really compare macswap with a full fledged host stack. As you delegate more work to vpp, you should expect a drop in throughput. Also worth noting is that the stack sends/receives byte streams, not single packets and up to transport layer, it does make use of vectorization.

[vpp-dev] How to activate the sample plugins

2018-02-27 Thread Sara Gittlin
Hello All, Resending this -my last mail was broken by other issues I'm a vpp newbei. I want to activate some existing plugins - i see that many of them are loaded (e.g, acl, flowprob ) but I cannot activate them. another question is - I understand that i can customize the code of these plugins

[vpp-dev] Building gtpu plugin alone

2018-02-27 Thread Shashi Kant Singh
Hi I usually use make build / build-release to build the VPP. I just need to modify gtpu plugin directory. How do I build that alone? Regards Shashi -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8366):

Re: [vpp-dev] Developing application on top of VPP

2018-02-27 Thread Shashi Kant Singh
Thanks Ray I could see that at VPP, I could receive at line rate of 10G, process and send out the traffic (macswap) When I tried to use the test_server / test_client (vcl_test_client), I could not go beyond 3.5G rate in stream test mode. It is probably because of VCL sockets being used to

Re: [vpp-dev] VPP sample plugins

2018-02-27 Thread Kawshik Sarkar
Hi ray I am aware of hc2vpp. it offers control through ODL but doesn’t mean vpp support openflow. > On Feb 27, 2018, at 11:15 AM, Ray Kinsella wrote: > > ***WARNING! THIS EMAIL ORIGINATES FROM OUTSIDE VT IDIRECT.*** > > . > > Hi Kawshik, > > VPP is supported in ODL through

Re: [vpp-dev] Errors on compiling NSH plugin with VPP on ubuntu 16.04

2018-02-27 Thread Florin Coras
Hi Deepak, This should be directed at the nsh dev list. Florin > On Feb 27, 2018, at 9:32 AM, .ılı.D'p@k.ılı. wrote: > > Hi, > > I am getting compilation errors with NSH plugin. > I am using the latest VPP and NSH plugin > And also i downgraded and tried with VPP

[vpp-dev] Errors on compiling NSH plugin with VPP on ubuntu 16.04

2018-02-27 Thread . ılı . D'p
Hi, I am getting compilation errors with NSH plugin. I am using the latest VPP and NSH plugin And also i downgraded and tried with VPP 17.04 and NSH 17.04. Same error persists. "[WARNING] The POM for io.fd.vpp:jvpp-registry:jar:17.04 is missing, no dependency information available Downloading:

[vpp-dev] Compiling NSH plugin with VPP

2018-02-27 Thread . ılı . D'p
Hi, I am getting compilation errors with NSH plugin. I am using the latest VPP and NSH plugin And also i downgraded and tried with VPP 17.04 and NSH 17.04. Same error persists. "[WARNING] The POM for io.fd.vpp:jvpp-registry:jar:17.04 is missing, no dependency information available Downloading:

Re: [vpp-dev] Upcoming memif API and CLI changes.

2018-02-27 Thread Jon Loeliger
Peter, > Trying to configure Memif: > > > > vat# memif_dump > > Sending ping id=714 > > memif0/0: sw_if_index 3 mac 02:fe:db:be:87:29 > >id 0 socket-id 0 role slave > >ring_size 1 buffer_size 0 > >state down link down > If you also dump the memif socket table you should see that

Re: [vpp-dev] Developing application on top of VPP

2018-02-27 Thread Ray Kinsella
Really it depends on the kind of application you want to develop? If your intention is to do something monolithic like a tightly integrated VNF application. A VNF with L2, L3, L4 and app as an integrated appliance. Then the plugin _might_ make the sense for you, however I suspect that VCL

Re: [vpp-dev] VPP sample plugins

2018-02-27 Thread Ray Kinsella
Hi Kawshik, VPP is supported in ODL through Netconf/Yang. See the Honeycomb subproject for more information. Ray K On 27/02/2018 15:45, Kawshik Sarkar wrote: Hi, Can anyone tell me if openflow is supported on VPP. If so is there any tutorial that’s available on how to set that up with an

Re: [vpp-dev] VPP sample plugins

2018-02-27 Thread Kawshik Sarkar
Hi, Can anyone tell me if openflow is supported on VPP. If so is there any tutorial that’s available on how to set that up with an ODL Controller. BR Kawshik -Original Message- From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Sara Gittlin Sent: Tuesday, February 27,

[vpp-dev] vpp_main with iperf3 not working #vpp

2018-02-27 Thread swathins079
Hi all, Had anyone tried the newer version of vpp with iperf3? When I tried the latest release of VPP, I am getting some weird result. The vpp_main is using 100% CPU(suspecting that it is going into a never-ending loop). I tried the router namespace example just to check the VPP performance

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-27 Thread khemendra kumar
Hi John, I checked i Adarsh setup with uncomment api-segment. VPP is coming up now. But the real issue "VPP not able to get interface in VM" still occur. Below is log: csit@dut1:~$ sudo service vpp status [sudo] password for csit: ● vpp.service - vector packet processing engine Loaded:

[vpp-dev] Running a script just after vpp is up

2018-02-27 Thread Avi Cohen (A)
Hi I need to run a script immediately after VPP is up. I try to add a line in /etc/init/vpp.conf marked ** below - but this doesn't work , any idea how-to ? Vpp.conf description "vector packet processing engine" author "Cisco Systems, Inc " manual respawn

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-27 Thread John DeNisco
Can you do the same, but as root. sudo /usr/bin/vpp -c /etc/vpp/startup.conf Also, gid vpp can be in the api-segment. I have attached my startup.conf for reference. You don’t need the dpdk section. From: adarsh m Date: Tuesday, February 27, 2018 at 5:11 AM To:

Re: [vpp-dev] Build failed on latest vpp code on ARM VM.

2018-02-27 Thread via Lists.Fd.Io
Hi, This Fix didn't seem to work, Code path : Gerrit Code Review | | | | Gerrit Code Review | | | Logs : /home/csit/vpp/build-data/../src/vpp/vnet/main.c:21:29: fatal error: vpp/app/version.h: No such file or directory compilation terminated. Makefile:6946: recipe for target

Re: [vpp-dev] Build failed on latest vpp code on ARM VM.

2018-02-27 Thread via Lists.Fd.Io
Hi, When i tried the code from the gerit link you provided it failed for me but now that this is merged i took from the master and it seems to work  and vpp is up. :) Thanks,Regards,Adarsh M. On Tuesday 27 February 2018, 1:25:04 PM IST, Gabriel Ganne wrote:

Re: [vpp-dev] Error when trying to add interface to vpp on ARM server.

2018-02-27 Thread via Lists.Fd.Io
Hi John, I have Downgraded Qemu and Libvirt to atleast make VM UP. ubuntu@ubuntu:~$ virsh -c qemu:///system version --daemon setlocale: No such file or directory Compiled against library: libvirt 1.3.1 Using library: libvirt 1.3.1 Using API: QEMU 1.3.1 Running hypervisor: QEMU 2.5.0 Running

[vpp-dev] stats mess

2018-02-27 Thread Klement Sekera
Hi, While doing some testing I noticed that vpp ends in a strange state when doing a specific stats dance: 1. want_interface_simple_stats 2. disconnect 3. connect 4. want_stats 5. disconnect 6. connect 7. want_interface_simple_stats Now what happens is that vpp sends combined interface

[vpp-dev] Solved: Cannot run vpp after VM restart

2018-02-27 Thread Avi Cohen (A)
OK - solved - the problem was with another (cloned) VM When I shut it down - I can runn vpp on t he 1st machine Regards Avi > -Original Message- > From: Avi Cohen (A) > Sent: Tuesday, 27 February, 2018 2:38 PM > To: 'vpp-dev@lists.fd.io' > Subject: Cannot run vpp after VM restart > >

[vpp-dev] Cannot run vpp after VM restart

2018-02-27 Thread Avi Cohen (A)
Hi, I have vpp running on my VM. After VM restart - vpp is not running and I cannot start vpp root@amhost1:/home/avi/vpp# service vpp start I get this error root@amhost1:/home/avi/vpp# vppctl clib_socket_init: connect (fd 3, '/run/vpp/cli.sock'): No such file or directory

Re: [vpp-dev] Developing application on top of VPP

2018-02-27 Thread Shashi Kant Singh
Inline... -Original Message- From: Ray Kinsella [mailto:m...@ashroe.eu] Sent: 27 February 2018 17:20 To: Shashi Kant Singh; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Developing application on top of VPP Would be good if you could provide some additional information. What kind of

Re: [vpp-dev] Developing application on top of VPP

2018-02-27 Thread Ray Kinsella
Would be good if you could provide some additional information. What kind of application is it - UDP/TCP/RAW socket based? How is it typically deployed - Cloud Based, Virtualized Appliance or Discrete Appliance? Ray K On 27/02/2018 08:21, Shashi Kant Singh wrote: Hi There is a need to

[vpp-dev] Developing application on top of VPP

2018-02-27 Thread Shashi Kant Singh
Hi There is a need to port AI kind of application on top of VPP. This could > 20k lines of code with fair complexity. Would it make sense to put this as plugin in VPP or have an independent application and connect to VPP using VCL? Does it mean that AI app need to be broken down in 10 of nodes

[vpp-dev] Solved : Failed to start vpp.service: Unit vpp.service not found

2018-02-27 Thread Avi Cohen (A)
Solved after building and installing debian deb files > -Original Message- > From: Avi Cohen (A) > Sent: Monday, 26 February, 2018 7:09 PM > To: vpp-dev@lists.fd.io > Subject: Failed to start vpp.service: Unit vpp.service not found > > Hi > I've installed and build VPP on a debian VM