[vpp-dev] vpp supported features link.

2017-01-22 Thread Sharath
Hello, Is there an updated link where I can find all VPP supported features. This below link seems to be dated. https://wiki.fd.io/view/VPP/Features Thanks Sharath ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] Python API over 17.01

2017-01-22 Thread Christophe FONTAINE
Hi Lenny, As you saw, the python API v1.3 has been totally reworked. You have first to create a VPP() instance, which will load all api.json files, then to call the connect method: import vpp_papi _vpp = vpp_papi.VPP() _vpp.connect("test") /!\ If you use python in interactive mode. you will no

[vpp-dev] Python API over 17.01

2017-01-22 Thread Lenny Lyytinen
Hi, I've experimented with vpp_papi over VPP 16.03 recently. The way I got the vpp_papi to work was by downloading the rpm that was available in the wiki, which seems different from what I can install from the source: In the rpm I got a library which let me perform operations by calling methods

[vpp-dev] Add dpdk development packaging

2017-01-22 Thread Jon Loeliger
Damjan, I saw this go in: author Damjan Marion committer Damjan Marion commit 2ce7f9834ab55728520bff0dd15f8d82c10b95a0 Add dpdk development packaging Change-Id: I6aa2a6709241d99ce734c29e47487eb456907351 Signed-off-by: Damjan Marion Just wanted to say "Thank you!" an