Re: [vpp-dev] VPP 2110 with AddressSanitizer enabled

2022-03-14 Thread Sudhir CR via lists.fd.io
Hi Ben, I tried to run ASAN on vpp version 21.10 in debug mode.But It's not working for me. Issue 1: I compiled vpp code with below build command (with clang) *sudo make rebuild VPP_EXTRA_CMAKE_ARGS=-DVPP_ENABLE_SANITIZE_ADDR=ON* After compilation starting vpp is failing with below error

Re: [vpp-dev] Generic flow type for 5G flow enhancement

2022-03-14 Thread Xu, Ting
Hi, all This patch for generic flow for 5G enhancement has been submitted for a long time, but not reviewed yet. Could you please help have a look at it and give some comments? https://gerrit.fd.io/r/c/vpp/+/34802 Another patch that adding generic flow type to VAPI was also submitted just

Re: [vpp-dev] about in/out arguments in "set interface nat44 .."command

2022-03-14 Thread haiyan...@ilinkall.cn
Hi Filip, There are two kinds of traffic in my test. one is managing traffic, which will comes into vpp only from a tap interfaces, for example tap's ip address is 10.10.1.1/24. we need these traffic to do snat and out from G0 one is business traffic, which are gererated interlanfrom vpp, these

Re: [vpp-dev] Mellanox NIC and Intel QAT support

2022-03-14 Thread Govindarajan Mohandoss
Thanks Damjan for merging it. > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Govindarajan > Mohandoss via lists.fd.io > Sent: Monday, March 14, 2022 12:54 PM > To: vpp-dev > Cc: nd ; nd > Subject: [vpp-dev] Mellanox NIC and Intel QAT support > > Hi Fan Zhang, >With

[vpp-dev] FDIO Maintenance: 2022-03-29 16:00 UTC to 20:00 UTC

2022-03-14 Thread Vanessa Valderrama
LF will be performing standard system maintenance on 2022-03-29 *What*:     Jenkins sandbox and production     OS and security updates     Jenkins upgrade     JDK upgrade     Plugin upgrades     Gerrit     OS and security updates     Gerrit upgrade     JDK upgrade  

[vpp-dev] Mellanox NIC and Intel QAT support

2022-03-14 Thread Govindarajan Mohandoss
Hi Fan Zhang, With DPDK plugin, VPP does the DMA page map in IOMMU, only when DPDK supported ethernet devices are present. As a result, Mellanox NIC and QAT combo doesn't work. This issue is fixed by adding DPDK supported crypto device check do the DMA page map.