Re: [EXTERNAL] Re: [vpp-dev] Issue with cloning repo on VM

2021-02-21 Thread Chris Luke via lists.fd.io
Rajesh, It looks like a local system issue, nothing to do with git or gerrit per se. Your system is tell you it’s not letting you create that file. You should investigate that. I believe it’s out of scope for this list I’m afraid. Chris. From: vpp-dev@lists.fd.io On Behalf Of Rajesh Dawadi

Re: [vpp-dev] Issue with cloning repo on VM

2021-02-21 Thread Rajesh Dawadi via lists.fd.io
Hi, Has anyone faced similar issues when trying to clone on an Ubuntu VM? All the options suggested on google search didnt work, both https and ssh clone didnt work even after adding a new ssh public key. Thanks, Rajesh On Sunday, February 14, 2021, 2:54:15 p.m. EST, Rajesh Dawadi wrote:

Re: [vpp-dev] VPP 20.09 os_out_of_memory() in clib_bihash_add_del_16_8 in IPv4 Shallow Virtual reassembly code

2021-02-21 Thread Dave Barach
That's right. In 20.09, bihash did its own os-level memory allocation. You could (probably) pick up and port src/vppinfra/bihash*.[ch] to 20.09, or you could add some config knobs to the reassembly code. If switching to 21.01 is an option, that seems like the path of least resistance. HTH...