[vpp-dev] 17.10 Release Dates and Features

2017-08-08 Thread Florin Coras
Folks, It’s that time again! We are compiling the list of features we plan to release in 17.10 and a release schedule. For more details, see the wiki page here [1]. Please feel free to add any features you are/will be working on and intend to release for 17.10. As always, the list serves as

Re: [vpp-dev] vpp v17.07 ping assert

2017-08-08 Thread Steve Heckman
Neale, Got it. You're all set. Thanks, Steve On 08/08/2017 02:22 PM, Neale Ranns (nranns) wrote: Hi Steve, No worries. We use gerrit for our git interactions. In the gerrit link for that patch: https://gerrit.fd.io/r/#/c/7661/

Re: [vpp-dev] vpp v17.07 ping assert

2017-08-08 Thread Neale Ranns (nranns)
Hi Steve, No worries. We use gerrit for our git interactions. In the gerrit link for that patch: https://gerrit.fd.io/r/#/c/7661/ you’ll see a button for cherry pick, select it and enter the branch stable/1707. That’s it ☺ When the CI jobs finish I can merge. Thanks, neale From: Steve

Re: [vpp-dev] vpp v17.07 ping assert

2017-08-08 Thread Steve Heckman
Neale, Sorry, I'm a bit new to this. I'm working with git cli. What GUI are you referring to? Eclipse/EGit? This is the change: Mohammed Hawari> 07/18/2017 09:25:01 AM +0200 Committed by:John Lo> 07/27/2017

Re: [vpp-dev] vpp v17.07 ping assert

2017-08-08 Thread Neale Ranns (nranns)
Hi Steve, Could you please press the cherry pick button on those review[s] to get them into stable/1707. Thanks, neale -Original Message- From: on behalf of "Heckman, Steve" Date: Tuesday, 8 August 2017 at 17:01 To:

Re: [vpp-dev] [csit-dev] "vpp-make-test-docs-verify-master" job failure

2017-08-08 Thread Luke, Chris
I'm not making any request; I'm merely positing ways forward to avoid the below issue, assuming this is in fact what the issue is. Chris. > -Original Message- > From: Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco) > [mailto:ksek...@cisco.com] > Sent: Tuesday, August 08,

[vpp-dev] tap_injection + VLan

2017-08-08 Thread Marcelo Siena
Hi All,. I used plugin router for tap_injetcion, its works verfy well, except for VLans (sub-interfaces). The VLans interfaces don’t reflect to userspace, so it don’t work. How can I do tap_injection work in conjuction with VLans? Best regars, Marcelo Siena

Re: [vpp-dev] [csit-dev] "vpp-make-test-docs-verify-master" job failure

2017-08-08 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Are you suggesting we put all the dependent python packages as part of the vpp source code tree then? Or is this request aimed at the test box maintainers? Thanks, Klement Quoting Luke, Chris (2017-08-08 17:04:57) > Sure, I know what pip is. > > My contention is that virtualenv should not be

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

2017-08-08 Thread Neale Ranns (nranns)
Merged. Thanks, neale From: on behalf of Thomas F Herbert Date: Tuesday, 8 August 2017 at 16:05 To: vpp-dev Subject: [vpp-dev] https://gerrit.fd.io/r/#/c/7856/ Review gerrit please All: Could someone please review

[vpp-dev] https://gerrit.fd.io/r/#/c/7856/ Review gerrit please

2017-08-08 Thread Thomas F Herbert
All: Could someone please review this patch? https://gerrit.fd.io/r/#/c/7856/ I have some additional dependent patches on this patch to submit. --TFH -- *Thomas F Herbert* NFV and Fast Data Planes Office of Technology *Red Hat* ___ vpp-dev mailing

Re: [vpp-dev] [csit-dev] "vpp-make-test-docs-verify-master" job failure

2017-08-08 Thread Luke, Chris
Sure, I know what pip is. My contention is that virtualenv should not be going to the network; in the old days it would dip into the system packages for anything the base venv needed. It's a really poor and insecure assumption that unfettered internet access is universally available. In this

[vpp-dev] vpp v17.07 ping assert

2017-08-08 Thread Steve Heckman
I've been running into issues on certain servers where I get an assert: Aug 08 09:51:52 p5s3 systemd[1]: vpp.service: Main process exited, code=killed, status=6/ABRT Aug 08 09:51:52 p5s3 systemd[1]: vpp.service: Unit entered failed state. Aug 08 09:51:52 p5s3 systemd[1]: vpp.service: Failed

Re: [vpp-dev] [csit-dev] "vpp-make-test-docs-verify-master" job failure

2017-08-08 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Think of pip (used by virtualenv) like apt-get. Python maintainers are innocent in this case. When adding the virtualenv feature to test framework, it never occured to me that somebody might be doing vpp development on an offline machine. Laptop which was online and later went offline doesn't

Re: [vpp-dev] acl-plugin now uses its own memory heap (master & stable/1707)

2017-08-08 Thread Andrew  Yourtchenko
Hi Burt, Makes sense. Quickly looking at the code it shouldn't be affecting, but that file should be indeed with everything else. So I rebuilt it from 48_8 one in the master, and the gerrit is here: https://gerrit.fd.io/r/#/c/7937/ Hopefully Damjan can review and +2 it. --a On 8/8/17, Burt

Re: [vpp-dev] [csit-dev] "vpp-make-test-docs-verify-master" job failure

2017-08-08 Thread Luke, Chris
I've seen precisely this issue with Python's virtualenv whenever the host doesn't have internet access while the venv is being created; I work around it using an HTTP proxy, though requiring internet access just to create a venv seems like a particularly braindead decision by the Python

Re: [vpp-dev] 回复: vpp cpu usage utility

2017-08-08 Thread Raju-dev grishma
dpdk-input polling 13176087868 3432988412 0 1.11e3 .26 The above line says polling is going good for RX. Only 26% times it could get the packets. So I think this is a clue that you still have CPU left. => Dave & team can confirm

Re: [vpp-dev] vppctl bug?

2017-08-08 Thread Billy McFall
I am seeing this same issue on stable/1707 but can't reproduce on master. I tried to back port a couple patches from master back to stable/1707 to see if they fixed it but haven't been able to pinpoint the fix. Does anyone know if this was purposely fixed on master? Billy McFall On Thu, Jul 13,

[vpp-dev] "vpp-make-test-docs-verify-master" job failure

2017-08-08 Thread Dave Barach (dbarach)
Please see https://gerrit.fd.io/r/#/c/7885, https://jenkins.fd.io/job/vpp-make-test-docs-verify-master/2814/console. Any idea what this is all about? Thanks... Dave ___ vpp-dev mailing list vpp-dev@lists.fd.io

[vpp-dev] acl-plugin now uses its own memory heap (master & stable/1707)

2017-08-08 Thread Andrew  Yourtchenko
Hi all, Just a heads-up: I am currently working on a few issues in acl-plugin that the system testing as part of the open stack setup has uncovered, one of them was a memory corruption in the new hash-table based matching code. Those are always a pain to debug also because they of course can trip