[vpp-dev] Request: Help in selecting interface for inter-container networking.

2022-01-19 Thread Pragya Nand Bhagat
Hi All, I'm trying to create an inter-container link A<-->B for high speed data transfer. [image: image.png] I'm having a Container application on one side and Virtual-router(based on vpp) on the other side. I have a choice between a virtio-user - vhost-user pair or use a MemIf interface. Can

[vpp-dev] Risc-V Compilation Error

2022-01-19 Thread Hrishikesh Karanjikar
Hi, I am trying to compile vpp on the SiFive HiFive Unmatched board. Following is my build environment == ubuntu@ubuntu:~/work/vpp$ uname -a Linux ubuntu 5.13.0-1008-generic #8-Ubuntu SMP Fri Jan 7 18:50:29 UTC 2022

Re: [vpp-dev] test performance of nginx using vpp host stack#nginx

2022-01-19 Thread weizhen9612
The version of vpp is: The config of vpp and nginx is the attachment. The vcl config is attachment. The type of nic is: nginx.conf Description: Binary data startup.conf Description: Binary data vcl_test.conf Description: Binary data -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages

Re: [vpp-dev] Request: Help in selecting interface for inter-container networking.

2022-01-19 Thread Pragya Nand Bhagat
Hi Ben, Thanks a lot for the reply. could you please briefly elaborate on what scenarios do people use virto-user - vhost-user ? I see that DPDK document lists virtio_user for container networking. I'm referring the following link:

Re: [vpp-dev] test performance of nginx using vpp host stack#nginx

2022-01-19 Thread Florin Coras
Hi, I see that some configs have been changed compared to our private conversation. Did that influence results? Nonetheless I’d try with the configs lower. In particular, I noticed you changed default buffer size, numa heap size and remove multi-seg support which are not optimal. Regards,

Re: [vpp-dev] Is it too late for Wireguard patches getting in for VPP22.02?

2022-01-19 Thread Andrew Yourtchenko
Hi Fan, With my release manager hat on: the first three patches are solely contained (minus seemingly whitespace change in 34660? can it be avoided ?) within wireguard plugin, which has "experimental" status, with which I would be happy to err on the side of keeping the velocity - so once the

Re: [vpp-dev] Is it too late for Wireguard patches getting in for VPP22.02?

2022-01-19 Thread Fan Zhang
Thanks Matthew to point this out. To add a bit more detail here Wireguard data-path encryption and decryption uses aad size of 0. Hence we have to add new async AEAD op ID to represent this aad size. Regards, Fan From: Matthew Smith Sent: Wednesday, January 19, 2022 4:36 PM To: Andrew 

[vpp-dev] VPP 22.02 RC1 milestone is complete!

2022-01-19 Thread Andrew Yourtchenko
Hi all, the VPP 22.02 RC1 milestone is complete! The master branch is open for all commits, the stable/2202 is open for the bugfixes (other than the exception related to the wireguard that was discussed in the other thread today). The artifacts are available at the packagecloud.io/fdio/2202

Re: [vpp-dev] Is it too late for Wireguard patches getting in for VPP22.02?

2022-01-19 Thread Matthew Smith via lists.fd.io
Hi Andrew, The change in crypto.h that you called out as being whitespace-only actually changes more than whitespace... It also appends '_ (CHACHA20_POLY1305, "chacha20-poly1305", 32, 16, 0)' to foreach_crypto_aead_async_alg. -Matt On Wed, Jan 19, 2022 at 10:21 AM Andrew  Yourtchenko wrote:

Re: [vpp-dev] Is it too late for Wireguard patches getting in for VPP22.02?

2022-01-19 Thread Fan Zhang
Hi Andrew, Thanks a mil! Will address them ASAP. Regards, Fan > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Andrew > Yourtchenko > Sent: Wednesday, January 19, 2022 4:21 PM > To: Zhang, Roy Fan > Cc: vpp-dev ; Andrew Yourtchenko (ayourtch) > ; Kinsella, Ray ; Oginski,

Re: [vpp-dev] Risc-V Compilation Error

2022-01-19 Thread Damjan Marion via lists.fd.io
This may help you: https://gerrit.fd.io/r/c/vpp/+/34972 — Damjan > On 19.01.2022., at 11:15, Hrishikesh Karanjikar > wrote: > > Hi, > > I am trying to compile vpp on the SiFive HiFive Unmatched board. > Following is my build environment > >

[vpp-dev] Is it too late for Wireguard patches getting in for VPP22.02?

2022-01-19 Thread Fan Zhang
Hi, Sorry for the late notice, but we have a bunch of patches waiting to be reviewed/merged if possible for VPP22.02. The patches do 2 things * Optimizing wireguard performance by introducing burst processing of packets and chacha-poly encryption/decryption. * Adding async mode to

[vpp-dev] SNAT, nat44 with static mapping of whole subnet

2022-01-19 Thread Adrian Imboden
Hi all I'm using vpp only recently and I am very happy with the way it works. I am currently trying to replace my linux based router with a linux based vpp router. - I use version release 21.10 - I have a small ipv4 /24 network and an additional static ip - I have multiple subnets (test1,

Re: [vpp-dev] Risc-V Compilation Error

2022-01-19 Thread Hrishikesh Karanjikar
Hi Damjan, Thanks a lot. I am already trying a similar fix. I will get your fix and let you know further progress. Thanks, Hrishikesh On Wed, Jan 19, 2022 at 10:45 PM Damjan Marion wrote: > > This may help you: > > https://gerrit.fd.io/r/c/vpp/+/34972 > > — > Damjan > > > > On 19.01.2022., at

Re: [vpp-dev] Request: Help in selecting interface for inter-container networking.

2022-01-19 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, > I'm trying to create an inter-container link A<-->B for high speed data > transfer. > I'm having a Container application on one side and Virtual-router(based on > vpp) on the other side. > I have a choice between a virtio-user - vhost-user pair or use a MemIf > interface. We usually use