Re: [vpp-dev] Need some help on VPP

2017-06-05 Thread Dave Wallace
To be pedantic, the VPP dpdk-input node checks the classification metadata for each packet which was set by DPDK and decides whether to bypass the ethernet-input node. Thanks, -daw- On 6/5/2017 3:23 AM, Nagaprabhanjan Bellari wrote: DPDK can be thought of as a device driver - there can be mult

[vpp-dev] Test failure due to resource unavailable

2017-06-07 Thread Dave Wallace
Dear held...@fd.io Please investigate the root cause of this resource failure during build phase of vpp-csit-verify-virl-master job: https://jenkins.fd.io/job/vpp-csit-verify-virl-master/5805/console - %< - 21:37:41 CC vnet/map/ip6_map.lo 21:37:44 CC vnet/map/ip4_map_t

Re: [vpp-dev] 17.07 CIST Failures : FW: Change in vpp[stable/1704]: DHCP complete event includes the subnet mask

2017-07-06 Thread Dave Wallace
This is a side effect of a change made to ci-management (https://gerrit.fd.io/r/#/c/7173/). I will fix this issue for the stable vpp branches. Thanks, -daw- On 7/6/17 8:22 AM, Jan Gelety -X (jgelety - PANTHEON TECHNOLOGIES at Cisco) wrote: Hello Neale, If I am correct, it is necessary to mo

Re: [vpp-dev] [csit-dev] API CHANGE: in vpp[stable/1707]: DHCP complete event sends mask length

2017-07-06 Thread Dave Wallace
+1 On 7/6/17 9:08 AM, Neale Ranns (nranns) wrote: Hi All, I’d like to propose this commit to 17.07. https://gerrit.fd.io/r/#/c/7440/ It makes a change to the existing DCHP API by including, in the DHCP client complete notification, the advertised subnet mask length. This subnet is necessar

Re: [vpp-dev] 17.07 CIST Failures : FW: Change in vpp[stable/1704]: DHCP complete event includes the subnet mask

2017-07-06 Thread Dave Wallace
= "xTrue" ] || extras/vagrant/build.sh +[ "x${DRYRUN}" == "xTrue" ] || build-root/vagrant/build.sh fi if [ "x${VPP_REPO}" == "x1" ]; then -Maciek On 6 Jul 2017, at 16:17, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Thi

Re: [vpp-dev] 17.07 CIST Failures : FW: Change in vpp[stable/1704]: DHCP complete event includes the subnet mask

2017-07-06 Thread Dave Wallace
ATTENDED=yes dpdk-install-dev -[ "x${DRYRUN}" == "xTrue" ] || extras/vagrant/build.sh +[ "x${DRYRUN}" == "xTrue" ] || build-root/vagrant/build.sh fi if [ "x${VPP_REPO}" == "x1" ]; then -Maciek On 6 Jul 2017, at 16:17, Dave Walla

Re: [vpp-dev] 17.07 CIST Failures : FW: Change in vpp[stable/1704]: DHCP complete event includes the subnet mask

2017-07-06 Thread Dave Wallace
s/vagrant Whoever move the directory back on 20-Apr thought about the cases like this :) -Maciek On 6 Jul 2017, at 17:23, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Maciek, The vagrant directory is in the process of being moved from build-root/vagrant to extras/vagrant. In

Re: [vpp-dev] [csit-dev] 17.07 CIST Failures : FW: Change in vpp[stable/1704]: DHCP complete event includes the subnet mask

2017-07-06 Thread Dave Wallace
ure. I would prefer it if the CI-mgnt system was aware of the VPP/CIST version is was building and could invoke the correct scripts accordingly. Thanks, neale *From: * on behalf of Dave Wallace *Date: *Thursday, 6 July 2017 at 17:43 *To: *"Maciek Konstantynowicz (

[vpp-dev] Cleanup of /dev/shm files

2017-07-06 Thread Dave Wallace
Folks, I have pushed a patch which fixes a couple of bugs with cleanup of /deb/shm files: https://gerrit.fd.io/r/#/c/7399/ It also causes the removal of /dev/shm/global_vm and /dev/shm/db when VPP exits normally. I would like input from the community on whether anyone has an issue with the

Re: [vpp-dev] 17.07 CIST Failures : FW: Change in vpp[stable/1704]: DHCP complete event includes the subnet mask

2017-07-07 Thread Dave Wallace
chwork https://gerrit.fd.io/r/#/c/7457/ Would need to applied to all stable VPP branches to make it work. Can’t we do it by keeping the symlink in place, and my patch ? -Maciek On 6 Jul 2017, at 17:39, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Maciek, My patch replicates the

Re: [vpp-dev] [csit-dev] 17.07 Release

2017-07-20 Thread Dave Wallace
Most Excellent! Thanks Neale and everyone who contributed to the VPP 17.07 release. -daw- On 07/20/2017 07:56 PM, Neale Ranns (nranns) wrote: Dear VPP community, The VPP 17.07 release is complete. The release artefacts are now available on the nexus server. I’d like to take this opportunity

