[vpp-dev] Dependency errors after install-deps

2020-06-19 Thread Keith Burns
make pkg-deb dpkg-checkbuilddeps: error: Unmet build dependencies: dh-python What is "install-deps" and "install-ext-deps" doing? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16765): https://lists.fd.io/g/vpp-dev/message/16765 Mute This Topic:

[vpp-dev] Building with fresh Ubuntu Focal

2020-06-01 Thread Keith Burns
Had some issues building with fresh Ubuntu Focal install around python3. To fix I had to: sudo apt install python3-venv python3 -m venv "~/pyenv/vpp" source ~/pyenv/vpp/bin/activate # build fails without manually installing pip install ply cd make install-dep build -=-=-=-=-=-=-=-=-=-=-=-

[vpp-dev] VPP presentation for beginners

2020-03-24 Thread Keith Burns
Is there any more up to date collateral for an Introductory VPP presentation ? https://wiki.fd.io/view/Presentations Also, be nice if all presentations were actual presentations, not PDFs. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15856):

[vpp-dev] Stats docs

2019-10-05 Thread Keith Burns
Love the in-memory / directory based stats structure, and wanted to know the best way to go about adding some counters I want exposed in same manner. Is anyone planning on doing a write-up for Stats similar to other sections of https://fd.io/docs/vpp/master/gettingstarted/developers/index.html ?

Re: [vpp-dev] Read the docs "Maze Found" errors

2019-10-04 Thread Keith Burns
Well I was and I wasn't. Found the "we have moved" page when on the home page. I think some clean up is needed. Here is what happens: - I google for "vpp read the docs" or some such and get to: https://fdio-vpp.readthedocs.io/en/latest/ - this presents me with what appears to be a normal

[vpp-dev] Read the docs "Maze Found" errors

2019-10-04 Thread Keith Burns
https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/installing/index.html#installing-on-ubuntu ^^^ Thats just an example, get the "Sorry this page does not exist yet" ascii art. Am I doing it wrong? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply

[vpp-dev] Add test framework to pythonpath ?

2019-09-26 Thread Keith Burns
Issue: IDE doesn't know what to do with: "from framework import VppTestCase, VppTestRunner" What I tried: Pointed IDE to use the python-interpreter in ".../vpp/test/run/venv/bin/python" but that doesn't contain framework in its site-packages etc. .../vpp/test/doc/overview.rst references a

[vpp-dev] Makefile and ID_LIKE

2019-08-02 Thread Keith Burns
Any chance OS_ID / OS_VERSION in Makefile could be modified to incorporate ID_LIKE ? Reason is OS' like Linux Mint fail make with: alagalah@thing3:/mnt/hgfs/git/personal/vpp$ make install-dep Makefile:325: *** "This option currently works only on Ubuntu, Debian, RHEL, CentOS or openSUSE

Re: [vpp-dev] LOG and ERROR handlers

2018-03-14 Thread Keith Burns
If using default startup.conf found; src/vpp/conf/startup.conf it is /var/log/vpp/vpp.log On Wed, Mar 14, 2018 at 9:27 AM Sara Gittlin wrote: > Hello All, > > what are the VPP standard log and error handlers ? > > Thank you > -Sara > > > >

Re: [vpp-dev] stats mess

2018-03-05 Thread Keith Burns
Klement, I didn't actually test that specific combo. ~0 was kept for backwards compatibility. If you raise the JIRA, assign it to me, and I will have a look. On Tue, Feb 27, 2018 at 5:33 AM Klement Sekera wrote: > Hi, > > While doing some testing I noticed that vpp ends

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

2018-02-21 Thread Keith Burns
https://gerrit.fd.io/r/#/c/10702/ Fails due to: "*01:58:10* AttributeError: 'RPMDBAdditionalData' object has no attribute 'yumdb_cache'" (ref: https://jenkins.fd.io/job/vpp-verify-master-opensuse/1658/console) The Google Way-back machine says

Re: [vpp-dev] VPP Performance on preempt_rt Linux Kernel

2018-02-19 Thread Keith Burns
Something something corporate network, something switch to plain old internet something: https://wiki.fd.io/view/File:FD.io_mini-summit_916_Vhost_Performance_and_Optimization.pptx On Mon, Feb 19, 2018 at 6:00 AM Keith Burns <alaga...@gmail.com> wrote: > I thought Pierre Pfister (cc)

Re: [vpp-dev] VPP Performance on preempt_rt Linux Kernel

