[vpp-dev] Question about VPP support for ARM 64

2017-08-18 Thread George Zhao
We encounter following issues while trying to build VPP over ARM 64. It seems right now only ARM32 are supported in the code. I list the steps we tried and hope VPP folks can help us work around this issue. Steps: 1. install Ubuntu 16.04 on OD1K $>> uname -a Linux OD1K 4.4.0-92-generic #115-Ubun

[vpp-dev] build question

2017-08-18 Thread Charles Eckel (eckelcu)
Hi folks, I am trying to build VPP for the first time. I am using the instructions at https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code I am running on a Mac and using the default setup of VirtualBox and Ubuntu. Things go seemingly well until during ‘vagrant u

[vpp-dev] 17.07.1 patches

2017-08-18 Thread Dave Wallace
Resend including vpp-dev@lists.fd.io... Forwarded Message Subject:17.07.1 patches Date: Fri, 18 Aug 2017 15:24:27 -0400 From: Dave Wallace To: Neale Ranns (nranns) Neale, There are currently many patches that have been submitted to stable/17.07: https:

[vpp-dev] heads-up: failures while running tests against vpp with multiple workers

2017-08-18 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Hi all, TLDR: when running tests vs vpp with multiple workers, roughly 25% of tests fail or crash vpp. It looks like buffer management is still not completely thread safe. I've pushed work-in-progress make test modification which runs the test against both single-thread and multiple-worker vpp. T

Re: [vpp-dev] Set up MPLS via jvpp

2017-08-18 Thread Neale Ranns (nranns)
Hi Marek, I don’t see anything wrong with the construction of the request. Can you please show me the HC logs of the message sent and also sh ip fib index 2 10.10.2.3/32 detail this API is used a lot in the unit-tests so I have some confidence that works under normal circumstances regards,