[vpp-dev] dpdk binding interface

2018-02-13 Thread Gulakh
Hi, I want to use the python code accompanying with dpdk code to bind/unbind an interface to dpdk drivers. In virtualbox, I have no problem binding/unbinding interfaces to uio_pci_generic driver But in vmware, I can't bind an interface to dpdk. How should I do that?? Thanks in advance

[vpp-dev] VPP Node or plug-in load dynamically at run-time

2018-02-13 Thread Satish
Hi All, I would like to know is it possible to build and load the plugin's dynamically in VPP? That is when VPP is running i would like to add a new node in the graph without restarting the VPP. If is it possible could you please share me some pointers for the same. Thanks, Satish.

Re: [vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Andrew Yourtchenko
Christophe, On 2/13/18, Christophe Fontaine wrote: > Andrew, > >> -Original Message- >> From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of >> Andrew >> Yourtchenko >> Sent: Tuesday, February 13, 2018 10:29 PM >> To: vpp-dev@lists.fd.io >>

Re: [vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Christophe Fontaine
Andrew, > -Original Message- > From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Andrew > Yourtchenko > Sent: Tuesday, February 13, 2018 10:29 PM > To: vpp-dev@lists.fd.io > Cc: vpp-dev@lists.fd.io > Subject: Re: [vpp-dev] Experiments in compiling and running VPP on >

Re: [vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Andrew Yourtchenko
Hi Christophe, > On 13 Feb 2018, at 21:50, Christophe Fontaine > wrote: > > Hi Andrew ! > > Happy to see someone else tried to play with the rpi ;) I wanna try VPP in my home network, but don’t have a lot of b/w (just 2x50mbps with two ISPs), I am very strict

Re: [vpp-dev] VPP vs XDP-eBPF performance numbers - for linux containers

2018-02-13 Thread Jerome Tollet
Hi Avi, Can you elaborate a bit on the kind of containers you'd like to run. Interfaces exposed to containers may be different if you are looking to run regular endpoints vs cVNF. Jerome Le 13/02/2018 15:04, « vpp-dev@lists.fd.io au nom de Avi Cohen (A) »

[vpp-dev] VPP 18.01.1 Release artifacts are now available on nexus.fd.io

2018-02-13 Thread Dave Wallace
Folks, The VPP 18.01.1 Release artifacts are now available on nexus.fd.io VPP 18.01.1 Release is a bugfix release. For the full list of fixed issues please refer to the git commit log [1]. The ubuntu.xenial and centos packages can be installed following the recipe on the wiki [2]. Thanks,

Re: [vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Christophe Fontaine
Hi Andrew ! Happy to see someone else tried to play with the rpi ;) I'm guilty for the initial work 1 year ago, but as you saw, I did not tried to keep up with the development. For the rpi timercode, it was mainly to have something standard, based on the aarch32 arch, but one thing worth

Re: [vpp-dev] [csit-dev] t4-virl3 moved from testing back into production - SSH timouts on VIRL

2018-02-13 Thread Ed Kern
ok im looking (and for the time being ive flipped it back to testing).. I am not seeing issues on the server end. Dont get me wrong totally believe you that there is a problem..but im not seeing in the logs below specific timeout issues related to virl3. Could you schedule up a webex or

[vpp-dev] FW: [openstack-dev] networking-vpp 18.01 for VPP 18.01 is now available

2018-02-13 Thread Jerome Tollet
This is fyi. De : Naveen Joy Répondre à : "OpenStack Development Mailing List (not for usage questions)" Date : mardi 13 février 2018 à 02:42 À : openstack-dev Objet : [openstack-dev] networking-vpp 18.01

[vpp-dev] Experiments in compiling and running VPP on Raspberry Pi (32-bit)

2018-02-13 Thread Andrew Yourtchenko
Hi all, This past weekend (which coincided with the start of my vacation) I have decided to spend a day to see if I can get VPP to compile and run on Raspberry Pi. After a few cuts with a blunt pen knife, I got it working - it compiles entirely on RPi 3 itself and I can get it to the "make run",

Re: [vpp-dev] TCP Throughput testing

2018-02-13 Thread Florin Coras
It would really help if read the whole email! Apparently the test finishes, albeit with miserable performance! So, for some reason lots and lots of packets are lost and that’s what triggers the “heuristic” in the test client that complains the connection is stuck. What does “show error” say?

Re: [vpp-dev] TCP Throughput testing

2018-02-13 Thread Florin Coras
As a first step, show session verbose 2 on the two instances, to see where we’re at. Florin > On Feb 13, 2018, at 8:20 AM, Ray Kinsella wrote: > > Still stuck ... > > DBGvpp# test tcp clients nclients 1 mbytes 16 test-timeout 100 uri > tcp://192.168.1.1/9000 > 1 three-way

Re: [vpp-dev] TCP Throughput testing

2018-02-13 Thread Ray Kinsella
Still stuck ... DBGvpp# test tcp clients nclients 1 mbytes 16 test-timeout 100 uri tcp://192.168.1.1/9000 1 three-way handshakes in .05 seconds 21.00/s Test started at 205.983776 0: builtin_client_node_fn:216: stuck clients Test finished at 229.687355 16777216 bytes (16 mbytes, 0 gbytes) in

Re: [vpp-dev] TCP Throughput testing

2018-02-13 Thread Florin Coras
Hi Ray, Interesting. What happens if you add: test-timeout 100 to the client cli? Florin > On Feb 13, 2018, at 7:35 AM, Ray Kinsella wrote: > > Hi folks, > > I am messing around trying to do some throughput testing with v18.01 VPP TCP > and I keep ending up getting the

[vpp-dev] TCP Throughput testing

2018-02-13 Thread Ray Kinsella
Hi folks, I am messing around trying to do some throughput testing with v18.01 VPP TCP and I keep ending up getting the error "stuck clients" for what feels like a pretty modest setup. * I am using two containers connected via a VPP vSwitch w/memif interfaces. * In the default namespace I am

[vpp-dev] VPP vs XDP-eBPF performance numbers - for linux containers

2018-02-13 Thread Avi Cohen (A)
Hello Are there 'numbers' for performance - VPP vs XDP-eBPF for container networking. Since the DPDK and linux-containers are not compatible, is a sense that container and host share the same kernel - hence pkts received at VPP-DPDK at user-space and directed to a linux container - should be

Re: [vpp-dev] [csit-dev] t4-virl3 moved from testing back into production - SSH timouts on VIRL

2018-02-13 Thread Jan Gelety
Hello Ed, Unfortunately we are facing to SSH timeout quite often after moving virl3 to production: https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-virl-master/9418/console https://jenkins.fd.io/view/vpp/job/vpp-csit-verify-virl-master/9420/console

Re: [vpp-dev] BFD command parsing error

2018-02-13 Thread Sander Steffann
Hi Klement, > https://gerrit.fd.io/r/10515 > > should fix your issue. Thanks! Sander -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8188): https://lists.fd.io/g/vpp-dev/message/8188 View All Messages In Topic (3):

[vpp-dev] Error in loading sample_plugin.so

2018-02-13 Thread Dave Barach
Dear Shashi, Defining sample_main fixes the problem. If you feel like it, push a patch please. It seems quite likely that your rebuilt plugin .so didn't end up the plugin directory. Thanks... Dave

Re: [vpp-dev] BFD command parsing error

2018-02-13 Thread Klement Sekera
Hi Sandar, https://gerrit.fd.io/r/10515 should fix your issue. Thanks for the bug report. Regards, Klement > -Original Message- > From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] On Behalf Of Sander > Steffann > Sent: Tuesday, February 13, 2018 10:55 AM > To: vpp-dev@lists.fd.io

Re: [vpp-dev] VPP on EC2

2018-02-13 Thread Daniel Bernier
Hi Ray, Well thanks to good help of Pablo and Jerome ... it works with DPDK on ENA interfaces (m5 instances). Many Thanks, - DB On Tue, Feb 13, 2018 at 7:09 AM, Ray Kinsella wrote: > Hi Daniel, > > Yes - but I typically used t2.micro and disabled DPDK. > > Ray K > > On

Re: [vpp-dev] VPP on EC2

2018-02-13 Thread Ray Kinsella
Hi Daniel, Yes - but I typically used t2.micro and disabled DPDK. Ray K On 13/02/2018 04:58, Daniel Bernier wrote: Hi, Anybody ever had issues running VPP out of AWS ?. Presently running on both m4 and m5.xlarge and in any case, VPP does not see the NICs (m4 is ixgbevf) Thanks,

[vpp-dev] BFD command parsing error

2018-02-13 Thread Sander Steffann
Hi, I ran into this strange bug: > # cat /etc/vpp/demo > bfd udp session add interface TenGigabitEthernet1/0/0 local-addr 192.0.2.2 > peer-addr 192.0.2.1 desired-min-tx 100 required-min-rx 100 detect-mult 5 > ip route add 0.0.0.0/0 via 192.0.2.1 > > root@tr4:/etc/vpp# vppctl > ___