Re: [vpp-dev] weird crash when allocate new ho_session_alloc in debug image

2022-10-24 Thread Zhang Dongya
Hi, Can you elaborate a bit on that, If session index is 64, if we do not increase by 1, it will only make one 64B vec for the bitmap, which may not hold the session index. Florin Coras 于2022年10月25日周二 01:14写道: > Hi, > > Could you replace s->session_index by s->session_index ? : 1 in the patch?

[vpp-dev] FD.io VPP (master branch) Gerrit Change Report is now being generated daily

2022-10-24 Thread Dave Wallace
Folks, I have completed automating the generation of the VPP Gerrit Change Report which will now be updated daily. The source code and latest report can be found in the repo: https://github.com/vpp-dev/vpp-gerrit-report The daily report can be found in the file, VPP-GERRIT-REPORT.rst and its

Re: [vpp-dev] #vpp-dev No packets generated from Vhost user interface

2022-10-24 Thread steven luong via lists.fd.io
Use “virsh dumpxml” to check the output to see if you have memAccess=share as below Steven From: on behalf of suresh vuppala Reply-To: "vpp-dev@lists.fd.io" Date: Friday, October 21, 2022 at 5:23 PM To: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] #vpp-dev No packets generated from

[vpp-dev] FDIO Maintenance: 2022-11-02 16:00 UTC to 01:00 UTC

2022-10-24 Thread Vanessa Valderrama
*What*: * Jenkins o Jenkins sandbox and production o OS and security updates o Jenkins upgrade o Plugin upgrades * Gerrit o OS and security updates *     JIRA o OS and security updates o JIRA upgrade o JIRA migration *     Ingress o OS and

Re: [vpp-dev] weird crash when allocate new ho_session_alloc in debug image

2022-10-24 Thread Florin Coras
Hi, Could you replace s->session_index by s->session_index ? : 1 in the patch? Regards, Florin > On Oct 24, 2022, at 12:23 AM, Zhang Dongya wrote: > > Hi list, > > Recently I am testing my TCP application in a plugin, what I did is to > initiate a TCP client in my plugin, however, when I

[vpp-dev] weird crash when allocate new ho_session_alloc in debug image

2022-10-24 Thread Zhang Dongya
Hi list, Recently I am testing my TCP application in a plugin, what I did is to initiate a TCP client in my plugin, however, when I build the debug image and test, the vpp will crash and complaint about out of memory. After doing some research, it seems the following code may cause the crash: