Re: [vpp-dev] openSUSE build fails

2018-01-25 Thread Ni, Hongjun
I rechecked this patch twice, and it built successfully now. But why need to recheck twice? -Hongjun From: Ole Troan [mailto:otr...@employees.org] Sent: Friday, January 26, 2018 2:53 PM To: Ni, Hongjun Cc: Dave Barach (dbarach) ; Marco Varlese

Re: [vpp-dev] openSUSE build fails

2018-01-25 Thread Ole Troan
Hi Hongjun, > I have no OpenSUSE at hand, and could not give it a try. Neither do I. Ole > > From: Ole Troan [mailto:otr...@employees.org] > Sent: Friday, January 26, 2018 2:08 PM > To: Ni, Hongjun > Cc: Dave Barach (dbarach) ; Marco Varlese >

Re: [vpp-dev] openSUSE build fails

2018-01-25 Thread Ni, Hongjun
Hi Ole, I have no OpenSUSE at hand, and could not give it a try. -Hongjun From: Ole Troan [mailto:otr...@employees.org] Sent: Friday, January 26, 2018 2:08 PM To: Ni, Hongjun Cc: Dave Barach (dbarach) ; Marco Varlese ; Gabriel Ganne

Re: [vpp-dev] openSUSE build fails

2018-01-25 Thread Ole Troan
Hongjun, This looks suspect: 03:32:31 APIGEN vlibmemory/memclnt.api.h 03:32:31 JSON API vlibmemory/memclnt.api.json 03:32:31 SyntaxError: invalid syntax (vppapigentab.py, line 11) 03:32:31

Re: [vpp-dev] openSUSE build fails

2018-01-25 Thread Ni, Hongjun
Hi all, It seems that OpenSUSE build failed for this patch: https://jenkins.fd.io/job/vpp-verify-master-opensuse/1285/console Please help to take a look at it. Thanks a lot. Thanks, Hongjun From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Dave Barach

Re: [vpp-dev] What RPM contains vpp debug symbols?

2018-01-25 Thread Dave Wallace
Thanks for the info Billy! -daw- On 1/25/18 8:26 PM, Billy McFall wrote: 'make pkg-rpm' is currently not generating an RPM with debug symbols. There is a bug in  rpmbuild for packages with short names (i.e. - vpp) that was not allowing RPMs to be built upstream in CentOS and RHEL. The work

Re: [vpp-dev] What RPM contains vpp debug symbols?

2018-01-25 Thread Billy McFall
'make pkg-rpm' is currently not generating an RPM with debug symbols. There is a bug in rpmbuild for packages with short names (i.e. - vpp) that was not allowing RPMs to be built upstream in CentOS and RHEL. The work around is to add a -0 to the package name to make it long enough. Much later

[vpp-dev] What RPM contains vpp debug symbols?

2018-01-25 Thread Dave Wallace
Does anyone know what RPM contains debug symbols? Back in VPP 17.07 there used to be an RPM package called vpp-debuginfo-*.x86_64.rpm, but that package is no longer installed on nexus.fd.io starting with release 17.10

Re: [vpp-dev] Howto implement L3 p2p tunnel interface without assigning IP to the interface?

2018-01-25 Thread Andreas Schultz
Ole Troan schrieb am Do., 25. Jan. 2018 um 22:07 Uhr: > > Not accepting IP[46] packets on any interface type that is not IP[46] > enabled is a basic security feature. To IP4 enable an interface you have > two option; > > 1) Assign it an IP address > > 2) Make it

