[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 an

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 He

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 Hawarimailto:mhaw...@cisco.com>> 07/18/2017 09:25:01 AM +0200 Committed by:John Lomailto:l...@cisco.com>> 07/27/2017 10:10:26 PM + ping: fixing wrong va

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: "vpp-dev@lists.fd.io" Subject: Re: [vpp-dev] vpp v17.07 ping assert

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, 201

[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] vpp v17.07 ping assert

2017-08-08 Thread Heckman, Steve
FWIW...I back-merged the changes to ping.[ch] from master to 17.07 locally and now it works. -Steve -Original Message- From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Steve Heckman Sent: Tuesday, August 8, 2017 10:56 AM To: vpp-dev@lists.fd.io Subject

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 goi

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 this patch? https://gerrit.fd.io/r/#/c/7856/ I have some additional depen

[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 ca

[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 wit

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 coun

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 Sil

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 maintain

Re: [vpp-dev] equal-cost route by source

2017-08-08 Thread yug...@telincn.com
Hi, I mean that if a src ip flow was forwarded through interface A, then no matter what the l4 ports are, all this src ip flows must be forwarded through interface A. Can we do this in VPP? Regards, Ewan yug...@telincn.com From: yug...@telincn.com Date: 2017-08-08 22:23 To: vpp-dev Subject:

[vpp-dev] equal-cost route by source

2017-08-08 Thread yug...@telincn.com
Hi, I've configured several equal-cost routes, and i also want some src ip flows to be forwarded through the specified interface, not follow the equal-cost route results, any guides? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-

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, 2

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

2017-08-08 Thread Burt Silverman
Hi Andrew, As long as you mention issues in acl plugin, I found something strange in bihash_40_8.h: there is no definition of BIHASH_KVP_CACHE_SIZE. So when you get to bihash_template.h, that will be obtaining BIHASH_KVP_CACHE_SIZE from whatever bihash_x_y.h happens to be last in the included head

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

2017-08-08 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Looks to me like a bug in the urllib3 python library while reporting some kind of connection failure.. never seen it before.. Klement Quoting Dave Barach (dbarach) (2017-08-08 14:05:16) >Please see [1]https://gerrit.fd.io/r/#/c/7885, >[2]https://jenkins.fd.io/job/vpp-make-test-docs-verify

[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 https://lists.fd.io/mailman/listinfo/vpp-

[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