Re: [vpp-dev] [discuss] FD.io CSIT rls1707 report published

2017-07-26 Thread Dave Wallace
Most Excellent! Congratulations and thanks to all of the CSIT committers and contributors for continuing to improve CSIT. It is a valuable resource in helping to keep the VPP codebase bug free with high performance. Woohoo!!! -daw- On 7/26/17 9:54 AM, Maciek Konstantynowicz (mkonstan) wrot

Re: [vpp-dev] [csit-dev] API Change Proposal: explicit FIB table create and delete

2017-08-03 Thread Dave Wallace
+1 Dave On 8/3/17 3:56 AM, Neale Ranns (nranns) wrote: Dear All, I would like to propose the addition of a new API to explicitly create and delete FIB tables. At present the only way to create FIB tables (for e.g. VRFs) is to: 1) Bind an interface to a new table index; ‘set int ip table Eth0

Re: [vpp-dev] [csit-dev] API Change: Dedicated SW interface Event

2017-08-09 Thread Dave Wallace
+1 On 8/9/2017 1:49 PM, Luke, Chris wrote: Yeah, I suspect the API was simple enough back at the beginning that it just made sense to do it that way. This message, and presumably others, suffer from legacy cruft. Assuming the downstream consumers are okay with it, I fully support blowing out

Re: [vpp-dev] Missing libvppsocketwrapper library

2017-08-14 Thread Dave Wallace
Tomas, The LD_PRELOAD library is under review and will be committed to the vpp sandbox project shortly (...vppsb/vcl-ldpreload). I will be pushing a patch to refactor socket_test.sh to allow setting of an environment variable to point to the correct location of the VCL LD_PRELOAD library onc

Re: [vpp-dev] Host stack TCP

2017-08-14 Thread Dave Wallace
Hamid, The VCL LD_PRELOAD library is under review and will be committed in the VPP Sandbox project shortly (.../vppsb/vcl-ldpreload). It is early in development and is not at a stage where you can run every native socket application on top of vpp. If you are interested in helping achieve th

Re: [vpp-dev] Host stack TCP

2017-08-14 Thread Dave Wallace
[1] has been merged. On 08/14/2017 12:03 PM, Florin Coras wrote: Hi Hamid, To run the builtin client/server do test tcp [server|clients] To see the cli options, just execute the command appended with “?”. The options list not complete right now but this patch [1] fixes that. Hope it helps

Re: [vpp-dev] Poor VPP Build Time

2017-08-16 Thread Dave Wallace
Resend without graphics... See link for details. On 8/16/17 11:27 AM, Dave Wallace wrote: Dear FIDO Helpdesk, Several VPP verify jobs are running so slow that they are timing out after 6 hours without having completed compiling the codebase! https://jenkins.fd.io/job/vpp-verify-master

[vpp-dev] 17.07.1 patches

2017-08-18 Thread Dave Wallace
Resend including vpp-dev@lists.fd.io... Forwarded Message Subject:17.07.1 patches Date: Fri, 18 Aug 2017 15:24:27 -0400 From: Dave Wallace To: Neale Ranns (nranns) Neale, There are currently many patches that have been submitted to stable/17.07: https

Re: [vpp-dev] VPP Communications library and LD_PRELOAD

2017-08-20 Thread Dave Wallace
Communications Library) == 132.0 Gbps To demo: 1. Clone LD_PRELOAD from the VPPSB project a) git clone https://gerrit.fd.io/r/vppsb <https://gerrit.fd.io/r/vppsb> b) Follow instructions in .../vcl-ldpreload/README.md 2. For your convenience, Dave Wallace has created a test script i

Re: [vpp-dev] Augment 'make test' with C build tests?

2017-08-23 Thread Dave Wallace
Jon, I think this is an excellent idea as your example is clearly a test escape that we should be detecting in our CI infra. However, I'm not sure if "make test" is the appropriate place to add this check. IMHO, this would be better suited to be invoked under "make verify" (like the clang t

Re: [vpp-dev] Missing include file. Again.

2017-08-23 Thread Dave Wallace
Merged. -daw- On 08/23/2017 03:17 PM, Jon Loeliger wrote: On Wed, Aug 23, 2017 at 1:30 PM, Florin Coras wrote: Hi Jon, There was a pending patch for that but apparently it got abandoned. Here’s a fix [1] that we’ll merge as soon as it passes verify. Sorry for the inconvenience. Regards, Fl

Re: [vpp-dev] Augment 'make test' with C build tests?

2017-08-23 Thread Dave Wallace
Jon, On 08/23/2017 03:41 PM, Jon Loeliger wrote: On Wed, Aug 23, 2017 at 2:25 PM, Dave Wallace wrote: Jon, I think this is an excellent idea as your example is clearly a test escape that we should be detecting in our CI infra. However, I'm not sure if "make test" is the appro

Re: [vpp-dev] Augment 'make test' with C build tests?

