[vpp-dev] Failing CSIT tests

2022-06-09 Thread Bronowski, PiotrX
Hi Maciek, Peter, and Vratko, I am working on the ipsec policy mode optimization - the idea is after the change the policy adding time is to be massively reduced (less than 10sec to add 1M flows). However during work on this implementation, we found the existing policy adding has a problem:

Re: [vpp-dev] VPP crashes with vlib_worker_thread_barrier_syn_int:thread deadlock

2022-12-21 Thread Bronowski, PiotrX
Hi Mechthild, Your issue is caused by the main thread waiting too long for a worker to finish. You may examine these lines in src/vlib/threads.h: 171 /* Check for a barrier sync request every 30ms */ 172 #define BARRIER_SYNC_DELAY (0.03) 173 174 #if CLIB_DEBUG > 0 175 /* long barrier timeout

Re: [vpp-dev] VPP crashes with vlib_worker_thread_barrier_syn_int:thread deadlock

2022-12-28 Thread Bronowski, PiotrX
.fd.io> mailto:vpp-dev@lists.fd.io>> on behalf of Bronowski, PiotrX via lists.fd.io mailto:piotrx.bronowski=intel@lists.fd.io>> Date: Wednesday, 21. December 2022 at 17:24 To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io> mailto:vpp-dev@lists.fd.

Re: [vpp-dev] ikev2 mediation

2023-01-10 Thread Bronowski, PiotrX
Vpp + strongswan plugin does. From: vpp-dev@lists.fd.io On Behalf Of amine belroul Sent: Thursday, January 5, 2023 12:15 PM To: vpp-dev@lists.fd.io Subject: [vpp-dev] ikev2 mediation hello guys, Does vpp support ikev2 mediation? thanks. -

Re: [vpp-dev] One question about fast path ipv4 inbound

2023-02-12 Thread Bronowski, PiotrX
uthor: Piotr Bronowski piotrx.bronow...@intel.com<mailto:piotrx.bronow...@intel.com> Date: Fri Oct 21 15:48:55 2022 + BR, Piotr From: zhangguangm...@baicells.com Sent: Saturday, February 11, 2023 11:04 AM To: Bronowski, PiotrX ; vpp-dev Subject: One question about fast path ipv4 inboun

Re: [vpp-dev] One question about fast path ipv4 inbound

2023-02-13 Thread Bronowski, PiotrX
Hi Guangming You are right, and it is part that I’ve overlooked. However, your change is only half of the fix – the other half that needs to be changed is mask calculation. BR, Piotr From: zhangguangm...@baicells.com Sent: Monday, February 13, 2023 4:40 AM To: Bronowski, PiotrX ; vpp-dev