Re: [vpp-dev] VPP main thread gets stuck in a deadlock on running CLI in loop

2018-09-08 Thread Dave Barach via Lists.Fd.Io
Please write up issues as described at: https://wiki.fd.io/view/VPP/BugReports. Without even a hint as to which version of vpp is involved, this report is not actionable. Here’s an excerpt from the wiki page: Although every situation is different, this page describes data which will help

[vpp-dev] VPP main thread gets stuck in a deadlock on running CLI in loop

2018-09-08 Thread siddarth rai
Hi, I am running a script which fires a VPP CLI in loop and keeps collecting some data. The CLI hangs after sometimes and the main thread gets locked at "mheap_maybe_lock". This is happening with other CLI commands as well. Can anyone help? Also has anyone else observed this issue? Regards,

Re: [vpp-dev] Facing crash in snap node while system is coming up

2018-09-08 Thread Damjan Marion via Lists.Fd.Io
Is it expected that you deal with snap packets? I would not be surprised that snap node is not thread safe... -- Damjan > On 8 Sep 2018, at 09:18, chetan bhasin wrote: > > Hi, > > On one of the deployment setup, we are facing vpp crash in snap node during > start-up after we add workers .

[vpp-dev] Facing crash in snap node while system is coming up

2018-09-08 Thread chetan bhasin
Hi, On one of the deployment setup, we are facing vpp crash in snap node during start-up after we add workers . If we do not configure any worker thread then system comes up fine. Has anybody face this crash? Back-trace is as below - 1701

[vpp-dev] Simple Rate Limit and QoS #vpp

2018-09-08 Thread avakili
Simple Rate Limit and QoS Hi dears. Three questions please: 1: How can I configure an interface to let pass limited rate (Bandwidth management) in VPP 2: Can I give rage of IPs to assign limit rates? 3: Is there any way to not restart vpp or reload interface configuration for any configuration?