Re: (Q about fixing endianness bugs in handlers) Re: [vpp-dev] Proposal for VPP binary API stability

2020-05-18 Thread Ole Troan
> API messages in network byte order made sense 10 years ago when I worked with > a mixed x86_64 / ppc32 system. As Damjan points out, API interoperability > between big-endian and little-endian systems is a boutique use-case these > days. > > Timing is key. We won’t be able to cherry-pick

[vpp-dev] Troubleshooting IPSec in VPP

2020-05-18 Thread Muthu Raj
Hello, I am trying out IPSec on VPP, and used the wiki[1] to create an IPSec tunnel between an AWS instance(remote) and my home. The tunnel was established successfully, and when pinging an IP on the remote side, the icmp req flows over the tunnel, is seen by the remote box, and responded back as

Re: [vpp-dev] vpp-merge-master-centos7 jobs are broken

2020-05-18 Thread Dave Wallace
FYI, I've seen this particular failure signature previously when the download from packagecloud for vpp-ext-deps install fails.  At that point, the vpp-ext-deps package gets built by the executor and the subsequent push to packagecloud fails because the package actually exists. If the

Re: (Q about fixing endianness bugs in handlers) Re: [vpp-dev] Proposal for VPP binary API stability

2020-05-18 Thread Andrew Yourtchenko
FYI - I have added an editorial blurb into the draft of the release notes for 20.05, based on the discussions in this thread: https://gerrit.fd.io/r/c/vpp/+/27128/ Please feel free to review. --a > On 17 May 2020, at 20:13, Jon Loeliger wrote: > >  >> On Sat, May 16, 2020 at 10:02 AM

[vpp-dev] Reminder: VPP 20.05 RC2 milestone is this Wednesday 18.00 UTC.

2020-05-18 Thread Andrew Yourtchenko
Hi all, Just a kind reminder - we are laying the RC2 tag this Wednesday 20th May. After that milestone we will only accept critical bugfixes in stable/2005 branch in preparation for the release. --a /* your friendly 20.05 release manager */-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all

[vpp-dev] VPP 20.05 DRAFT release notes

2020-05-18 Thread Andrew Yourtchenko
Hi all, This email is to let you know that the DRAFT of the VPP 20.05 Release Notes is available for your review at https://gerrit.fd.io/r/c/vpp/+/27128/ Please have a look before the end of this week and feel free to contact me if any related questions arise. --a /* your friendly 20.05

[vpp-dev] vpp master branch can not build with ubuntu 16.04

2020-05-18 Thread Pei, Yulong
Dear All, vpp master branch can not build with ubuntu 16.04, anyone can kindly help on the fix ? error info as below, VPP version : 20.09-rc0~28-g53b8dc8 VPP library version : 20.09 GIT toplevel dir: /root/download_vpp/vpp Build type : release C flags :

[vpp-dev] DPDK packets received by NIC but not delivered to engine

2020-05-18 Thread Mohammed Alshohayeb
I am having an issue where I see packets in the #show hardware-interfaces but only a very small fraction is deliver to the vlib engine Here are the things I've tried * Using different packet generators (pktgen/trex/tcpreplay) * Using variety of physical servers * All versions running from 19.01

Re: [vpp-dev] Segmentation fault in VPP 20.05 release when using VCL VPPCOM_PROTO_UDPC #vpp-hoststack

2020-05-18 Thread Raj Kumar
Hi Florin, I tried the path [1] , but still VPP is crashing when application is using listen with UDPC. [1] https://gerrit.fd.io/r/c/vpp/+/27111 On a different topic , I have some questions. Could you please provide your inputs - 1) I am using Mellanox NIC. Any idea how can I enable Tx

Re: [vpp-dev] Segmentation fault in VPP 20.05 release when using VCL VPPCOM_PROTO_UDPC #vpp-hoststack

2020-05-18 Thread Florin Coras
Hi Raj, By the looks of it, something’s not right because in the logs VCL still reports it’s binding using UDPC. You probably cherry-picked [1] but it needs [2] as well. More inline. [1] https://gerrit.fd.io/r/c/vpp/+/27111 [2] https://gerrit.fd.io/r/c/vpp/+/27106 > On May 18, 2020, at 8:42