[vpp-dev] #vpp-dev: VRF route leak not working between two VRF's

2022-03-30 Thread suresh vuppala
I have two loopback interfaces in two different VRF's. I have now configured route leak between two VRF's as shown below but route leak is not happening and also linux is not learning these leaked routes ip table add 1 set interface ip address loop9997 192.168.97.9/24 set interface state

[vpp-dev] how to use the snort3 with vpp

2022-03-30 Thread tomatonetwork
Hi Everyone, Is there any user or develop guide about the vpp snort3 plugin usage? Thanks, Zhizhong Wang -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21153): https://lists.fd.io/g/vpp-dev/message/21153 Mute This Topic:

Re: [vpp-dev] VPP Iperf3 test

2022-03-30 Thread Florin Coras
Hi Kunal, Yes, it might be worth looking into ip and tcp csum offloads. But given that mtu ~ 9kB, maybe look into forcing tcp to build jumbo frames, i.e., tcp { mtu 9000 } in startup.conf. It’ll be needed on both ends and I’m assuming here network between your two vpp instances supports 9k

Re: [vpp-dev] VPP Iperf3 test

2022-03-30 Thread Kunal Parikh
Hi Florin Following is the output from > > vppctl show hardware-interfaces > > Name                Idx   Link  Hardware > local0                             0    down  local0 > Link speed: unknown > local > vpp0                               1     up   vpp0 > Link speed: unknown > RX Queues: >

Re: [vpp-dev] issue with ethernet-input (or not)

2022-03-30 Thread Stanislav Zaikin
Looks like I found the issue: it happens when ethernet-node gets a frame with flag ETH_INPUT_FRAME_F_SINGLE_SW_IF_IDX but they're actually packets from different interfaces (from virtio-node but some of them are l2 and some of them are l3). virtio-input doesn't set this flag, but I thought maybe

[vpp-dev] Fastest way to connect application in user space to VPP #vpp

2022-03-30 Thread longtrb
[Edited Message Follows] Dear vpp-dev teams, I am a newbie in VPP. Many thanks to you all for making great Vpp. I have many applications in user space (written by java, C, python,...) and I want to connect those apps to VPP so what is the fastest way that VPP can support without  changing the 

[vpp-dev] Fastest way to connect application in user space to VPP #vpp

2022-03-30 Thread longtrb
Dear vpp-dev teams, I am a newbie in VPP. Many thanks to you all for making great Vpp. I have many applications in user space (written by java, C, python,...) and I want to connect those apps to VPP so what is the fastest way that VPP can support without  changing the application? I tried with

Re: [vpp-dev] IPSEC: possible packet corruption encrypting/decrypting larger than ~200 bytes packets #ipsec

2022-03-30 Thread Halit
Hi Ben, Thank you for the prompt response. Yes AVX-512 were enabled. That should be it. I changed To aes-gcm and it works now Thanks, /HU > On Mar 30, 2022, at 12:01 AM, Benoit Ganne (bganne) wrote: > > Is your system AVX-512 enabled? We just fixed 2 bugs in AES CBC with VAES: >

Re: [vpp-dev] VPP installation on Amazon Linux 2

2022-03-30 Thread Kunal Parikh
Thanks Ray, I tried building from source too, but ran into some dependency issues. I'll post back if I have some success. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21147): https://lists.fd.io/g/vpp-dev/message/21147 Mute This Topic:

Re: [vpp-dev] VPP installation on Amazon Linux 2

2022-03-30 Thread Ray Kinsella
Kunal Parikh writes: > Hello! > > Has anyone attempted to (rpm) install VPP on Amazon Linux 2? > > I've added the repo, but latest RPMs for VPP are not available at > https://packagecloud.io/fdio/release We don't provide packages for Amazon Linux AFAIK. Probably easier to build from scratch?

[vpp-dev] VPP installation on Amazon Linux 2

2022-03-30 Thread Kunal Parikh
Hello! Has anyone attempted to (rpm) install VPP on Amazon Linux 2? I've added the repo, but latest RPMs for VPP are not available at https://packagecloud.io/fdio/release TIA, Kunal -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21145):

Re: [vpp-dev] IPSEC: possible packet corruption encrypting/decrypting larger than ~200 bytes packets #ipsec

2022-03-30 Thread Benoit Ganne (bganne) via lists.fd.io
Is your system AVX-512 enabled? We just fixed 2 bugs in AES CBC with VAES: https://gerrit.fd.io/r/c/vpp/+/35746 https://gerrit.fd.io/r/c/vpp/+/35767 best ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of > hustu...@gmail.com > Sent: Tuesday, March 29, 2022 21:24 > To: