Re: [vpp-dev] VPP build failure in master branch - plugins/quic

2020-03-03 Thread Majumdar, Kausik
Thanks Nathan for pointing out quick work-around. I will give a try. Thanks, Kausik From: Nathan Skrzypczak Sent: Tuesday, March 3, 2020 7:11 AM To: Nathan Skrzypczak Cc: Majumdar, Kausik ; vpp-dev Subject: Re: [vpp-dev] VPP build failure in master branch - plugins/quic Message received

Re: [vpp-dev] VRF-aware bypass nodes

2020-03-03 Thread John Lo (loj) via Lists.Fd.Io
Hi Nick, I reviewed your patch and merged it. Really appreciate your effort to address the VRF limitation and also refactor the common VTEP handling code. Regards, John From: Nick Zavaritsky Sent: Monday, March 02, 2020 7:35 AM To: John Lo (loj) Cc: vpp-dev@lists.fd.io Subject: Re:

[vpp-dev] Can i increase the size of vlib buffer opaque2

2020-03-03 Thread Satya Murthy
We are currently using opaque2 which has 10 uint32. Can i increase this size to 30 uint32s. What kind of impact/restrictions we have for this opaque2 metadata sizes. Please let us know. -- Thanks & Regards, Murthy -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group.

Re: [vpp-dev] VPP build failure in master branch - plugins/quic

2020-03-03 Thread Nathan Skrzypczak
[1] should fix this behavior in the future, checking the lib presence and version before trying to compile the quicly plugin. -Nathan [1] https://gerrit.fd.io/r/c/vpp/+/24872 Le mar. 3 mars 2020 à 10:16, Nathan Skrzypczak via Lists.Fd.Io a écrit : > Hi Kausik, > > This error comes from a

Re: [vpp-dev] APPROVED: add Matt Smith as a vpp committer, subject to TSC approval this Thursday

2020-03-03 Thread Neale Ranns via Lists.Fd.Io
Enjoy the ride  From: on behalf of "Matthew Smith via Lists.Fd.Io" Reply to: "mgsm...@netgate.com" Date: Monday 2 March 2020 at 22:11 To: "Dave Barach (dbarach)" Cc: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] APPROVED: add Matt Smith as a vpp committer, subject to TSC approval this

[vpp-dev] Coverity run FAILED as of 2020-03-03 14:00:24 UTC

2020-03-03 Thread Noreply Jenkins
Coverity run failed today. Current number of outstanding issues are 4 Newly detected: 0 Eliminated: 0 More details can be found at https://scan.coverity.com/projects/fd-io-vpp/view_defects -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15673):

Re: [vpp-dev] Facing issue while bringing up vpp 19.08 with Bonding configuration and Mellanox nics

2020-03-03 Thread chetan bhasin
Hi, So we need to backport from stable/vpp/2001 below patch to fix this in vpp19.08 https://github.com/FDio/vpp/commit/2fd44a00aa26188ca75f0accd734f21758c199bf#diff-3079293198f7807e4e851645851036ab Vlib: fix cli process stack overflow Type: fix Some cli processes, including configuring an

Re: [vpp-dev] VPP build failure in master branch - plugins/quic

2020-03-03 Thread Nathan Skrzypczak
Hi Kausik, This error comes from a discrepancy between the installed version of libquicly and the one required for the build. For now we sadly do not have a version-checking mechanism, I'll try to write a patch to avoid those errors and keep you posted. To fix the build issue you can : * If