[vpp-dev] Mailing list post in locked state

2023-01-13 Thread Chinmaya Aggarwal
Hi, Some of the mailing list post that I posted is showing to me in locked state. I am not able to post any update/query or reply on those posts. What is the reason for this locked state? Thanks and Regards, Chinmaya Agarwal. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

[vpp-dev] Query regarding operations on pre-fetched buffer in a repetitive manner

2023-01-13 Thread Amit Mehra
Hi, Wanted to understand the reason/implications behind not using for loops for any operations on pre-fetched buffers. For ex:- I was checking the code of " *ip4-input* " node and could see the following while (n_left_from >= 4) { /* Prefetch next iteration. */ if (n_left_from >= 12) {

[vpp-dev] Issue with Policy based IPSec

2023-01-13 Thread Ashish Mittal
Hi Dave, Long back you asked below question. Hi VPP Experts, I got a route issue(VPP 19.01), need your suggestion, thanks a lot! There have a ipsec tunnel between VM1 and VPP : *sa 1 spi 3693429 mode tunnel protocol esp tunnel src 172.16.3.1 dst 172.16.3.15sa 2 spi 3380458875

[vpp-dev] Wireguard: bottleneck in handshake process

2023-01-13 Thread Oginski, GabrielX
Hi, We recently running a concurrent 10K wireguard tunnels test and there is an handshake issue I would like to get community's attention. Its seem to us that the VPP wireguard handshake process is always proceeded by main thread, and there is handoff process if other threads receive handshake