2018-02-19 Thread Keith Burns
I thought Pierre Pfister (cc) had done some work with RT linux or at least with standard kernel and RT settings when doing vhost-user enhancements. I wanted to check his presentation at an fd.io mini-summit on our wiki, but it appears that wiki.fd.io is down (as is wiki.opendaylight.org at least

Re: [vpp-dev] FW: New Committer Nomination: Marco Varlese

2018-02-06 Thread Keith Burns
+1 On Feb 6, 2018 6:29 AM, "Dave Barach (dbarach)" <dbar...@cisco.com> wrote: To record Damjan’s vote… *From:* Damjan Marion (damarion) *Sent:* Tuesday, February 6, 2018 9:07 AM *To:* Dave Barach (dbarach) <dbar...@cisco.com> *Cc:* Keith Burns (krb) <k...@cisco.c

Re: [vpp-dev] [nsh_sfc-dev] Stepping down as NSH_SFC PTL

2018-01-09 Thread Keith Burns
+1 Hongjun! On Jan 4, 2018 7:15 PM, "Zhou, Danny" wrote: > +1 for Hongjun > > > > *From:* a...@yunify.org [mailto:a...@yunify.org] > *Sent:* Friday, January 5, 2018 9:06 AM > *To:* Zhou, Danny ; t...@lists.fd.io; > nsh_sfc-...@lists.fd.io > *Cc:*

Re: [vpp-dev] Issues with DPDK checksum with latest build

2017-12-12 Thread Keith Burns
alhost:/vpp/dpdk$ md5sum dpdk-17.11.tar.xz > > 61e79ac968343d7a4a4050dcaa2d6f36 dpdk-17.11.tar.xz > > > > and update Makefile > > DPDK_17.11_TARBALL_MD5_CKSUM := 61e79ac968343d7a4a4050dcaa2d6f36 > > > > *From: *<vpp-dev-boun...@lists.fd.io> on behalf of

[vpp-dev] Issues with DPDK checksum with latest build

2017-12-12 Thread Keith Burns
Been seeing this since yesterday on two separate 16.04 boxes: https://gist.github.com/051cc22ca505766a37111f8fa9b24b2f I did try "wget into ~/Downloads" as suggested in a thread by Damjan but no dice. ___ vpp-dev mailing list vpp-dev@lists.fd.io

Re: [vpp-dev] The feasibility of C++ gRPC with libvcl_ldpreload

2017-12-08 Thread Keith Burns
t; VCL-LDPRELOAD: setsockopt(fd, SOL_SOCKET, SO_REUSEADDR, ...) does nothing, > therefore, getsockopt(...) does not confirm an expected change > > > Regards, > > Peter > -- > *Od:* Keith Burns <alaga...@gmail.com> > *Odoslané:* štvrtok, 7. dece

Re: [vpp-dev] The feasibility of C++ gRPC with libvcl_ldpreload

2017-12-07 Thread Keith Burns
Peter, As you might be aware we've been focused on showcasing VPP integrated with the Ligato project for KubeCon this week. Once folks are back next week there's quite a bit of technical debt we need to address. There's also interest from other parties to use LIBVCL (not LDP per se), and I

Re: [vpp-dev] 回复: How to get interface stats using C api?

2017-09-26 Thread Keith Burns
e this > stats. calling other function or variable? Can you tell me how to receive > stats in my c program? >Thanks! > > > ------ 原始邮件 -- > *发件人:* "Keith Burns";<alaga...@gmail.com>; > *发送时间:* 2017年9月27日(星期三) 上午6:39 > *收件人:* &qu

Re: [vpp-dev] How to get interface stats using C api?

2017-09-26 Thread Keith Burns
Hi there, As of 17.10 you can now register for statistics on a per interface level. You need the sw_if_index of the interface you want stats for, but the calls are in https://git.fd.io/vpp/tree/src/vpp/stats/stats.api but as an example: Register: autoreply define

[vpp-dev] VPP Communications Library demo instructions

2017-08-30 Thread Keith Burns
Folks, Updated README.md in VPPSB for VCL-preload. Also put a version on the VPP wiki: https://wiki.fd.io/view/VPP/VPPCommunicationsLibrary Enjoy! ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] VPP Communications library and LD_PRELOAD

2017-08-17 Thread Keith Burns
Folks, Happy to be able to share the latest on where we are at with the VPP communications library (VCL) and a matching POSIX Socket LD_PRELOAD library for container networking. On a Haswell 3.5GHz machine, running Brent Salisbury's "networkstatic/iperf3" Docker image: - running using default

[vpp-dev] VPP and container networking preso and demo

2017-07-25 Thread Keith Burns
Gave a presentation at Cisco Live US at the end of June showing two Docker containers performing at 110Gbps. Attached presentation to wiki ( https://wiki.fd.io/view/Presentations#Presentations) If that's TL;DR here is a 2min YouTube video (https://youtu.be/JplMMRcb8c8) All code will be pushed

Re: [vpp-dev] latest stable vpp version.

2017-04-11 Thread Keith Burns
https://docs.fd.io/vpp/ We use the yy.mm convention. So 17.07 is "under development" or master tag, and not released. According to https://wiki.fd.io/view/Projects/vpp/Release_Plans/Release_Plan_17.04 the next release is due 4/19 On Apr 7, 2017 8:38 AM, "Sharath"

Re: [vpp-dev] Build time performance info CentOS vs Ubuntu and also I'm looking for some virtual machine advice

2017-04-06 Thread Keith Burns
Burt, Would you consider putting this on to the wiki? On Apr 5, 2017 11:52 AM, "Burt Silverman" wrote: > Followup to my "how to use virt-manager" and how to get a small VM study. > > Here is the standard way to do a graphical VM, using virt-manager, with a > guest image that

Re: [vpp-dev] vpp-api python error during vpp installation

2017-04-03 Thread Keith Burns
Does this need to be backported to stable/1704? I just did a fresh pull and am getting the same error when trying to install the .deb files. Processing triggers for libc-bin (2.23-0ubuntu7) ... Errors were encountered while processing: vpp-api-python alagalah@thing1:vpp (stable/1704)*$ git ld

Re: [vpp-dev] VPP API Test Crash - Need help debugging

2017-03-28 Thread Keith Burns
Billy, Apologies, that was a convenience I did for the attendees of the devboot course last year. In the course notes I had the git checksum of the commit, but as Dave points out, a bit stale. I find a combo of "ldd" against the VPP binary you have built and ultimately want to install and

Re: [vpp-dev] VPP project committer nomination: Sergio Gonzales Monroy

2017-03-27 Thread Keith Burns
+1 On Mar 27, 2017 4:12 AM, "Damjan Marion (damarion)" wrote: Hello VPP committers, I would like to nominate Sergio Gonzales Monroy as a VPP project committer. History of Sergio’s merged contributions to the VPP project:

Re: [vpp-dev] VPP Python API for create host-interface ?

2017-03-21 Thread Keith Burns
Check what the name of the system interface is: ip -o a We don't create the veth pair for you, so once you do this with "ip link" and ostensibly move one end into a netns, the other end is the one you add to VPP. On Mar 21, 2017 2:06 PM, "Shravan Ambati" wrote: >

Re: [vpp-dev] Signal events between graph nodes within different threads

2017-03-07 Thread Keith Burns
Hongjun, We replicate the graph across all threads. The question is what do you want the node to do when it sees this event? If for instance a packet triggered an event that another node needs to know about in order to subsequently process THAT packet, ignoring the fact it's going to stay

Re: [vpp-dev] Vpp dependencies

2017-02-15 Thread Keith Burns
Raghav, You have to draw a line between "supported" and "can it be made to work". For instance I recall when a friend of mine, Christophe Fontaine, did an implementation on 32bit RPi. As Burt suggested, he did all the testing, and the net ask iirc was for some changes to a few types in vppinfra

[vpp-dev] Fwd: [nsh_sfc-dev] NSH_SFC weekly meeting agenda Feb 6th.

2017-02-07 Thread Keith Burns
Please see current NSH status for VPP meeting. -- Forwarded message - From: Zhou, Danny Date: Mon, Feb 6, 2017, 4:27 PM Subject: Re: [nsh_sfc-dev] NSH_SFC weekly meeting agenda Feb 6th. To: nsh_sfc-...@lists.fd.io Meeting Minutes:

[vpp-dev] Latest master building on Ubuntu 16.04

2017-01-20 Thread Keith Burns
Did a fresh clone and "make bootstrap" returns: Building dpdk in /home/alagalah/git/work/fdio/vpp/build-root/build-vpp_debug-native/dpdk make[2]: Entering directory '/home/alagalah/git/work/fdio/vpp/dpdk' /bin/bash: rpm: command not found /bin/bash: rpm: command not found /bin/bash:

[vpp-dev] [FD.io Helpdesk #35627] [linuxfoundation.org #35627] Re: 13:52:42 wget: unable to resolve host address ‘nexus.fd.io’

2017-01-18 Thread Keith Burns via RT
ns-1/vpp-csit-verify-virl-1701/29;>https://logs.fd.io/production/vex-yul-rot-jenkins-1/vpp-csit-verify-virl-1701/29*13:53:05* [WS-CLEANUP] Deleting project workspace...[WS-CLEANUP] done*13:53:05* Finished: FAIL On Wed, Jan 18, 2017 at 8:40 AM Keith Burns <alaga...@gmail.com> wrote: &

[vpp-dev] 13:52:42 wget: unable to resolve host address ‘nexus.fd.io’

2017-01-18 Thread Keith Burns
https://gerrit.fd.io/r/#/c/4754/1 Also https://gerrit.fd.io/r/#/c/4758/ failed for some spurious reason. ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] flowtable plugin

2016-11-23 Thread Keith Burns
On Wed, Nov 23, 2016 at 5:23 AM gannega wrote: > Hi Keith, > > This is a kind reminder. > > Apologies for tardiness... > Also, I stumbled upon VPP-320, and especially > https://gerrit.fd.io/r/#/c/1676/ which adds a 6 Bytes of plugin_metadata > in the opaque1 union,

Re: [vpp-dev] Problem while setting socket parameter

2016-11-23 Thread Keith Burns
Potentially a couple of things wrong: 1.  3756520960 == 223.231.246.0  575366855 == 34.75.102.199 192.168.1.1 == 3232235777 Maybe some Endian badness going on here?  2. Where is the default route pointing at ? I’ve seen IGMP issues where if the default route isn’t pointing at the desired IGMP

[vpp-dev] TLDK meeting Calendar entry updated

2016-11-22 Thread Keith Burns
Please note I updated https://wiki.fd.io/view/Meetings to reflect that TLDK meeting is: NOW: - 7am Friday Pacific WAS: - 8am Wed Pacfic ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] OSError: [Errno 17] File exists

2016-11-15 Thread Keith Burns
Try from project root: git clean -fdx make install-dep bootstrap build-vpp-api Then you can: make build (debug image) make pkg-deb (debian packaging) etc make will return the options. From: 王鹏 <15803846...@163.com> <15803846...@163.com> Reply: 王鹏 <15803846...@163.com>

[vpp-dev] Policy meeting

2016-11-08 Thread Keith Burns
Folks, Apologies fot late notice, had some new laptop issues this morning. Meeting will be at my WebEx room Cisco.webex.com/meet/krb ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] https://gerrit.fd.io/r/#/c/2428/ isn't included in 16.09

2016-11-04 Thread Keith Burns
.y...@intel.com> Date: November 3, 2016 at 6:37:47 PM To: Keith Burns <alaga...@gmail.com>, Dave Barach (dbarach) <dbar...@cisco.com> Subject:  RE: [vpp-dev] https://gerrit.fd.io/r/#/c/2428/ isn't included in 16.09 Thanks, Keith, Vpp Weekly Meeting  time is too late for me, so I c

Re: [vpp-dev] VPP project committer nomination: Neale Ranns

2016-11-01 Thread Keith Burns
+1  Although two Brits?   From: Dave Barach (dbarach) Reply: Dave Barach (dbarach) Date: November 1, 2016 at 9:53:07 AM To: vpp-dev@lists.fd.io Subject:  Re: [vpp-dev] VPP project committer nomination: Neale Ranns +1, without

Re: [vpp-dev] https://gerrit.fd.io/r/#/c/2428/ isn't included in 16.09

2016-11-01 Thread Keith Burns
Yi, Looks like this was submitted the day of RC0 but didn't get to review until a bit after. 1. This is why I sent multiple emails along the lines of RC0 is coming 2. Post that, you needed a bug ID and a cherry-pick. As for a respin this mechanically should be easier now we are on Nexus Pro BUT

Re: [vpp-dev] flowtable proposal

2016-10-22 Thread Keith Burns
Good stuff, If you wanted to you could push the diff to vpp to the vppsb repo and folks could cherry-pick to a specific VPP commit? On Wed, Oct 19, 2016, 4:45 AM gannega wrote: > Hi Ray, > > I put the scripts in ft-test at the root of the repository. > > I cloned

Re: [vpp-dev] Can't build Centos Vagrant Master

2016-10-18 Thread Keith Burns
Oooops, spoke to soon. Well Dang and Blast ... I do use RSA keys ... Does this mean that every place I have my public key I will need to change ? On Tue, Oct 18, 2016 at 5:15 PM Keith Burns <alaga...@gmail.com> wrote: > But Trusty works fine ... as in > > export VPP_VAGRANT_

Re: [vpp-dev] Can't build Centos Vagrant Master

2016-10-18 Thread Keith Burns
(because it bit me). DSA > keys have recently been deprecated. You may need to create a new > RSA key and add it to your keys in gerrit. > > Ed > > On Tue, Oct 18, 2016 at 4:56 PM, Keith Burns <alaga...@gmail.com> wrote: > > https://gist.github.com/aef7978ee4bbfc584

Re: [vpp-dev] dpdk download speeds virtually stalled

2016-10-16 Thread Keith Burns
Been doing quite a few builds, not noticed DPDK taking longer than usual On Sat, Oct 15, 2016, 11:49 AM Thomas F Herbert wrote: > Is anyone else seeing dpdk download speeds running very very slow today? I > see about 500 bytes/sec on one system and about 20K bytes/sec

Re: [vpp-dev] Media processing in VPP

2016-10-14 Thread Keith Burns
On Fri, Oct 14, 2016, 6:03 PM Mandeep Singh via vpp-dev wrote: Given the VPP plugin extensible framework it looks very plausible to add media processing plugin into VPP itself. That is, instead of processing media in VMs move it into VPP layer. The media control plane can