Re: [vpp-dev] [VCL] hoststack app crash with invalid memfd segment address

2019-11-15 Thread Florin Coras
Hi Hanlin, Just to make sure, are you running master or some older VPP? Regarding the issue you could be hitting lower, here’s [1] a patch that I have not yet pushed for merging because it leads to api changes for applications that directly use the session layer application interface instead

Re: [vpp-dev] NAT worker HANDOFF but no HANDED-OFF -- no worker picks up the handed-off work

2019-11-15 Thread Elias Rudberg
Hi Andrew, Thanks, that looks promising. The issue https://jira.fd.io/browse/VPP-1734 that the fix refers to seems like it could be the same issue we are seeing. We have just restarted vpp with the fix, it will be interesting to see if it helps. Thanks again for your help! / Elias On Fri,

[vpp-dev] Coverity run FAILED as of 2019-11-15 14:14:06 UTC

2019-11-15 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 5 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14607):

Re: [vpp-dev] Crash in vlib_worker_thread_barrier_sync_int

2019-11-15 Thread Dave Barach via Lists.Fd.Io
See https://fd.io/docs/vpp/master/troubleshooting/reportingissues/reportingissues.html, specifically: “Before you press the Jira button to create a bug report - or email vpp-dev@lists.fd.io - please ask yourself whether there’s enough information for someone else to understand and to

[vpp-dev] Crash in vlib_worker_thread_barrier_sync_int

2019-11-15 Thread Satya Murthy
Hi , We are seeing crash in vlib_worker_thread_barrier_sync_int() function as soon as we send a CLI command to VPP. We are sending CLI command to VPP via a script, which may not be waiting enough for VPP initialization to settle. I see that the crash is happening in the following piece of

Re: [vpp-dev] NAT worker HANDOFF but no HANDED-OFF -- no worker picks up the handed-off work

2019-11-15 Thread Andrew Yourtchenko
Hi Elias, Could you give a shot running a build with https://gerrit.fd.io/r/#/c/vpp/+/23461/ in ? I cherry-picked it from master today but it is not in 19.08 branch yet. --a > On 15 Nov 2019, at 11:05, Elias Rudberg wrote: > > We are using VPP 19.08 for NAT (nat44) and are struggling with

[vpp-dev] [VCL] hoststack app crash with invalid memfd segment address

2019-11-15 Thread wanghanlin
hi ALL,I accidentally got following crash stack when I used VCL with hoststack and memfd. But corresponding invalid rx_fifo address (0x2f42e2480) is valid in VPP process and also can be found in /proc/map. That is, shared memfd segment memory is not consistent between hoststack

[vpp-dev] NAT worker HANDOFF but no HANDED-OFF -- no worker picks up the handed-off work

2019-11-15 Thread Elias Rudberg
We are using VPP 19.08 for NAT (nat44) and are struggling with the following problem: it first works seemingly fine for a while, like several days or weeks, but then suddenly VPP stops forwarding traffic. Even ping to the "outside" IP address fails. The VPP process is still running so we try to