Re: [vpp-dev] system func in vpp

2017-03-02 Thread yug...@telincn.com
Thanks, that is helpful. Can we use rte_spinlock_lock directly on vpp? Or any other options? Regards, Ewan. yug...@telincn.com From: Dave Barach (dbarach) Date: 2017-03-02 20:10 To: yug...@telincn.com; Luke, Chris; Ed Warnicke CC: vpp-dev Subject: RE: RE: [vpp-dev] system func in vpp Do you

Re: [vpp-dev] TCP stack in master

2017-03-02 Thread Florin Coras
Hi Alec, The code is still very much under development. We pushed it out early to make the API freeze window but our goal is to have something stable for the 17.04 release (due in about a month or so). We’ll try to have some decent documentation by then, but in the mean time, running the code

Re: [vpp-dev] sw_interface_set_vxlan_bypass API message - 2x incompatible handlers...

2017-03-02 Thread Dave Barach (dbarach)
Cool... Thanks... Dave From: John Lo (loj) Sent: Thursday, March 2, 2017 4:32 PM To: Dave Barach (dbarach) Cc: vpp-dev Subject: RE: sw_interface_set_vxlan_bypass API message - 2x incompatible handlers... Thanks Dave, I will clean up the one in api.c which is obsolete. Thanks for letting me kn

Re: [vpp-dev] sw_interface_set_vxlan_bypass API message - 2x incompatible handlers...

2017-03-02 Thread John Lo (loj)
Thanks Dave, I will clean up the one in api.c which is obsolete. Thanks for letting me know, John From: Dave Barach (dbarach) Sent: Thursday, March 02, 2017 12:38 PM To: John Lo (loj) Cc: vpp-dev Subject: sw_interface_set_vxlan_bypass API message - 2x incompatible handlers... Dear John, I ima

[vpp-dev] sw_interface_set_vxlan_bypass API message - 2x incompatible handlers...

2017-03-02 Thread Dave Barach (dbarach)
Dear John, I imagine that you might be the right person to warn about this... There are two incompatible implementations of vl_api_sw_interface_set_vxlan_bypass_t_handler. One in .../src/vpp/api/api.c, and the other one is in .../src/vnet/vxlan.c. One is feature-arc based, the other is not. On

Re: [vpp-dev] vpp w/ dpdk-as-plugin

2017-03-02 Thread Ed Warnicke
Woot! On Thu, Mar 2, 2017 at 8:35 AM, Dave Wallace wrote: > Most excellent! > -daw- > > > On 03/02/2017 08:12 AM, Damjan Marion (damarion) wrote: > >> this is startup.conf config which disables dpdk plugin and effectively >> makes normal vpp binary acting as vpp_lite. >> >> plugins { >>plugi

Re: [vpp-dev] vpp w/ dpdk-as-plugin

2017-03-02 Thread Dave Wallace
Most excellent! -daw- On 03/02/2017 08:12 AM, Damjan Marion (damarion) wrote: this is startup.conf config which disables dpdk plugin and effectively makes normal vpp binary acting as vpp_lite. plugins { plugin dpdk_plugin.so { disable } } I still need to do few smaller changes before fully

Re: [vpp-dev] vpp w/ dpdk-as-plugin

2017-03-02 Thread Kinsella, Ray
Good job - is it being benchmarked in CSIT yet. RAy K On 02/03/2017 00:07, Luke, Chris wrote: Ooh, nice *From:* vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] *On Behalf Of *Dave Barach (dbarach) *Sent:* Wednesday, March 1, 2017 18:09 *To:* Damjan Marion (damarion) *Cc:*

Re: [vpp-dev] TCP stack in master

2017-03-02 Thread Alec Hothan (ahothan)
Impressive! Is there any document describing the features, how is it integrated with the rest of VPP, CLI, compile flags, APIs and short term use cases? Thanks Alec From: on behalf of "Damjan Marion (damarion)" Date: Thursday, March 2, 2017 at 5:45 AM To: vpp-dev Subject: [vpp-dev] TCP

Re: [vpp-dev] TCP stack in master

2017-03-02 Thread Luke, Chris
W00t! > -Original Message- > From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On > Behalf Of Damjan Marion (damarion) > Sent: Thursday, March 02, 2017 8:45 AM > To: vpp-dev > Subject: [vpp-dev] TCP stack in master > > > In case people didn’t notice, since yesterday

[vpp-dev] TCP stack in master

2017-03-02 Thread Damjan Marion (damarion)
In case people didn’t notice, since yesterday we have full TCP stack in master. It is “just” 17 KLOCs. Thanks to Dave, Florin and all other folks participated in development of this great addition to VPP. Damjan ___ vpp-dev mailing list vpp-dev@lists

Re: [vpp-dev] vpp w/ dpdk-as-plugin

2017-03-02 Thread Damjan Marion (damarion)
this is startup.conf config which disables dpdk plugin and effectively makes normal vpp binary acting as vpp_lite. plugins { plugin dpdk_plugin.so { disable } } I still need to do few smaller changes before fully depreciating vpp_lite…. > On 2 Mar 2017, at 01:07, Luke, Chris wrote: > > Oo

Re: [vpp-dev] VPP API Freeze date coming up -- March 8

2017-03-02 Thread Dave Barach (dbarach)
+1, exactly right, thanks Ole... Dave -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of otr...@employees.org Sent: Thursday, March 2, 2017 7:17 AM To: vpp-dev Subject: [vpp-dev] VPP API Freeze date coming up -- March 8 All, Please re

[vpp-dev] VPP API Freeze date coming up -- March 8

2017-03-02 Thread otroan
All, Please refer to the 17.04 release plan: https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_17.04 Any/all binary API changes must be merged no later than the F0 date, March 8th. Otherwise they will not make the 17.04 release. Other projects depend on that for their release pla

Re: [vpp-dev] system func in vpp

2017-03-02 Thread Dave Barach (dbarach)
Do you have a specific reason for calling that function? If the answer amounts to “I need some memory,” please use clib_mem_alloc(...) instead. Thanks… Dave From: yug...@telincn.com [mailto:yug...@telincn.com] Sent: Thursday, March 2, 2017 2:43 AM To: Luke, Chris ; Dave Barach (dbarach) ; Ed W