Re: [vpp-dev] Congrats to Marco Varlese on his election as a vpp project committer

2018-02-09 Thread Ray Kinsella
+1 for the Woot! Ray K On 08/02/2018 23:24, Edward Warnicke wrote: Woot! Ed On Thu, Feb 8, 2018 at 8:57 AM Dave Wallace > wrote: Congrats Marco! -daw- On 2/8/2018 11:23 AM, Dave Barach (dbarach) wrote: It gives me great pleasure to announce Ma

Re: [vpp-dev] gdb does not work with vpp 18.04..

2018-02-09 Thread Ray Kinsella
Works for me .. please send on output. Ray K On 09/02/2018 05:34, Shiv wrote: Hi,   Doing a "make debug" with the latest 18.04 does not give the DBGVPP prompt. The same works with 18.01rc2. Anyone else facing the same issue ? Regards, Shiv -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[vpp-dev] First post, 32bit question

2018-02-09 Thread Tom Bakita
Hi, I’m new to this thread. Short introduction, watched most of the videos from you session in France, thanks for making that available!. I’m based in San Jose, CA. I have a multi-layer switch that is ported from an embedded system to x86. It has a fully functional control plane and does a

[vpp-dev] VPP code clarification

2018-02-09 Thread Krishna Tippur Gururaj
Hello All, I am a graduate student at Rochester Institute of Technology, NY, and I am working with Prof. Minseok Kwon on implementing various probabilistic filters around the VPP fib lookup logic. I am having a hard time trying to figure out the code flow so I am sending this out requesting for s

Re: [vpp-dev] First post, 32bit question

2018-02-09 Thread Dave Barach
Dear Tom, Most binary APIs should work perfectly over an AF_UNIX socket. It’s easy to clean up any broken APIs you might find. All of the message definitions are __attribute__((packed)), and in network byte order. An i686 control-plane won’t have issues processing them. See also vpp_api_test.