[vpp-dev] SIGSEGV when enabling nat64 on 22.02+

2022-06-13 Thread Yuxiang Zhu
Hi, I am looking to set up nat64 for testing. However I got SIGSEGV when issuing *set interface nat64 out *. Is nat64 broken or was I doing something wrong? I was running v22.06-rc1 official debian build on a Debian bullseye virtual machine with a very basic config. I also tried v22.06-rc1 and ma

[vpp-dev] LACP bond interface not working

2022-06-13 Thread Chinmaya Aggarwal
Hi, We are trying to create a lacp bond interface on VPP v21.06. Below is the configuration we are trying:- vpp# create bond mode lacp id 0 vpp# set int state BondEthernet0 up vpp# bond add BondEthernet0 GigabitEthernet7/0/0 vpp# bond add BondEthernet0 GigabitEthernet8/0/0 vpp# set int state Gig

Re: [vpp-dev] LACP bond interface not working

2022-06-13 Thread Pim van Pelt
Hoi, Just a thought - what is the other side configured to? I ask because in Linux, you have to be quite explicit about the mode, too. For example, take a look at the appendix of https://ipng.ch/s/articles/2021/08/25/vpp-4.html ## Bond interface ip link add bond0 type bond mode 802.3ad ip link se

Re: [vpp-dev] FD.io VPP wiki

2022-06-13 Thread Nathan Skrzypczak
Hi Pratikshya, First thanks a lot for diving into VPP's documentation, and contributing to it ! To give you a some context, the VPP documentation has been undergoing some changes recently, the objective being to move the 'version dependent content' to the VPP repository itself (in ./docs) and rem

Re: [vpp-dev] Communication between VPP and other linux app in K8s Pod

2022-06-13 Thread Nathan Skrzypczak
Hi Subrata, As a first guess, I'd say using a tap from VPP to your pod is probably the best option, alternatively you could leverage a memif interface between both - if performance matters - but it would probably require evolutions in your legacy application. But I'm not completely sure why using

[vpp-dev] VPP data path offload

2022-06-13 Thread Pradeep Kudlur Revanniah -X (pkudlurr - HCL AMERICA INC at Cisco) via lists.fd.io
Hi, Looks like Mellanox NIC cards support OVS data path offload using their ASAP technology (https://docs.nvidia.com/networking/display/MLNXENv531001/OVS+Offload+Using+ASAP2+Direct#OVSOffloadUsingASAP2Direct-ovs-dpdkhwoffloadsOVS-DPDKHardwareOffloads) Can someone please comment if similar data