2017-08-23 Thread Dave Wallace
named something more specific than “extras/apps”. We can keep that for genuine application, but for any apps meant for testing, I’d go with “extras/apps/testing” or something along those lines. Cheers, Florin On Aug 23, 2017, at 2:21 PM, Dave Wallace <mailto:dwallac...@gmail.com>> wrote:

Re: [vpp-dev] Augment 'make test' with C build tests?

2017-08-23 Thread Dave Wallace
On 08/23/2017 05:45 PM, Jon Loeliger wrote: On Wed, Aug 23, 2017 at 2:25 PM, Dave Wallace wrote: IMO, "in-tree" .vs. "out-of-tree" really boils down to decoupling the app's "Makefile.am" the rest of the vpp autotools structure/configuration. For exam

Re: [vpp-dev] Augment 'make test' with C build tests?

2017-08-23 Thread Dave Wallace
Burt, On 08/23/2017 08:31 PM, Burt Silverman wrote: Dave Wallace wrote: IMO, "in-tree" .vs. "out-of-tree" really boils down to decoupling the app's "Makefile.am" the rest of the vpp autotools structure/configuration. For example, I ran into th

[vpp-dev] Another 6 hour build timeout

2017-08-24 Thread Dave Wallace
Dear helpdesk, Please investigate this build failure https://jenkins.fd.io/job/vpp-verify-master-centos7/6757/ The build output has that has indications of something seriously wrong with the minion's os: [From https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-verify-master-centos7/67

[vpp-dev] https://gerrit.fd.io/r/8156 missing from master

2017-08-24 Thread Dave Wallace
Andrew, I just merged https://gerrit.fd.io/r/8156 into stable/1707 and afterwards realized that it has not been committed to master. Shouldn't this be included in master as well? Same thing with https://gerrit.fd.io/r/#/c/8147/ -- is there a reason this is not being committed to master, then

Re: [vpp-dev] https://gerrit.fd.io/r/8156 missing from master

2017-08-25 Thread Dave Wallace
go in before we can stamp a 17.07.1... --a On 24 Aug 2017, at 23:54, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Andrew, I just merged https://gerrit.fd.io/r/8156 into stable/1707 and afterwards realized that it has not been committed to master.  Shouldn't this be include

Re: [vpp-dev] [csit-dev] make test python segfault in ubuntu 16.04

2017-08-25 Thread Dave Wallace
vpp-dev, Florin, Below is an analysis of the all of the failures that this patch encountered before finally passing. None of the failures were related in any way to the code changes in the patch. In summary, there appear to be a number of different factors involved with these failures. *

Re: [vpp-dev] https://gerrit.fd.io/r/8156 missing from master

2017-08-28 Thread Dave Wallace
ce to the other commit. Of course, any new things and the minor bug fixes, especially those I would find myself or someone else on master, would go to master first. At least that was my logic - but I am happy to replace it with better one! :-) --a On 25 Aug 2017, at 14:32, Dave Wallace

Re: [vpp-dev] https://gerrit.fd.io/r/8156 missing from master

2017-08-28 Thread Dave Wallace
On 08/28/2017 12:05 PM, Andrew Yourtchenko wrote: Dave, On 28 Aug 2017, at 17:32, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Andrew, Having got some feedback from others, I don't think there is any one right way. For bugs found in a stable branch, it makes sen

Re: [vpp-dev] SIGSEGV when bootstrapping

