Re: [vpp-dev] VPWS not working when adjacency is not resolved

2019-11-06 Thread vyshakh krishnan
Hi Neale, Thanks for looking into this. I am able to reproduce it manually in 19.01. can you please check if the ARP is unresolved before a VPWS packet injection? Also will there be any difference in the path taken by memif interface? Is the script also using memif interface? If you are unable

Re: [vpp-dev] FD.io Gerrit Restart Required

2019-11-06 Thread Vanessa Valderrama
Gerrit restart is complete. Jenkins has been taken out of shutdown mode. Thank you, Vanessa On 11/6/19 2:30 PM, Vanessa Valderrama wrote: > > *What*: > > LF is setting up a local Gerrit mirror to resolve the Gerrit cloning > timeout errors that have been causing intermittent job failures. We'll

[vpp-dev] FD.io Gerrit Restart Required

2019-11-06 Thread Vanessa Valderrama
*What*: LF is setting up a local Gerrit mirror to resolve the Gerrit cloning timeout errors that have been causing intermittent job failures. We'll need to restart Gerrit for the replication settings to take affect. *Impact*: * Jenkins will be placed in shutdown mode to allow verify and merge

[vpp-dev] FIB Route Sources

2019-11-06 Thread Jon Loeliger via Lists.Fd.Io
Neale, We have a use case where we would like to be able to determine a more-fine-grained reason for introducing routes into the FIBs. All the routes we introduce will come via some API call, but on behalf of different sources. Specifically, they will come from a user-supplied static route,

Re: [vpp-dev] A few MAP-T Clarifications

2019-11-06 Thread Jon Loeliger via Lists.Fd.Io
Ole, Waaay back in April, we had a small exchange here on the topic of some MAP-T/E behavior. Bottom line was some functionality needed to be homogenized. We wrote: On Tue, Apr 16, 2019 at 2:35 AM Ole Troan wrote: > Hi Jon, > > Apologies for the delay in answering. Swapped out all my

Re: [vpp-dev] [tsc] FD.io Production Jenkins Restart Required

2019-11-06 Thread Vanessa Valderrama
*Status Update* *Issue: Gateway Timeout Errors* * Summary: Intermittent Gateway Timeout Errors on the ci-management-jjb-merge jobs are causing stability issues with Jenkins causing unplanned downtime o We have put in a change to take Nginx out of the picture and allow the

Re: [vpp-dev] Is there a limit when assigning corelist-workers in vpp?

2019-11-06 Thread Chuan Han via Lists.Fd.Io
I installed vpp-plugin-core. No more crash was seen. However, when I reserved 10 cores for 2 nics. Some cores are not polling shown by htop. cpu { main-core 2 corelist-workers 4,6,8,10,12,14,16,18,20,22 } dpdk { socket-mem 2048,0 log-level debug no-tx-checksum-offload dev default{

Re: [vpp-dev] Is there a limit when assigning corelist-workers in vpp?

2019-11-06 Thread Chuan Han via Lists.Fd.Io
Yes. You got it! There are two machines I am testing. The crashed one does not have any crypto engine. The other one did not crash, but core allocation is messed up, e.g., some core is not polling. I am not sure why. I attached two machines debug output. The weird thing is that when I reduced

Re: [vpp-dev] [tsc] FD.io Production Jenkins Restart Required

2019-11-06 Thread Maciek Konstantynowicz (mkonstan) via Lists.Fd.Io
Hi Vanessa, Thanks for the note. CSIT project keeps experiencing issues due to Jenkins outages. Do you have ETA for the fix that will stop these outages? -Maciek > On 5 Nov 2019, at 23:18, Vanessa Valderrama > wrote: > > Jenkins has been restarted, job views restored, jobs are running. > >

Re: [vpp-dev] VPWS not working when adjacency is not resolved

2019-11-06 Thread Neale Ranns via Lists.Fd.Io
Hi Vyshakh, I’ve not been able to reproduce your issue, neither on 19.01 nor 19.08. here is my attempt : https://gerrit.fd.io/r/c/vpp/+/23284 the change to UT means that the first packet will hit the incomplete adjacecny, generate an ARP request, which is then resolved and the tarffic passes

Re: [EXT] [vpp-dev] cross-compilation support

2019-11-06 Thread Damjan Marion via Lists.Fd.Io
> On 6 Nov 2019, at 13:15, Stanislav Chlebec > wrote: > > Hello Damjan and all > > We had a meeting in ARM team to clarify our standpoint and goals on > cross-compilation for aarch64. > We welcome your initiative to make this process more generic and effective > and we are thankful that

Re: [vpp-dev] Change in vpp[master]: ebuild: Cross compilation aarch64 Ubuntu support

2019-11-06 Thread Damjan Marion via Lists.Fd.Io
i think we need to discard this patch, as it doesn’t solve anything and it just makes build system more complex to maintain. Current build system is simply not built to create cross-arch and cross-distro packages and this patch doesn’t fix that. Benoit proposed use of docker, and that seems to

Re: [vpp-dev] Is there a limit when assigning corelist-workers in vpp?

2019-11-06 Thread Dave Barach via Lists.Fd.Io
"show plugin" might come in handy... -Original Message- From: vpp-dev@lists.fd.io On Behalf Of Benoit Ganne (bganne) via Lists.Fd.Io Sent: Wednesday, November 6, 2019 3:42 AM To: Chuan Han ; Arivudainambi Appachi gounder ; Jerry Cen Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Is

Re: [vpp-dev] Change in vpp[master]: ebuild: Cross compilation aarch64 Ubuntu support

2019-11-06 Thread Dave Barach via Lists.Fd.Io
Dear Stan, As part of “make install-dep,” could we create e.g. /etc/apt/sources.list.d/arm64ports.list, or otherwise automate the process? Thanks... D. From: vpp-dev@lists.fd.io On Behalf Of Stanislav Chlebec Sent: Wednesday, November 6, 2019 6:08 AM To: Dave Barach (dbarach) ;

Re: [EXT] [vpp-dev] cross-compilation support

2019-11-06 Thread Stanislav Chlebec
Hello Damjan and all We had a meeting in ARM team to clarify our standpoint and goals on cross-compilation for aarch64. We welcome your initiative to make this process more generic and effective and we are thankful that you brought the more light to the current building procedure by your

Re: [vpp-dev] Change in vpp[master]: ebuild: Cross compilation aarch64 Ubuntu support

2019-11-06 Thread Stanislav Chlebec
Helo Dave This issue with sudo apt-get update which results in ignoring ubuntu arm repositories I fixed by replacing the records in /etc/apt/sources.list: vagrant@ubuntu-bionic:/etc/apt$ cat sources.list | grep arm | grep -v "#" deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports/ bionic

Re: [vpp-dev] traceroute in VPP

2019-11-06 Thread Neale Ranns via Lists.Fd.Io
Hi Vyshakh, VPP does not support traceroute. The only reason it does not, is that no kind soul has implemented it yet… /neale From: on behalf of vyshakh krishnan Date: Wednesday 6 November 2019 at 08:16 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] traceroute in VPP Hi All, Does VPP

Re: [vpp-dev] Is there a limit when assigning corelist-workers in vpp?

2019-11-06 Thread Benoit Ganne (bganne) via Lists.Fd.Io
Hi Chuan, Thanks for the quality info! My best guess is you did not installed the package vpp-plugin-core which contains crypto plugins. The issue is that you do not have any crypto handler registered to process crypto. You can check what is available with the commands "show crypto engines"