Re: [vpp-dev] Load balancer plugin for VPP

2017-10-19 Thread Pierre Pfister (ppfister)
http://lartc.org/howto/lartc.tunnel.gre.html Le 20 oct. 2017 à 08:47, John Wei mailto:johnt...@gmail.com>> a écrit : No, I did not configure gre tunnel on backend server. Since I was able to make connection on the VPP LB host to backend server, I thought that is not needed. So far, I just conf

Re: [vpp-dev] Load balancer plugin for VPP

2017-10-19 Thread John Wei
No, I did not configure gre tunnel on backend server. Since I was able to make connection on the VPP LB host to backend server, I thought that is not needed. So far, I just configured VIP on the dummy device on the backend servers. Can you give me instructions on how to configure gre tunnel? I saw

Re: [vpp-dev] Load balancer plugin for VPP

2017-10-19 Thread Pierre Pfister (ppfister)
Can you do a trace (trace add dpdk-input 4 , show trace ) to see what VPP is doing ? Did you configure the gre tunnel on backend servers ? Can you show the full tcpdump capture on the backend server (with max verbosity) ? Thanks, - pierre Le 20 oct. 2017 à 04:25, John Wei mailto:johnt...@gmai

Re: [vpp-dev] Query on configuration on multithread mode

2017-10-19 Thread Ni, Hongjun
Thanks Damjan. Yes, you are right. There is a lock on each session. I encountered another issue on multithread mode: (1).For one main thread and four worker threads, configuring 32K PPPoE sessions works well. Below is the ps output: root@nsh-proxy:~# ps aux | grep vpp root

Re: [vpp-dev] Load balancer plugin for VPP

2017-10-19 Thread John Wei
Hi Pierre, Thanks for the info, I was able to bring up the VPP LB node, with 3 backend servers. I used ping and telnet to verify that backend servers can be reached using telnet or ping on the VPP LB node. I'll deal with DPDK later. Then I tried to do the same thing on a client, VPP LB node got the

[vpp-dev] [FD.io Helpdesk #47101] No joy: ping6 gerrit.fd.io

2017-10-19 Thread Vanessa Valderrama via RT
$ ssh -6 -v -p29418 gerrit.fd.io OpenSSH_7.2p2 Ubuntu-4ubuntu2.2, OpenSSL 1.0.2g 1 Mar 2016 debug1: Reading configuration data /users/dbarach/.ssh/config debug1: /users/dbarach/.ssh/config line 5: Applying options for gerrit.fd.io debug1: Reading configuration data /etc/ssh/ssh_config debug1: /e

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread John Lo (loj)
Yes, I can confirm using LF password does work while https password failed. -John From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Andrew Yourtchenko Sent: Thursday, October 19, 2017 1:29 PM To: Luke, Chris Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] gerri

[vpp-dev] scapy enable_geneve.patch fail to apply

2017-10-19 Thread Gabriel Ganne
Hi, I notice that the enable_geneve patch fails to apply to scapy. However, the Geneve tests pass successfully. For example : https://jenkins.fd.io/job/vpp-verify-master-ubuntu1604/7705/console 16:57:46 Applying patch: enable_geneve.patch 16:57:46 patching file scapy/config.py 16:57:46 Hunk

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Andrew Yourtchenko
I got a reply from Vanessa on my ticket - apparently after upgrade the Linux foundation password should work... I will test tomorrow but sending mail here in case anyone else is interested to try before that. --a > On 19 Oct 2017, at 16:14, Luke, Chris wrote: > > …and certainly not on port !=

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Luke, Chris
…and certainly not on port != 22. Chris. From: Andrew Yourtchenko [mailto:ayour...@gmail.com] Sent: Thursday, October 19, 2017 9:16 To: Gabriel Ganne Cc: Luke, Chris ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] gerrit http authentication I sent the mail to help desk, which opened the ticket 472

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Andrew Yourtchenko
I sent the mail to help desk, which opened the ticket 47239. Not sure if there is a way to “pile up” a “me too” it’s pretty much a showstopper for me, since same as Gabriel - not all of the environments allow SSH... --a > On 19 Oct 2017, at 13:56, Gabriel Ganne wrote: > > Yes, I do. > >

Re: [vpp-dev] not_last parameter of ip_add_del_route from ip.api

2017-10-19 Thread Ole Troan
Remember to bump the API version number. I take it this is a backwards incompatible change. Cheers, Ole > On 18 Oct 2017, at 13:36, Neale Ranns (nranns) wrote: > > Hi Marek, > > It can be removed. > > /neale > >> From: "Dave Barach (dbarach)" >> Date: Wednesday, 18 October 2017 at 13:30 >>

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Gabriel Ganne
Yes, I do. Pulling works fine, only the review action is an issue. This is what shoud correspond to (previously) "HTTP Password" in the gerrit settings menu. The gerrit link seems to be still active : https://gerrit.fd.io/r/#/settings/http-password However, the functionnality itself is deact

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Luke, Chris
Just to be unambiguous for the archives, you mean HTTP authentication when pushing patches to Gerrit with Git, and not interactive browsing of the UI? Chris. From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Gabriel Ganne Sent: Thursday, October 19, 2017 4:13 T

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Dave Wallace
Gabriel, Please send an email to helpd...@fd.io for infrastructure related issues.  I agree that http authentication should be supported. Thanks, -daw- On 10/19/2017 4:13 AM, Gabriel Ganne wrote: Hi, Unless I'm mistaken, it seems http authentication has been removed from gerrit. It was

[vpp-dev] gerrit http authentication

2017-10-19 Thread Gabriel Ganne
Hi, Unless I'm mistaken, it seems http authentication has been removed from gerrit. It was useful to me, as I work in a company where any non-http traffic is blocked. Do you think it's possible to restore it ? Best regards, -- Gabriel Ganne ___

[vpp-dev] memif container test crash

2017-10-19 Thread Fabien Thomas
Hello, I’m currently testing container communication using memif. My configuration is using single thread with the attached configuration. Most of the time in the next few second host vpp crash with the back trace below. Very infrequently it works until restarted but I cannot find out why at the m