2017-08-28 Thread Dave Wallace
Marco, Thanks for the follow up. Could you please file a Jira for this issue (https://jira.fd.io/secure/RapidBoard.jspa?rapidView=20&projectKey=VPP) and/or submit a patch if you find a workaround? Thanks, -daw- On 08/28/2017 12:22 PM, Marco Varlese wrote: After long digging I managed to fin

Re: [vpp-dev] https://gerrit.fd.io/r/#/c/8236/

2017-08-29 Thread Dave Wallace
Tom, What OS are you running? Thanks, -daw- On 08/29/2017 07:58 PM, Thomas F Herbert wrote: This patch creates may have fixed one problem with Ubuntu 16.04 but created another: $ make /bin/sh: line 0: [: -eq: unary operator expected ... -- *Thomas F Herbert* NFV and Fast Data Planes Off

Re: [vpp-dev] https://gerrit.fd.io/r/#/c/8236/

2017-08-30 Thread Dave Wallace
-- Gabriel Ganne ---- *From:* Dave Wallace mailto:dwallac...@gmail.com>> *Sent:* Wednesday, August 30, 2017 6:25:32 AM *To:* Thomas F Herbert; Gabriel Ganne *Cc:* vpp-dev *Subject:* Re: [vpp-dev] https://gerrit.fd.io/r/#/c/8

Re: [vpp-dev] https://gerrit.fd.io/r/#/c/8236/

2017-08-30 Thread Dave Wallace
hange the way the Makefile variables are interpreted. I tested on rhel 7, Ubuntu 16.04, and debian 8. Best regards, -- Gabriel Ganne *From:*Dave Wallace [mailto:dwallac...@gmail.com] *Sent:* mercredi 30 août 2017 16:27 *To:* Burt Silverman ; Gabriel Ganne *Cc:* Thomas F Herbert ; vp

[vpp-dev] More build timeouts for vpp-verify-master-ubuntu1604

2017-09-04 Thread Dave Wallace
Dear helpd...@fd.io, There has been another string of build timeouts for vpp-verify-master-ubuntu1604: https://jenkins.fd.io/job/vpp-verify-master-ubuntu1604/buildTimeTrend Please change the timeout for build failures from 360 minutes to 120 minutes in addition to addressing the slow mini

Re: [vpp-dev] Running CLI against named vpp instance

2017-09-05 Thread Dave Wallace
Marek, What is the uid/gid of /dev/shm/vpe-api ? Is the user a member of the vpp group? Does your VPP workspace include the patch c900ccc34 "Enabled gid vpp in startup.conf to allow non-root vppctl access" ? Thanks, -daw- On 09/05/2017 06:08 AM, Marek Gradzki -X (mgradzki - PANTHEON TECHNO

Re: [vpp-dev] Running CLI against named vpp instance

2017-09-06 Thread Dave Wallace
t file name to make this easier to debug. Thanks, -daw- On 09/06/2017 05:55 AM, Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) wrote: Dave, please find replies inline. *From:*Dave Wallace [mailto:dwallac...@gmail.com] *Sent:* 5 września 2017 16:41 *To:* Marek Gradzki -X (mgradzk

Re: [vpp-dev] Running CLI against named vpp instance

2017-09-06 Thread Dave Wallace
p.cli-${prefix}.sock" and vppctl -p ${prefix} to be in line with current usage. Ed On Wed, Sep 6, 2017 at 7:50 AM, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Marek, Please check the vpp startup configuration (/etc/vpp/startup.conf) to ensure that "un

Re: [vpp-dev] u32 vs uint32_t

2017-09-11 Thread Dave Wallace
+1 On 09/11/2017 11:27 AM, Florin Coras wrote: Hi Chris, Personally, I’d like to enforce the use of u32. Is it an option to just replace all occurrences of uint32_t in ip.h/mpls.h? Thanks, Florin On Sep 11, 2017, at 7:55 AM, Luke, Chris > wrote: For discussi

[vpp-dev] vagrant centos image missing %py2_build macro

2017-09-13 Thread Dave Wallace
Hi Tom, I've been trying to get the vagrant VM build for Centos 7 (VPP_VAGRANT_DISTRO=centos7) to work in .../vpp/extras/vagrant. It currently fails with the following error: %< make[2]: Leaving directory `/vpp/extras/rpm/vpp-17.10/build-root' + cd /vpp/extras/rpm/vpp-17.10/build-ro

Re: [vpp-dev] Failed to use vcl_test_client

2017-09-18 Thread Dave Wallace
Hi Xyeue, I believe this patch fixes this issue: https://gerrit.fd.io/r/#/c/8315/ Can you please pull the latest source code and try again? Thanks, -daw- On 9/18/2017 2:43 AM, 薛欣颖 wrote: Hi, When I test vcl ,there is some error : root@ubuntu:/home/vpp_communication/vpp/build-root/install-vp

Re: [vpp-dev] Jira cleanup, FYI

2017-09-18 Thread Dave Wallace
+1 Thanks man! -daw- On 9/18/2017 2:10 PM, Florin Coras wrote: Chris, Thanks a lot! Cheers, Florin On Sep 18, 2017, at 11:03 AM, Luke, Chris > wrote: All, As an FYI… I just did a bunch of cleanup in Jira. Closed a lot of issues (~100) that were marked/Comple

Re: [vpp-dev] Compile error with linux/memfd.h

2017-09-28 Thread Dave Wallace
Eddie, I recently submitted a patch which updated the CentOS Vagrant support in .../vpp/extras/Vagrantfile to CentOS 7.4 Please pull the latest VPP tree from master, install virtualbox, and run vagrant/virtualbox as follows: cd /extras/vagrant export VPP_VAGRANT_DISTRO=centos7 vagr

Re: [vpp-dev] unit test framework timeout

2017-10-02 Thread Dave Wallace
Brian, A brute-force means of achieving your goal would be to use the "TEST=" option to run each test individually:  TEST=    - filter the set of tests:     by file-name  - only run tests from specified file, e.g. TEST=test_bfd selects all tests from test_bfd.py     by file-suffix   

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

2017-10-11 Thread Dave Wallace
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 failure signature, you need to rebase your patch for it to succeed: - %< - 08:54:53  make[2]: Leaving directory `/

Re: [vpp-dev] Mac Address Api Changes

2017-10-11 Thread Dave Wallace
+1 On 10/11/2017 03:49 AM, Neale Ranns (nranns) wrote: +1 *From: * on behalf of Jon Loeliger *Date: *Tuesday, 10 October 2017 at 22:55 *To: *"John Lo (loj)" *Cc: *vpp-dev *Subject: *Re: [vpp-dev] Mac Address Api Changes On Tue, Oct 10, 2017 at 2:41 PM, John Lo (

Re: [vpp-dev] Test failing

2017-10-11 Thread Dave Wallace
Please see my previous email about rebasing to fix the vpp-verify-master-centos7 failure. Thanks, -daw- On 10/11/2017 7:38 AM, Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) wrote: I'm can't tell ... I just noticed that this seems to be the real cause for failure but missed you

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] bug/issue notification

2017-10-16 Thread Dave Wallace
Justin, install.sh has not been used for many releases and should probably just be removed as it has not been maintained with the updating of the packaging. In order to install VPP in the VM, just follow the recipe in https://wiki.fd.io/view/VPP/Build,_install,_and_test_images Thanks, -daw-

Re: [vpp-dev] Test job maybe not working correctly

2017-10-16 Thread Dave Wallace
Matt, Thanks for pointing this out.  There appears to be a bug in ci-management/jjb/vpp/vpp.yaml, where the node type is specified as 'ubuntu-s' instead of an os node (e.g. '{os}-basebuild-8c-32g'). - %< - - job-template:     name: 'vpp-test-poc-verify-{stream}-{os}'     project-type

Re: [vpp-dev] gerrit http authentication

2017-10-19 Thread Dave Wallace
Gabriel, Please send an email to helpd...@fd.io for infrastructure related issues.  I agree that http authentication should be supported. Thanks, -daw- On 10/19/2017 4:13 AM, Gabriel Ganne wrote: Hi, Unless I'm mistaken, it seems http authentication has been removed from gerrit. It was

Re: [vpp-dev] VPP 17.10 Released

2017-10-27 Thread Dave Wallace
Most Excellent! Thanks Florin for your work as release manager to keep this release on track and to all contributors in the FD.io community to helped make this release a success. Best regards, -daw- On 10/26/2017 5:36 PM, Florin Coras wrote: Dear VPP community, The VPP 17.10 release is com

Re: [vpp-dev] How to use VCL to connect contanier and host NIC

2017-10-30 Thread Dave Wallace
Liujun, Can you please elaborate on your use case?  The description of your topology does not include all of the information required to answer your question because there is no mention of what the source/destination of the packet you are describing. VCL/VCL-LDPRELOAD provides connectivity f

Re: [vpp-dev] [discuss] FD.io CSIT rls1710 report published

2017-11-02 Thread Dave Wallace
Most Excellent! -daw- On 11/02/2017 01:32 PM, Maciek Konstantynowicz (mkonstan) wrote: Dear FD.io community, The CSIT rls1710 report is now published on FD.io docs site: https://docs.fd.io/csit/rls1710/report/ Many Tha

[vpp-dev] Discussion Topic: creating demo branches in git.fd.io/vpp

2017-11-15 Thread Dave Wallace
Folks, Per the action item from this yesterday's VPP weekly meeting, I'm asking for opinions from the VPP community on allowing the creation of demo branches in the VPP git repo. The definition of a demo branch is defined as a branch pulled from master that: 1) Purpose is to demonstrate a

[vpp-dev] vpp-verify-master-opensuse build failure triage

2017-11-27 Thread Dave Wallace
Marco, Can you please take a look at the build failure encountered with https://gerrit.fd.io/r/#/c/9582/ on the vpp-verify-master-opensuse jenkins job: - %< - fd.io JJB  7:56 AM Patch Set 2: Verified-1 Build Failed https://jenkins.fd.io/job/vpp-verify-master-opensuse/459/ : FAILURE No

Re: [vpp-dev] Write simple program that can work with VPP API

2017-12-11 Thread Dave Wallace
Samuel, Your main() function is missing the initialization of the connection to VPP as well as vppinfra initialization should you decide to use such features in your app. I would recommend that you review the vat (VPP API Test) application main() function which is the application used to tes

[vpp-dev] VPP Release 18.01 F0 Milestone - Wed 12/20/2017

2017-12-12 Thread Dave Wallace
Folks, Please note that next Wednesday December 20, 2017 is the VPP Release 18.08 F0 Milestone after which VPP API changes will no longer be committed and only low risk changes will be merged in master. Please review the VPP 18.01 Release plan and add any features to wiki which you intend to

[vpp-dev] Reminder: VPP 18.01 Release F0 - API freeze Wed. Dec 20th

2017-12-18 Thread Dave Wallace
Folks, The VPP 18.01 Release F0 Milestone - API freeze is this Wednesday December 20, 2017 @ 6pm PST. https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_18.01#Release_Milestones The gerrit patches listed below include API files.  Please unicast me the list of your patches that sh

[vpp-dev] VPP Release 18.01 F0 Milestone is TODAY

2017-12-20 Thread Dave Wallace
Folks, Today is the VPP Release 18.01 F0 Milestone.  After the end of the day PST, no more API changes will be merged into master. The RC1 / Stable branch creation date is Wed. Jan 3, 2018.  Between now and RC1, all patches merged should be bug fixes with a Jira ticket associated with each p

Re: [vpp-dev] VPP's host stack VRF aware

2017-12-29 Thread Dave Wallace
You can also configure the VCL app namespace-id & secret via the environment variables VCL_APP_NAMESPACE_ID and VCL_APP_NAMESPACE_SECRET. Note that VCL environment variables take precedence over attributes configured in the vcl config file. Thanks, -daw- On 12/28/2017 02:15 PM, Florin Coras

[vpp-dev] VPP 18.01 Release Milestone RC1 is Wed 1/3/2018

2017-12-29 Thread Dave Wallace
Folks, Just a reminder of January VPP 18.01 Release Milestones: https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_18.01#Release_Milestones VPP 18.01 RC1 is next Wednesday January 3, 2018 at which point the release branch will be pulled and the first artifacts posted. Until the r

Re: [vpp-dev] Failing verify jobs

2017-12-30 Thread Dave Wallace
Hi Jon, Thanks for the report.  I rebased this patch yesterday because there had been a couple of reports of CSIT job failures due to this VIRL failure. Given that most/all of the CSIT team is on PTO until 1/2/18, I don't expect that this will be addressed before Tuesday, but I'm sure that it

Re: [vpp-dev] VPP 18.01 Release Milestone RC1 is Wed 1/3/2018

2018-01-02 Thread Dave Wallace
Gentle reminder: Tomorrow is VPP 18.01 RC1 Happy New Year! -daw- On 12/29/2017 10:38 AM, Dave Wallace wrote: Folks, Just a reminder of January VPP 18.01 Release Milestones: https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_18.01#Release_Milestones VPP 18.01 RC1 is next

Re: [vpp-dev] Unable to add NIC to VPP

2018-01-02 Thread Dave Wallace
Shiv, You need to verify that there is a DPDK driver for the device you are trying to use. If there is a DPDK driver, then you will need to add a case for it in the vpp dpdk driver initialization function in .../vpp/src/plugins/dpdk/device/init.c Finally you will need to test VPP with the

[vpp-dev] VPP 18.01 RC1 milestone is complete!

2018-01-04 Thread Dave Wallace
Folks, The VPP 18.01 RC1 milestone is complete. The VPP 18.01 release branch(stable/1801) has been created, along with the associated nexus and packagecloud repo's. * vpp master branch is now open for all patches slated for VPP 18.04 (and beyond). * vpp stable/1801 is open for bug fix pa

[vpp-dev] VPP 18.01 Release Milestone RC2 is Wed 1/10/2018

2018-01-04 Thread Dave Wallace
Folks, Just a reminder of VPP 18.01 Release Milestones: https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_18.01#Release_Milestones VPP 18.01 RC2 is next Wednesday January 10, 2018. Per the standard process, all bug fixes to the stable branch should follow the best practices:

Re: [vpp-dev] VPP 18.01 Release Milestone RC2 is Wed 1/10/2018

2018-01-07 Thread Dave Wallace
tches submitted to stable branches. I'd also like to get all Coverity issues on stable/1801 resolved prior to RC2.  There were only a handful of Coverity warnings open when the branch was created.  See https://scan.coverity.com/projects/fd-io-vpp Thanks, -daw- On 01/04/2018 12:30 PM, Da

[vpp-dev] VPP 18.01 Release Milestone RC2 is complete!

2018-01-10 Thread Dave Wallace
Folks, I have created the v18.01-rc2 tag on stable/1801 and verified that 18.01-rc2 build artifacts have been uploaded to nexus.fd.io.  VPP 18.01 Release Milestone RC2 is complete! As a reminder, the VPP 18.01 Release is in two weeks on Wednesday January 24, 2018. https://wiki.fd.io/view/P

[vpp-dev] 18.01 Release Notes

2018-01-23 Thread Dave Wallace
Folks, The 18.01 Release Notes are available for review in the patch: https://gerrit.fd.io/r/#/c/10219/ I have merged the patch and tagged it with v18.01 so that the release articles can build overnight and be available for testing tomorrow morning. Please send comments to me by replying to

[vpp-dev] Fwd: [FD.io Helpdesk #51526] AutoReply: VPP Release 18.01 blocker -- merge jobs failing!

2018-01-24 Thread Dave Wallace
FYI... Forwarded Message Subject: [FD.io Helpdesk #51526] AutoReply: VPP Release 18.01 blocker -- merge jobs failing! Date: Wed, 24 Jan 2018 11:20:32 -0500 From: FD.io Helpdesk via RT Reply-To: fdio-helpd...@rt.linuxfoundation.org To: dwallac...@gmail.com G

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

2018-01-24 Thread Dave Wallace
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 all of the VPP community who have contributed to the

[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 https://nexus.fd.io/content/repositories/fd.io.stable.1707.centos7/io/fd/vp

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

2018-01-25 Thread Dave Wallace
RHEL. Not sure when it will make it. Thomas can give more details, I am just regurgitating what he previously reported to me. Billy McFall On Thu, Jan 25, 2018 at 6:57 PM, Dave Wallace <mailto:dwallac...@gmail.com>> wrote: Does anyone know what RPM contains debug symbols?

Re: [vpp-dev] openSUSE build fails

2018-01-26 Thread Dave Wallace
Actually you do ;) The VPP vagrant environment supports OpenSUSE in addition to ubuntu16.04 and centos7: cd .../vpp/extras/vagrant export VPP_VAGRANT_DISTRO=opensuse vagrant up Thanks, -daw- On 1/26/18 1:52 AM, Ole Troan wrote: Hi Hongjun, I have no OpenSUSE at hand, and could not give it

Re: [vpp-dev] VCL-LDPRELOAD with C++ gRPC

2018-01-26 Thread Dave Wallace
Jan, It appears that we may have the opportunity for some cross-project collaboration here (or collateral damage). Peter has kicking the tires on VCL/LD_PRELOAD + host stack for a while now, but has yet to identify his use case. Do you know what Peter is working on and where it fits into the

Re: [vpp-dev] VCL-LDPRELOAD with C++ gRPC

2018-01-26 Thread Dave Wallace
I apologize, this was meant to be a private communication. Sorry for spamming the list. -daw- On 01/26/2018 11:01 AM, Dave Wallace wrote: Jan, It appears that we may have the opportunity for some cross-project collaboration here (or collateral damage). Peter has kicking the tires on VCL

Re: [vpp-dev] epoll conflict

2018-02-06 Thread Dave Wallace
Shashi, Can you elaborate on your use case?  There's really not enough information to understand what you're trying to accomplish to know how to help. Assuming that you are using LD_PRELOAD to "link the vcom library to the application", the vcom api layer redirects calls based on the fd to

Re: [vpp-dev] New fd.io vpp project committer vote: Marco Varlese

2018-02-06 Thread Dave Wallace
Barach (dbarach) *Sent:* Tuesday, February 6, 2018 8:56 AM *To:* Keith Burns (krb) ; Florin Coras (fcoras) ; John Lo (loj) ; Luke, Chris ; Damjan Marion (damarion) ; Neale Ranns (nranns) ; Ole Troan ; Dave Wallace ; Ed Warnicke (eaw) *Subject:* New Committer Nomination: Marco Varlese Folk

Re: [vpp-dev] Congrats to Marco Varlese on his election as a vpp project committer

2018-02-08 Thread Dave Wallace
Congrats Marco! -daw- On 2/8/2018 11:23 AM, Dave Barach (dbarach) wrote: It gives me great pleasure to announce Marco’s election as a vpp project committer, confirmed a few minutes ago by the fd.io vpp TSC. Vanessa V. will take care of [+2 button] mechanics shortly. Thanks much to Marco for

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

2018-02-13 Thread Dave Wallace
Folks, The VPP 18.01.1 Release artifacts are now available on nexus.fd.io VPP 18.01.1 Release is a bugfix release. For the full list of fixed issues please refer to the git commit log [1]. The ubuntu.xenial and centos packages can be installed following the recipe on the wiki [2]. Thanks,

Re: [vpp-dev] [infra-steering] Something wrong with the CentOS repo?

2018-02-16 Thread Dave Wallace
Marco, If you haven't already done so, please open a trouble-ticket with LF by sending an email to helpd...@fd.io Thanks, -daw- On 02/16/2018 09:36 AM, Marco Varlese wrote: I tried a 'recheck' and the error is still there so likely is really broken? On Fri, 2018-02-16 at 13:34 +0100, Marco

Re: [vpp-dev] [infra-steering] Something wrong with the CentOS repo?

2018-02-16 Thread Dave Wallace
Thanks Marco! -daw- On 02/16/2018 09:55 AM, Marco Varlese wrote: Done. Cheers, Marco On Fri, 2018-02-16 at 09:52 -0500, Dave Wallace wrote: Marco, If you haven't already done so, please open a trouble-ticket with LF by sending an email to helpd...@fd.io Thanks, -daw- On 02/16/20

Re: [vpp-dev] FD.io CSIT rls1801 report published

2018-02-19 Thread Dave Wallace
WooHoo!  Congrats to the CSIT community. -daw- On 02/19/2018 12:06 PM, Maciek Konstantynowicz (mkonstan) wrote: Dear FD.io community, *The CSIT rls1801 report is now published on FD.io docs site:* *html: *https://docs.fd.io/csit/rls1801/report/ *pdf:* https://

Re: [vpp-dev] make test patch failing on OpenSuse yum

2018-02-21 Thread Dave Wallace
Marco, Thanks for following up on this! -daw- On 02/21/2018 09:34 AM, Marco Varlese wrote: And yes, indeed, a patch added the below code into Jenkins which is obviously wrong. elif [ "${OS_ID}" == "opensuse" ]; then yum list installed pip list fi - Marco On Wed, 2018-02-21 at 15

Re: [vpp-dev] stats mess

2018-02-27 Thread Dave Wallace
Hi Klement, Thanks for the bug report.  Could you please submit a Jira for this so it doesn't get lost? Thanks, -daw- On 02/27/2018 08:33 AM, Klement Sekera wrote: Hi, While doing some testing I noticed that vpp ends in a strange state when doing a specific stats dance: 1. want_interface_

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-05 Thread Dave Wallace
Sirshak, The JVPP error was caused by a patch (10920) that somehow passed the Verify job, but failed during the merge job.  I have just merged the patch (10965) which reverts the patch which introduced the JVPP build errors. Thanks, -daw- On 3/5/2018 5:44 PM, Sirshak Das wrote: Hi Marco,

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-06 Thread Dave Wallace
dated version of 10920 with updated service definitions: https://gerrit.fd.io/r/#/c/10973/ Regards, Marek *From:*vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Dave Wallace *Sent:* 6 marca 2018 00:19 *To:* vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] VPP DPDK build failu

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-06 Thread Dave Wallace
veral components. Regards, Marek *From:*vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Dave Wallace *Sent:* 6 marca 2018 16:59 *To:* vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64) Hi Marek, Thanks for the analysis.  VPP

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-06 Thread Dave Wallace
mailto:vpp-dev@lists.fd.io] On Behalf Of Dave Wallace Sent: 6 marca 2018 16:59 To: vpp-dev@lists.fd.io Subject: Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64) Hi Marek, Thanks for the analysis. VPP's gerrit "Submit Type" is "Rebase if Necessary". This

Re: [vpp-dev] VPP DPDK build failure with Mellanox interface(aarch64)

2018-03-06 Thread Dave Wallace
erything was done right. I am totally fine with “Rebase if necessary”. But personally I often rebase patches before submitting. Especially these that might affect several components. Regards, Marek From: vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io ] On Behalf Of Dave Wallace Sent: 6 marca 2018

Re: [vpp-dev] Error in loading sample_plugin.so

2018-03-11 Thread Dave Wallace
https://wiki.fd.io/view/VPP/Pulling,_Building,_Running,_Hacking_and_Pushing_VPP_Code Thanks, -daw- On 3/11/2018 11:06 AM, Shashi Kant Singh wrote: Hi Dave I wanted to know how to push a patch. I am not a reviewer or committer. Still can I do? How can I become a reviewer / committer ? Regar

[vpp-dev] VPP 18.01.2 Release scheduled for Thursday March 29

2018-03-22 Thread Dave Wallace
Folks, Per the discussion at this week's VPP Bi-weekly Meeting, there have been enough bug fixes committed to VPP stable/1801 since the release of VPP 18.01.1 to merit another maintenance release for VPP 18.01. VPP 18.01.2 Release is scheduled for next Thursday March 29, 2018. This is a main

Re: [vpp-dev] UDP ECHO Server

2018-03-23 Thread Dave Wallace
I'm in the process of adding both IPv6 and UDP support to socket_test.sh/sock_test_server/sock_test_client and will publish the patch soon. Thanks, -daw- On 03/23/2018 03:18 AM, Florin Coras wrote: Not as far as I know. As for your solution, yes, it should work. Florin On Mar 23, 2018, at 8

Re: [vpp-dev] UDP ECHO Server

2018-03-26 Thread Dave Wallace
e expected date? Regards Shashi *From:*vpp-dev@lists.fd.io [mailto:vpp-dev@lists.fd.io] *On Behalf Of *Dave Wallace *Sent:* 23 March 2018 18:32 *To:* vpp-dev@lists.fd.io *Subject:* Re: [vpp-dev] UDP ECHO Server I'm in the process of adding both IPv6 and UDP support to socket_test.sh/s

VPP 18.01.2 Release postponed (Was: [vpp-dev] VPP 18.01.2 Release scheduled for Thursday March 29)

2018-03-28 Thread Dave Wallace
Folks, Due to ongoing 18.01 CSIT Performance testing and bug fixes, the VPP 18.01.2 Release is being postponed.  The tentative release date is now Thursday April 19, 2018 or Thursday May 10, 2018 depending on the availability of CSIT resources. Thanks, -daw- On 03/22/2018 11:21 AM, Dave

Re: [vpp-dev] 18.04 RC1 is cut, master is open again

2018-04-05 Thread Dave Wallace
Excellent! -daw- On 04/04/2018 10:40 PM, Chris Luke wrote: All, The stable/1804 branch was created earlier; master is now open again for general patches. I’m not ready to accept fixes on the new stable branch. This is pending determining why packagecloud hasn’t received any packages yet a

Re: [vpp-dev] Sad News from Intel - Venky Venkatesan

2018-04-06 Thread Dave Wallace
+1000 On 4/6/18 7:24 AM, Marco Varlese wrote: It is a very sad and shocking news. Venky was a visioner, a scientist whilst being a humble and kind person. He has been a mentor to me and it has been a true privilige to get to know him and work with him. I am sure he'll be missed and remembered

  1   2   3   4   5   >