Re: [vpp-dev] Load balancer plugin for VPP

2017-10-01 Thread Pierre Pfister (ppfister)
Hello John, The LB plugin comes with VPP by default (no need for additional download, sources are in src/plugins/lb). As far as instructions are concerned, I am afraid the link you pointed to is all there is for now. But please ask if you feel like something in particular is missing. - Pierre

[vpp-dev] vapi test problem

2017-10-01 Thread ????????
Hi, I want to write a client using the new C apis. What should I do step by step? I write a simple client. But make output errors. The errors are as follows. I install vpp 18.01 on ubuntu 16.04, and test vapi. But make output: make: *** No rule to make target '/vpp/vpp-api/vapi/.libs/libvap

[vpp-dev] vapi test problem

2017-10-01 Thread ????????
Hi, I install vpp 18.01 on ubuntu 16.04, and test vapi. But make output: make: *** No rule to make target '/vpp/vpp-api/vapi/.libs/libvapiclient.so', needed by '/vapi_test/test'. Stop. Anyone met this problem? Makefile Description: Binary data test.c Description: Binary data __