Re: [vpp-dev] CI Job failures: Java Connection Closed Exception

2021-07-19 Thread Dave Wallace
Folks, Vanessa performed a Jenkins reset at my request to see if that would resolve this problem.  Unfortunately the Jenkins reset did not resolve the connection resets. A recheck of gerrit change after the Jenkins restart failed with multiple job failures due to TCP connection resets: https

[vpp-dev] CI Job failures: Java Connection Closed Exception

2021-07-19 Thread Dave Wallace
Folks, There have been large numbers CI job failures due to 'Java Connection Closed Exception' that appear to have started occurring on July 17. I have opened a ticket with Vexxhost and am actively diagnosing the problem with them. Thank you for your patience while the issue is being resolv

[vpp-dev] VPP 21.06 - RDMA - Cannot allocate memory

2021-07-19 Thread Sergio Tur
Hi. We're having some trouble making the native rdma driver work in vpp 21.06 on centos 7.9 installed inside an azure VM with accelerated NICs. We followed the instructions explained in the vpp wiki but when trying to create an interface it returns the error: "Cannot allocate memory". Has anyone

Re: [vpp-dev] vpp main thread crashed at mspace_put

2021-07-19 Thread Satya Murthy
Thanks Sudhir for the quick inputs. Will check if we have any leaks. Also, as a side question, How are you finding leaks in VPP ? Are you using address sanitizer (or) something else? -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Repl

Re: [vpp-dev] vpp main thread crashed at mspace_put

2021-07-19 Thread Sudhir CR via lists.fd.io
Hi Murthy, We observed this issue when memory is exhausted in our system (due to memory leak in our application). After solving the above mentioned issue we have not observed this issue. Regards, Sudhir On Mon, Jul 19, 2021 at 4:46 PM Satya Murthy wrote: > Hi Sudhir, > > Were you able to find a

Re: [vpp-dev] VPP getting hanged after consecutive VAPI requests

2021-07-19 Thread Satya Murthy
Hi Chinmaya, We are also facing similar issue and want to check with you if you are able to find a fix for this. Appreciate any inputs regarding the same. -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19831): https://

Re: [vpp-dev] vpp main thread crashed at mspace_put

2021-07-19 Thread Satya Murthy
Hi Sudhir, Were you able to find a solution to this problem. We are also facing similar issue. Any inputs would be helpful. -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19830): https://lists.fd.io/g/vpp-dev/message/1

Re: [vpp-dev] Reason for removing SUSE packaging support

2021-07-19 Thread Damjan Marion via lists.fd.io
Simply because there was nobody interested to volunteer to maintain it. — Damjan > > On 19.07.2021., at 12:04, Laszlo Király wrote: > >  > Hello, > > Could somebody evolve why the build support for Suse was removed? > Which was the last release with support for build on openSuse? I found

[vpp-dev] Reason for removing SUSE packaging support

2021-07-19 Thread Laszlo Király
Hello, Could somebody evolve why the build support for Suse was removed? Which was the last release with support for build on openSuse? I found this commit only mentioning this removal: commit bc35f469c89daf0126937580b6972516b5007d3a Author: Dave Wallace Date: Fri Sep 18 15:35:01 2020 +

Re: [vpp-dev] Buffer chains and pre-data area

2021-07-19 Thread Benoit Ganne (bganne) via lists.fd.io
> I guess I should also modify the value of "DPDK RTE_PKTMBUF_HEADROOM" but > I don't know how I can do it ? Indeed, I can't find where this variable is > defined. You should be able to change it here: https://git.fd.io/vpp/tree/build/external/packages/dpdk.mk#n14 Best ben -=-=-=-=-=-=-=-=-=-=-