Chris,
VCL is still in the experimental / early development phase so I would
not recommend postponing the 18.04 release for a bug fix for this
issue. Anyone using VCL is highly encouraged to stay on master as close
to HEAD as practicable.
Thanks,
-daw-
On 4/17/18 10:12 AM, Luke, Chris wrote:
Dave,
Let me know if you can reproduce this and you think this is severe
enough to postpone the 18.04 release, which is currently set for
Wednesday of next week.
Chris.
*From:*vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of
*Dave Wallace
*Sent:* Tuesday, April 17, 2018 9:54 AM
*To:* duct...@viettel.com.vn; vpp-dev@lists.fd.io
*Subject:* Re: [vpp-dev] VPP VCL Lib error #vpp
This is a bug. Please open a Jira ticket with your configuration and
debug data and I will investigate.
Thanks,
-daw-
On 4/17/18 8:46 AM, duct...@viettel.com.vn
<mailto:duct...@viettel.com.vn> wrote:
Hello,
I am trying to use the VCL lib to connect VPP and my server app.
My code worked perfectly fine with VPP 18.01. But when I upgrade
to VPP 18.04 (and 18.07 also), it hasn't worked anymore.
The code still works if i try with 1 client at a times. But with
more than 1 client at a moment, the server is just hanged up.
Trying to debug into the code, I find out that the server stuck at
the vppcom_session_accept function. A bit further, the event
thread creates an infinitive loop (with fifo_depth = 2,
ev->recycle=1 and recycle_count=1).
Is this a bug or does the new version require some specific ways
to use the lib and I did something wrong?
Any help will be highly appreciated!