[vpp-dev] Build VPP with clean Jenkins workspace

2022-10-11 Thread Cornu, Marcel D
Hi all, I submitted a patch to add support for a new version of the ipsecmb library, used by the crypto_ipsecmb plugin. https://gerrit.fd.io/r/c/vpp/+/37358 A previous build downloaded and built the new version of the library and the build passed, great! Subsequent builds are now failing s

Re: [vpp-dev] VPP Zoom meeting requires login

2022-10-11 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Jeff, > Hello, I tried to join the VPP meeting this morning on Zoom but it > required login. I tried creating an account using my company email, but > this was somehow restricted. > Can the Zoom meeting be updated to not require login? You should be able to connect to https://zoom.us/my/fastda

[vpp-dev] VPP Zoom meeting requires login

2022-10-11 Thread Jeff Shaw
Hello, I tried to join the VPP meeting this morning on Zoom but it required login. I tried creating an account using my company email, but this was somehow restricted. Can the Zoom meeting be updated to not require login? Thanks, Jeff -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages s

Re: [vpp-dev] Q) Why does the timeout of ACL plugin get halved?

2022-10-11 Thread Andrew Yourtchenko
This is the *list* timeout, which is indeed set to be half the session timeout, as you notice. The logic in acl_fa_check_idle_sessions dequeues the sessions from the list every list timeout (which as you note is half the session timeout) - regardless of whether the session is active or not, and

[vpp-dev] Low performance observered when nat44 is enabled

2022-10-11 Thread S Rajkumar
Hi all, While performance testing vpp stable/2206 using TRex, I am seeing a huge drop in performance when nat44 is enabled. I was seeing 14Mbps of packet drop when TRex was pushing at 20kpps on an Xeon(R) Gold 6342 CPU with E-810 100G NIC. During the run I could see congestion drops in

[vpp-dev] Q) Why does the timeout of ACL plugin get halved?

2022-10-11 Thread Chul-Woong Yang
Hi, all. When I try the ACL plugin, I find that transient timeout of the TCP connection gets halved. For example, the session entry for a finished TCP session gets cleaned after 60 seconds, even if the TCP idle timeout is set to default 120 seconds. This is the relevant code. https://github.com/F

[vpp-dev] ASAN error on VPP version v23.02-rc0-40-g06923b33a

2022-10-11 Thread zaker139
VPP is built with follow command: make build VPP_EXTRA_CMAKE_ARGS="-DVPP_ENABLE_SANITIZE_ADDR=ON" I run vpp on Microsoft hyper-v vm with Ubuntu20.04, use a vmbus adapter as NIC. It seems if I run vpp with follow *startup.conf* , it will *ALWAYS* failed cause of asan error: starup.conf *unix {* *

[vpp-dev] ASAN error on version v23.02-rc0-40-g06923b33a when startup is configured with session #vpp-dev

2022-10-11 Thread zaker139
VPP is built with follow command: *make build VPP_EXTRA_CMAKE_ARGS="-DVPP_ENABLE_SANITIZE_ADDR=ON" * I run vpp on Microsoft hyper-v vm with Ubuntu20.04, use a vmbus adapter as NIC. It seems if I run vpp with follow *startup.conf* , it will ALWAYS failed cause of asan error: starup.conf unix { nod

Re: [vpp-dev] How to forward masked IP packets to IP nodes?

2022-10-11 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, Yes, you can look at src/plugins/pppoe/ which does exactly that for example, esp. src/plugins/pppoe/pppoe_decap.c:pppoe_input_node() Best ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Burcu YUKSEL > Sent: Tuesday, October 11, 2022 8:17 > To: vpp-dev@lists.fd.io

[vpp-dev] VPP 22.10 RC2 milestone is tomorrow

2022-10-11 Thread Andrew Yourtchenko
Hi all, Just a small reminder that the VPP 22.10 RC2 milestone is tomorrow. After that only the critical fixes will be accepted in stable/2210 branch. Thanks a lot! --a /* your friendly 22.10 release manager */ -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Re