Re: [vpp-dev] missing vpp_api module when I execute "make test"

2017-10-12 Thread Ole Troan
Klement, Burt, > looking at vpp_papi (which is Ole's deed), I see > > vpp_api = ffi.dlopen('libvppapiclient.so') > > so it looks like it couldn't load said .so. It surely should've been > built as part of 'make test'. Does it exist in your WS? > > Ole, thoughts? No, this is indeed a sign of dl

Re: [vpp-dev] [vppsb-dev] Router plugin with VPP 1707 - incoming OSPF Hello packets are dropped by VPP

2017-10-12 Thread Neale Ranns (nranns)
Hi Michael, It is present in 17.04 also. /neale From: Michael Borokhovich Date: Wednesday, 11 October 2017 at 19:09 To: "Neale Ranns (nranns)" Cc: "Shaw, Jeffrey B" , "vppsb-...@lists.fd.io" , vpp-dev Subject: Re: [vpp-dev] [vppsb-dev] Router plugin with VPP 1707 - incoming OSPF Hello pac

[vpp-dev] vpp application crashing on execution

2017-10-12 Thread devendra rawat
Hi, I have built VPP v18.01-rc0 with external DPDK v17.08 for mellanox NIC. The build is happening successfully. On executing vpp application is crashing. # make debug WARNING: STARTUP_CONF not defined or file doesn't exist. Running with minimal startup config: unix { interactive cli-li

[vpp-dev] Process question for gerrit

2017-10-12 Thread Thomas F Herbert
Process question: Some bug fixes were merged directly into vpp-stable/1710 that should also be cherry-picked into master. Should we developers cherry-pick our own gerrits to master or should the maintainers do this? Either way is OK with me. --Tom -- *Thomas F Herbert* NFV and Fast Data Pl

Re: [vpp-dev] VPP 17.10 RC2

2017-10-12 Thread Thomas F Herbert
On 10/11/2017 06:14 PM, Florin Coras wrote: Folks, 17.10 RC2 tag has been laid. Nonetheless, our patching process continues to remain the same until formal release [1], i.e., fixes first to stable/1710 and then cherry-pick to master. Florin, should us submitters cherry-pick our own bug-fix p

Re: [vpp-dev] VPP 17.10 RC2

2017-10-12 Thread Florin Coras
Hi Tom, I’d appreciate it if patch owners would cherry-pick the patches. It might be the case that some fixes may not need to be cherry picked to master and in other cases, when master and stable run out of sync, the cherry-picks might actually require more work. Regards, Florin > On Oct 12

Re: [vpp-dev] VPP 17.10 RC2

2017-10-12 Thread Thomas F Herbert
Florin, OK. That makes sense. I will cherry-pick two patches that were merged in stable/1710 --Tom On 10/12/2017 10:46 AM, Florin Coras wrote: Hi Tom, I’d appreciate it if patch owners would cherry-pick the patches. It might be the case that some fixes may not need to be cherry picked to m

Re: [vpp-dev] Process question for gerrit

2017-10-12 Thread Dave Wallace
Hi Tom, IMHO, it would be best for developers to cherry-pick bug fixes into master that they have committed to stable/* branches. Thanks, -daw- On 10/12/2017 10:11 AM, Thomas F Herbert wrote: Process question: Some bug fixes were merged directly into vpp-stable/1710 that should also be che

Re: [vpp-dev] Process question for gerrit

2017-10-12 Thread Thomas F Herbert
On 10/12/2017 11:33 AM, Dave Wallace wrote: Hi Tom, IMHO, it would be best for developers to cherry-pick bug fixes into master that they have committed to stable/* branches. Yes. Thanks. I agree as does Florin. Done for both patches. Thanks, -daw- On 10/12/2017 10:11 AM, Thomas F Herbert

[vpp-dev] Cross compilation supported?

2017-10-12 Thread Burt Silverman
Hi, I don't see anything on the wiki, and I do not want to do anything that is not officially supported. There is a line I am uncomfortable with in build-root/Makefile which essentially reads export LD_LIBRARY_PATH=$(TOOL_INSTALL_DIR)/lib64:$(TOOL_INSTALL_DIR)/lib ; but I know it was designed,

[vpp-dev] Downstream builds for Centos

2017-10-12 Thread Thomas F Herbert
VPPers: We have had some progress during the last week with builds in Centos: This is a build of 1710-rc0. https://cbs.centos.org/koji/buildinfo?buildID=20183 As soon as The final upstream 1710 release is tagged, I will push this to "release" tag and try to get it into a Centos yum repo. St

Re: [vpp-dev] syslog in snat

2017-10-12 Thread Matt Paska
Hi all, Is Syslog in SNAT planned for the upcoming 17.10 release? Thanks! On Thu, Jun 22, 2017 at 6:48 PM, Matt Paska wrote: > We just don't have ipfix collectors setup right now. We have a system for > syslog and I was hoping to integrate vpp snat into that as well. > > Thanks for the quick r

[vpp-dev] [centos-dev][NFV SIG] VPP 17.10 rc1 available in Centos for testing.

2017-10-12 Thread Thomas F Herbert
Centos developers, VPP version 17.10 is available in Centos CBS for testing, This is a build of 17.10-rc1. https://cbs.centos.org/koji/buildinfo?buildID=20183 For more information about VPP and fd.io, https://wiki.fd.io/view/Main_Page https://fd.io/ --Tom -- *Thomas F Herbert* NFV and Fast

Re: [vpp-dev] syslog in snat

2017-10-12 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Syslog in NAT plugin is not a part of 17.10 release. Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Matt Paska Sent: Friday, October 13, 2017 2:48 AM To: Ole Troan Cc: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] syslog in snat Hi all, Is Syslog in SN

Re: [vpp-dev] vpp-verify-master-centos7 failure -> rebase patch

2017-10-12 Thread Marco Varlese
On Wed, 2017-10-11 at 11:07 -0400, Dave Wallace wrote: > Folks, > > > > The patch, https://gerrit.fd.io/r/#/c/8722/, in master has created > a new dpdk rpm version. > > > > If your patch is failing vpp-verify-master-centos7 with the > following failur

[vpp-dev] adding support for a NIC to VPP

2017-10-12 Thread devendra rawat
Hi, I need to add the support for Mellanox ConnectX-3 Pro NIC to VPP. This NIC is already supported in DPDK. Is there a basic guide for adding new NIC support to VPP ? Thanks, Devendra ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mai