Re: [vpp-dev] vpp api test

2017-11-27 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
/tree Regards, Marek From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Gabriel Ganne Sent: 27 listopada 2017 09:03 To: Holoo Gulakh <holoogul...@gmail.com>; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] vpp api test Hi Holoo, There are two great pages expl

Re: [vpp-dev] vpp api test

2017-11-27 Thread Gabriel Ganne
Hi Holoo, There are two great pages explaining how to use the vpp C and python APIs: C: https://wiki.fd.io/view/VPP/How_To_Use_The_C_API python: https://wiki.fd.io/view/VPP/Python_API I believe you can also use java or lua if you wish. Regards, -- Gabriel Ganne

Re: [vpp-dev] VPP API Test Crash - Need help debugging

2017-03-28 Thread Keith Burns
Billy, Apologies, that was a convenience I did for the attendees of the devboot course last year. In the course notes I had the git checksum of the commit, but as Dave points out, a bit stale. I find a combo of "ldd" against the VPP binary you have built and ultimately want to install and

Re: [vpp-dev] VPP API Test Crash - Need help debugging

2017-03-27 Thread Dave Barach (dbarach)
Dear Billy, Looks like a stale tree... vm = vlib_mains[os_get_cpu_number ()] from within vpp_api_test was always a mistake. I cleaned this up a while ago. Vpp_api_test was spuriously linked against libvlib.so, leading to this very crash in vpp_api_test until I cleaned up the set of libraries,