Re: [vpp-dev] [csit-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

2018-01-25 Thread George Zhao
Congratulations, way to go. From: csit-dev-boun...@lists.fd.io [mailto:csit-dev-boun...@lists.fd.io] On Behalf Of Dave Wallace Sent: Wednesday, January 24, 2018 9:23 PM To: vpp-dev@lists.fd.io; csit-...@lists.fd.io Subject: [csit-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

Re: [vpp-dev] Howto implement L3 p2p tunnel interface without assigning IP to the interface?

2018-01-25 Thread John Lo (loj)
Hi Andrea, Typically a tunnel used for tx/rx of L3/IP payload would have IP address and optionally table-id set on the interface. It will then allow packets to be routed into the tunnel for tx and, for rx packets, forward the payload IP packets using the correct fib-index. I see that you are

Re: [vpp-dev] Howto implement L3 p2p tunnel interface without assigning IP to the interface?

2018-01-25 Thread Neale Ranns (nranns)
Hi Andreas, Not accepting IP[46] packets on any interface type that is not IP[46] enabled is a basic security feature. To IP4 enable an interface you have two option; 1) Assign it an IP address 2) Make it IP unnumbered to another interface that does have an address, e.g. set int

[vpp-dev] Howto implement L3 p2p tunnel interface without assigning IP to the interface?

2018-01-25 Thread Andreas Schultz
Hi, Short story: The VPP tunnel implementation HOWTO [1] says that a L3 tunnel needs an IP address. How do I implement a P2P tunnel interface without assigning an IP address to it? Long story: I'm implementing a GTP-U User Plane Node that conforms to 3GPP TS 29.244 [2] & [3]. For each Sx

Re: [vpp-dev] VPP performance tuning guide

2018-01-25 Thread Kinsella, Ray
Hi Charlie, Please see this preso and associated paper from Kubecon - it is a pretty comprehensive guide on where to start. https://wiki.fd.io/images/3/31/Benchmarking-sw-data-planes-Dec5_2017.pdf Also consider replicating the CSIT test environment locally. It is very well documented and

Re: [vpp-dev] Build triggering on a simple commit message update?

2018-01-25 Thread Ed Kern (ejk)
On Jan 25, 2018, at 12:59 AM, Marco Varlese > wrote: Hi Ed, On Thu, 2018-01-25 at 00:28 +, Ed Kern (ejk) wrote: hey marco, What your looking for (imo) is not a gerrit change. Its a jenkins side change https://gerrit.fd.io/r/10237 Thank you for

Re: [vpp-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

2018-01-25 Thread Kinsella, Ray
W00t! On 25/01/2018 05:23, Dave Wallace wrote: Folks, The VPP 18.01 Release artifacts are now available on nexus.fd.io The ubuntu.xenial and centos packages can be installed following the recipe on the wiki: https://wiki.fd.io/view/VPP/Installing_VPP_binaries_from_packages Thank you to

Re: [vpp-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

2018-01-25 Thread Dave Barach (dbarach)
Congrats to DaveW and the rest of the fd.io vpp team on the 18.01 release! From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Dave Wallace Sent: Thursday, January 25, 2018 12:23 AM To: vpp-dev@lists.fd.io; csit-...@lists.fd.io Subject: [vpp-dev] VPP 18.01 Release

Re: [vpp-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

2018-01-25 Thread Jerome Tollet (jtollet)
Congratulations! De : au nom de Dave Wallace Date : mercredi 24 janvier 2018 à 21:23 À : "vpp-dev@lists.fd.io" , "csit-...@lists.fd.io" Objet : [vpp-dev] VPP 18.01 Release artifacts are now available

Re: [vpp-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

2018-01-25 Thread Marco Varlese
Great news! Congrats everybody!!! On Thu, 2018-01-25 at 00:23 -0500, Dave Wallace wrote: > > Folks, > > > > The VPP 18.01 Release artifacts are now available on nexus.fd.io > > > > The ubuntu.xenial and centos packages can be installed following > the

Re: [vpp-dev] [csit-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io

2018-01-25 Thread Luke, Chris
Woohoo! From: csit-dev-boun...@lists.fd.io [mailto:csit-dev-boun...@lists.fd.io] On Behalf Of Dave Wallace Sent: Thursday, January 25, 2018 0:23 To: vpp-dev@lists.fd.io; csit-...@lists.fd.io Subject: [csit-dev] VPP 18.01 Release artifacts are now available on nexus.fd.io Folks, The VPP 18.01