Re: [vpp-dev] VPP home gateway

2017-01-11 Thread Dave Barach (dbarach)
Dear Tom, I’m now running my “work” subnet behind a vpp gateway. In fact, if you see this message, it’s working... (;-). See below for a vpp config w/ IRB. The “lstack” tap interface allows host stack access, and provides a path for clients on the bridged interfaces to reach the dhcp server. I

Re: [vpp-dev] pkg-config

2017-01-11 Thread Damjan Marion (damarion)
Hi Patrick, Thanks for stepping out. Here is one example: git://libvirt.org/libvirt.git There are 3 *.pc.in files int the toplevel dir. Thanks, Damjan > On 11 Jan 2017, at 17:59, Lu, Patrick wrote: > > Hi Damjan, > > I will take a look. I was trying out developing a new plugin and wish to

Re: [vpp-dev] VPP Build Bombing Out on libsvm.la?

2017-01-11 Thread Dave Barach (dbarach)
Here’s what I do when switching branches: $ cd build-root $ make distclean $ cd ../ $ git clean -fx $ cd build-root $ ./bootstrap.sh $ # build should work HTH… Dave From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Burt Silverman Sent: Wednesday, January 11, 20

Re: [vpp-dev] VPP Build Bombing Out on libsvm.la?

2017-01-11 Thread Burt Silverman
I don't have a great answer, but this is something I would try. If you have a clean git repository, with no local uncommitted modifications (if you have any, then stash them so they won't be lost), I would try from the top of the tree: $ rm -rf * #make sure you do not use .* $ git checkout . N

