[vpp-dev] 17.04 dot releases not pushed to Nexus

2017-06-15 Thread Billy McFall
I noticed that 17.04.1 and 17.04.2 releases were not pushed to Nexus (or I'm looking in the wrong spot). I think they should be but was wondering if there was a reason they weren't. Example: https://nexus.fd.io/content/repositories/fd.io.ubuntu.xenial.main/io/fd/vpp/vpp/

Re: [vpp-dev] Bind / Unbind of ACL

2017-06-15 Thread Andrew  Yourtchenko
On 6/15/17, Luke, Chris wrote: > I’m mostly agnostic with 2; an alternate behavior might be to refuse to > delete an ACL if it is referenced anywhere. I’m more concerned with > consistency with this sort of operation across VPP which I feel is more > important, though no

Re: [vpp-dev] Bind / Unbind of ACL

2017-06-15 Thread Luke, Chris
I’m mostly agnostic with 2; an alternate behavior might be to refuse to delete an ACL if it is referenced anywhere. I’m more concerned with consistency with this sort of operation across VPP which I feel is more important, though no other examples spring to mind this early in the morning!

[vpp-dev] CentOS 7 make install-rpm not working

2017-06-15 Thread Denis Lotarev via vpp-dev
Hi, VPP Devs! Im begin to compile VPP from sources git from gerrit. cd vpp/build-root [build-root]#  ./bootstrap.sh [build-root]#  make V=0 PLATFORM=vpp TAG=vpp install-rpm make: *** No rule to make target `install-rpm'.  Stop. But install-deb working, how to fix it? Thanks! -- Yours sincerely,

Re: [vpp-dev] Bind / Unbind of ACL

2017-06-15 Thread Andrew  Yourtchenko
After a bit more thinking - there is a way that should take care of both: 1) What Chris wrote: have consistent behaviour with non-existent ACL as if the ACL matching fell off the end of the ACL: if an empty ACL is referenced, treat it as if it had entries but none of them had matched. Then we

Re: [vpp-dev] det nat expire

2017-06-15 Thread yug...@telincn.com
Hi, I have found that code, thanks. Regards, Ewan yug...@telincn.com From: Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco) Date: 2017-06-15 16:19 To: yug...@telincn.com; vpp-dev Subject: RE: [vpp-dev] det nat expire Hi, Life time (expire time) is updated when packet is

Re: [vpp-dev] det nat expire

2017-06-15 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES at Cisco)
Hi, Life time (expire time) is updated when packet is translated, session expire only when no packets are processed. Regards, Matus From: vpp-dev-boun...@lists.fd.io [mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of yug...@telincn.com Sent: Thursday, June 15, 2017 10:07 AM To: vpp-dev

[vpp-dev] det nat expire

2017-06-15 Thread yug...@telincn.com
Hi all, Every nat session has it's life time, if only beyond that time, it will be deleted. So what if one user is downloading huge file and the downloading time is beyond the session life time. I have't seen any code on this, am i missed something? Regards, Ewan yug...@telincn.com

Re: [vpp-dev] shadow build system change adding test-debug job

2017-06-15 Thread Klement Sekera -X (ksekera - PANTHEON TECHNOLOGIES at Cisco)
Ed, these tests don't rely on keeping an interactive sesion up, like BFD tests do. Fast box is required only to pass e.g. the BFD tests reliably enough. These are only part of test-all and test-debug-all targets because the jenkins infrastructure wasn't able to pass them reliably enough.. I'm