Re: [vpp-dev] Proposed removal of Centos-8 jobs from master

2021-06-08 Thread Dave Wallace
Hi Matt, Excellent.  Will plan to merge the patch [0] removing vpp-*-master-centos8-* jobs tomorrow. Thanks, -daw- [0] https://gerrit.fd.io/r/c/ci-management/+/32615 On 6/8/2021 12:04 PM, Matthew Smith wrote: Hi, I mentioned at the community meeting that Netgate currently builds & distri

Re: [vpp-dev] Proposed removal of Centos-8 jobs from master

2021-06-08 Thread Matthew Smith via lists.fd.io
Hi, I mentioned at the community meeting that Netgate currently builds & distributes VPP RPMs for CentOS 8 and I would need to confirm internally whether disabling those jobs would cause any problems for us. I confirmed that we do not have any issue with removing those CI jobs. We generate our ow

Re: [vpp-dev] IPsec crash with async crypto

2021-06-08 Thread Matthew Smith via lists.fd.io
Hi Fan, Thanks for working on it! I found a separate related issue which exacerbates the problem - async crypto frames leak when using more than one worker thread. The ESP encrypt/decrypt nodes allocate a frame for the crypto operation which needs to be applied to a packet if there has not alrea

Re: [vpp-dev] IPsec crash with async crypto

2021-06-08 Thread Fan Zhang
Hi Matthew and Florin, We managed to recreate the problem. The cause is most likely caused by pool got expanded while there are pending frame left to be dequeued. Once frame is dequeued later returning it to the pool will cause seg-fault as the pool is in new memory location. We are working on