Re: [vpp-dev] [vhost-user][armv8][v17.07.01] VM ping not working properly

2017-09-29 Thread Steven Luong (sluong)
Nitin, I am using the bios and the cloud image which I downloaded directly from the Ubuntu web site -bios QEMU_EFI.fd -device virtio-blk-device,drive=image \ -drive if=none,id=image,file=1-xenial-server-cloudimg-arm64-uefi1.img \ You are using the kernel that you built from

Re: [vpp-dev] compile error

2017-09-29 Thread Damjan Marion
We do not support ubuntu 14.04 anymore, please use 16.04 or later... > On 29 Sep 2017, at 01:52, 重新开始 <15803846...@qq.com> wrote: > > vpp is the latest version and the system is ubuntn 14.04, the kernal is > 4.4.1. the compile error is as follow: > /build-data/../src/vppinfra/linux/mem.c:25:25:

[vpp-dev] Load balancer plugin for VPP

2017-09-29 Thread John Wei
I saw a VPP Load Balancer mentioned in this document: https://docs.fd.io/vpp/17.07/lb_plugin_doc.html But, I did not see installation information. Can someone point me to where I can get download and setup instructions? Thanks John ___ vpp-dev mailing

Re: [vpp-dev] [v17.07.01]: vec_add2() causing crash on ARMv8

2017-09-29 Thread Dave Barach (dbarach)
As a quick hack: try moving "u32 interrupt_pending;" to the start of the structure... Thanks… Dave -Original Message- From: Brian Brooks [mailto:brian.bro...@arm.com] Sent: Friday, September 22, 2017 12:33 PM To: Dave Barach (dbarach) Cc: Saxena, Nitin ; vpp-dev@lists.fd.io; Damjan Mar

Re: [vpp-dev] Adding IP Addr to Multiple IFs

2017-09-29 Thread Neale Ranns (nranns)
Hi Jon, We don’t support overlapping subnets on interfaces. I was trying to fix the cases where it is errorneously allowed with this patch: https://gerrit.fd.io/r/#/c/8057/ but I’ve not yet found all the CSIT failures yet. /neale From: on behalf of Jon Loeliger Date: Thursday, 28 September

[vpp-dev] unit test framework timeout

2017-09-29 Thread Brian Brooks
Is there a way to make: FAILFAST=0 TIMEOUT=t make test actually continue on to the next test if a test has reached timeout t? The motivation is that I see at least one test case running for forever, and I want to be able to see how many test cases are failing in total. I didn't see that this

Re: [vpp-dev] [v17.07.01]: vec_add2() causing crash on ARMv8

2017-09-29 Thread Brian Brooks
On 09/28 11:57:36, Dave Barach (dbarach) wrote: > Dear Nitin, > > First off: exactly which LDXR / STXR instruction variant pairs is generated? > I begin to wonder if __sync_lock_test_and_set(...) might not be doing you any > favors. Given that dq->interrupt_pending is a u32, I would have expecte

Re: [vpp-dev] mpls tunnel configuration through JVPP

2017-09-29 Thread Neale Ranns (nranns)
Hi Jozef, To what did you set: mt_sw_if_index ? It should be ~0 on the creation of a new tunnel. /neale -Original Message- From: Jozef Glončák Date: Friday, 29 September 2017 at 04:09 To: "vpp-dev@lists.fd.io" Cc: "Neale Ranns (nranns)" Subject: mpls tunnel configuration through JVP

Re: [vpp-dev] Compile error with linux/memfd.h

2017-09-29 Thread Eddie Ruan (eruan)
Thanks Dave W and Dave B. It is kernel issue. Since I need my box for poking around vpp in docker via following prebuilt demo, https://github.com/ligato/vpp-agent/tree/master/k8s/perf-demo I upgrade my box to 7.4 to make less trouble. Now I am good to go to play with VPP. Thanks Eddie

Re: [vpp-dev] vlan sub interfaces

2017-09-29 Thread Prabhjot Singh Sethi
ok, i wasn't aware that vlan sub interface support is advertised from 1710 release. even though merge to 1707 was a preference, we are ok either way. we can use it as a patch for now, till we move to 1710 builds Regards, Prabhjot - Original Message - From: "Luke Chris" To:"prabh...@tech

Re: [vpp-dev] vlan sub interfaces

2017-09-29 Thread Luke, Chris
Eeh, we haven't previously advertised support for VLAN tags on af_packet before; I could believe it was a missing feature, but I have a harder time accepting it was a bug. I'm not strongly against the merge (though I do have a preference for strongly encouraging people to keep up with releases

Re: [vpp-dev] vlan sub interfaces

2017-09-29 Thread prabhjot
well looking at the change it definitely suggests to be a bug fix. we are currently using 1707 builds, and dont have plan to move to newer release right now, so would prefer a merge to 1707. Regards, Prabhjot Quoting "Neale Ranns (nranns)" : With my release manager hat on … Do we consider

Re: [vpp-dev] JVPP API for adding MPLS local label

2017-09-29 Thread Jozef Glončák
Hello VPP gurus, now i try to find JVPP equivalent to VPP CLI command >>>vppctl mpls local-label add non-eos 2003 mpls-lookup-in-table 0 If I do it via CLI I get from VPP (show mpls fib) following output [1] If I prepare MplsRouteAddDel object as follows: mplsRouteDTO.mrIsAdd = 1; mplsRoute

[vpp-dev] mpls tunnel configuration through JVPP

2017-09-29 Thread Jozef Glončák
Hello Neale, I need to do following configuration (VPP CLI) >>>mpls tunnel add via 10.10.1.3 GigabitEthernet0/a/0 out-label 1003 through JVPP. I tried method >>>FutureJVppCore.mplsTunnelAddDel() with settings [1] but result was that request time outed with no error [1] mplsTunnelAddD

[vpp-dev] compile error

2017-09-29 Thread ????????
vpp is the latest version and the system is ubuntn 14.04, the kernal is 4.4.1. the compile error is as follow: /build-data/../src/vppinfra/linux/mem.c:25:25: fatal error: linux/memfd.h: No such file or directory vpp 17.04 is ok!___ vpp-dev mailing list