Re: [vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-11 Thread Dave Barach (dbarach)
+1... Hey John, thanks a lot for the detailed analysis... Dave From: John Lo (loj) Sent: Wednesday, January 11, 2017 5:40 PM To: Dave Barach (dbarach) ; Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Subject: RE: VPP-556 - vpp crashing in an openstack odl stack

Re: [vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-11 Thread John Lo (loj)
Hi Juraj, I looked at the custom-dump of the API trace and noticed this "interesting" sequence: SCRIPT: vxlan_add_del_tunnel src 192.168.11.22 dst 192.168.11.20 decap-next -1 vni 1 SCRIPT: sw_interface_set_flags sw_if_index 4 admin-up link-up SCRIPT: sw_interface_set_l2_bridge sw_if_index 4 bd_i

[vpp-dev] VPP Build Bombing Out on libsvm.la?

2017-01-11 Thread Jon Loeliger
Folks, I'm staring at some VPP builds on a fresh CentOS system. I've installed all the "install-deps", and get pretty far into the build before it wedges. I see warnings like this: /bin/sh ./libtool --mode=install /usr/bin/install -c libsvm.la libsvmdb.la libvlib.la libvlibapi.la libvlibmem

Re: [vpp-dev] pkg-config

2017-01-11 Thread Lu, Patrick
Hi Damjan, I will take a look. I was trying out developing a new plugin and wish to have this exact feature. Do you have some good example to start? Thanks, Patrick Sent from my iPhone > On Jan 11, 2017, at 09:49, Damjan Marion (damarion) > wrote: > > > I think it will be nice to have p

Re: [vpp-dev] vHost user test scenarios for CSIT

2017-01-11 Thread Thomas F Herbert
On CSIT meeting this morning we took an action to resync on vhost-user test cases. We discussed continuing this thread with the broader community. https://wiki.fd.io/view/CSIT/vhostuser_test_scenarios On 12/01/2016 04:07 AM, Pierre Pfister (ppfister) wrote: Hello all, I am good with having a

[vpp-dev] pkg-config

2017-01-11 Thread Damjan Marion (damarion)
I think it will be nice to have pkg-config (vpp.pc) file in vpp-dev repo, so external plugin developer can use it for passing proper parameters to configure/make, same like other proper development packages do. Does anybody have few free cycles and interest to crank it up? Thanks, Damjan ___

Re: [vpp-dev] Get IPv6 neighbors MACs

2017-01-11 Thread Neale Ranns (nranns)
Hi Dmitry, Please try this with 17.01 as the behaviour has changed for cross VRF scenarios like this. Also a diagram, even if it’s just a photo of a white board, will help significantly. Thanks, neale From: Dmitry Bufistov Date: Wednesday, 11 January 2017 at 15:10 To: "Neale Ranns (nranns)"

Re: [vpp-dev] how to setup topology to test lb plugin?

2017-01-11 Thread 黄登辉
Hi Pierre Thanks for your reply. For example, i have one interface called Ethernet0/1/0 which is managed by vpp. then, we create two gre tunnel interfaces, gre0 and gre1. e.g. Ethernet0/1/0 has two ip addresses 10.0.1.1/24 and 10.0.2.1/24. There are two hosts connect to Et

Re: [vpp-dev] Get IPv6 neighbors MACs

2017-01-11 Thread Dmitry Bufistov
Hi Neale, Your understanding is correct. However I don't see any collision here. There is following route in VRF1: vpp# ip route table 1 add ::/64 via 2001::2 Q when packet hits this rule it will be sent via device Q, right? The problem is that first the MAC address of 2001::2 should be obta

Re: [vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-11 Thread Dave Barach (dbarach)
Dear Juraj, I took a look. It appears that the last operation in the post-mortem API trace was to kill a vxlan tunnel. Is there a reasonable chance that other interfaces in the bridge group containing the tunnel were still admin-up? Was the tunnel interface removed from the bridge group prior t

Re: [vpp-dev] how to setup topology to test lb plugin?

2017-01-11 Thread Pierre Pfister (ppfister)
Le 11 janv. 2017 à 14:42, 黄登辉 mailto:denghuihu...@163.com>> a écrit : Yes, I read the doc and maglev, one question , do we need to create two interfaces? One is for VIP , the other is for communicating as? No. It's all encap/decap. So it should work with a single interface. - Pierre 发自网易邮

[vpp-dev] 回复: Re: how to setup topology to test lb plugin?

2017-01-11 Thread 黄登辉
Yes, I read the doc and maglev, one question , do we need to create two interfaces? One is for VIP , the other is for communicating as? 发自网易邮箱手机版 在2017年01月11日 20:16 ,Pierre Pfister (ppfister)写道: Hello, Are you familiar with MagLev ? Did you take a look at https://git.fd.io/vpp/tree/src/p

[vpp-dev] VPP-556 - vpp crashing in an openstack odl stack

2017-01-11 Thread Juraj Linkes -X (jlinkes - PANTHEON TECHNOLOGIES at Cisco)
Hi vpp-dev, I just wanted to ask whether anyone has taken a look at VPP-556? There might not be enough logs, I collected just backtrace from gdb - if we need anything more, please give me a little bit of a guidance on what could help/how to get it. This is on

Re: [vpp-dev] how to setup topology to test lb plugin?

2017-01-11 Thread Pierre Pfister (ppfister)
Hello, Are you familiar with MagLev ? Did you take a look at https://git.fd.io/vpp/tree/src/plugins/lb/lb_plugin_doc.md ? Cheers, - Pierre Le 11 janv. 2017 à 12:52, 黄登辉 mailto:denghuihu...@163.com>> a écrit : Hi all There is lb plugin available in vpp. I want to test it, could you plea

[vpp-dev] how to setup topology to test lb plugin?

2017-01-11 Thread 黄登辉
Hi all There is lb plugin available in vpp. I want to test it, could you please to tell me how to setup topology for testing? 发自网易邮箱手机版___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] Error while binding the socket with vpp interface.

2017-01-11 Thread Deepak Jain4
Hello Members, I am getting error while  Binding the  socket to vpp interface. it gets bind perfectly  with Linux interface ,but when i pass the vpp interface  it gives the error. We also tried to debug the issue with the code given at /vnet/map/examples/health_check.c. But still it giving the