Re: [vpp-dev] Build error when trying to cross-compile vpp

2017-12-07 Thread nikhil ap
Hi Dave, It works if I run, "make is_build_tool=yes tools-install" in .../build-root but if I specify the platform, I still see the same issue if I try to cross-compile tools with make PLATFORM=x86_64 TAG=x86_64_debug is_build_tool=yes tools-install It is hitting this configuration in

Re: [vpp-dev] Is there a planned VPP 17.10.01?

2017-12-07 Thread Florin Coras
The second option :-) Cheers, Florin > On Dec 7, 2017, at 2:27 PM, Billy McFall wrote: > > I see a handful of merges on stable/1710 and was just looking to see if there > is a scheduled date or plan for a VPP 17.10.01 release? OR are these merges > just there in-case

[vpp-dev] ipsec gre tunnel forwarding fail

2017-12-07 Thread ??????
Hi, We have a problem when test IPSEC GRE tunnnel,I want to send a stream into VPP,and forwarding via ipsec-gre interface, But VPP hang up, Maybe our configure has something wrong or someting wrong with ipsec-gre fowarding , can you help me? our configure as follow: VPP1 create

[vpp-dev] Is there a planned VPP 17.10.01?

2017-12-07 Thread Billy McFall
I see a handful of merges on stable/1710 and was just looking to see if there is a scheduled date or plan for a VPP 17.10.01 release? OR are these merges just there in-case there is a VPP 17.10.01 release in the future? Thanks, Billy McFall -- *Billy McFall* Networking Group CTO Office *Red

Re: [vpp-dev] how to find vlib_buffer_t.data size(capacity) @ runtime?

2017-12-07 Thread Dave Barach (dbarach)
Interpret b->current_data, b->current_length, the buffer freelist index, and the related vlib_buffer_free_list_t structure. In most cases, b->packet_data is actually VLIB_BUFFER_DATA_SIZE (2048) bytes long. Look at the related vlib_buffer_free_list_t to know for sure. Current_data is a

Re: [vpp-dev] The feasibility of C++ gRPC with libvcl_ldpreload

2017-12-07 Thread Keith Burns
Peter, As you might be aware we've been focused on showcasing VPP integrated with the Ligato project for KubeCon this week. Once folks are back next week there's quite a bit of technical debt we need to address. There's also interest from other parties to use LIBVCL (not LDP per se), and I

Re: [vpp-dev] i40e in a sorry state?

2017-12-07 Thread Kinsella, Ray
perfect, happy to have helped. On 06/12/2017 13:46, Jon Loeliger wrote: that something else was happening.  I dug a little deeper and found an ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Building and running sample plugin

2017-12-07 Thread Kinsella, Ray
You can find previous guidance on how to build it here. https://docs.fd.io/vpp/17.10/sample_plugin_doc.html Ray K On 06/12/2017 19:44, Pradeep Patel (pradpate) wrote: I am trying to build and run sample plugin using make option. I see sample plugin so gets created but failed due to