[vpp-dev] [FD.io Helpdesk #45343] [linuxfoundation.org #45343] Re: More build timeouts for vpp-verify-master-ubuntu1604

2017-09-06 Thread Vanessa Valderrama via RT
We are in the process of switching to dedicated instances that should resolve this issue. We hope to have this complete tomorrow around 9:00am PDT On 09/06/2017 02:40 PM, Florin Coras wrote: > Hi, > > Any news regarding this? We are 1 week away from API freeze and the > infra makes it almost im

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

2017-09-06 Thread Vanessa Valderrama
We are in the process of switching to dedicated instances that should resolve this issue. We hope to have this complete tomorrow around 9:00am PDT On 09/06/2017 02:40 PM, Florin Coras wrote: > Hi, > > Any news regarding this? We are 1 week away from API freeze and the > infra makes it almost im

Re: [vpp-dev] Hugepage/Memory Allocation Rework

2017-09-06 Thread Jerome Tollet (jtollet)
Hi Billy & Damjan, That’s really a nice evolution and that will certainly fix the issue we are facing. Anyway, I am wondering if we shouldn’t modify the specfile according to the proposal I did in the JIRA ticket: %config /etc/sysctl.d/80-vpp.conf %config /etc/vpp/startup.conf could be modified

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

2017-09-06 Thread Florin Coras
Hi, Any news regarding this? We are 1 week away from API freeze and the infra makes it almost impossible to merge patches! Thanks, Florin > On Sep 4, 2017, at 9:44 PM, Dave Wallace wrote: > > Dear helpd...@fd.io , > > There has been another string of build timeouts

[vpp-dev] [FD.io Helpdesk #45343] [linuxfoundation.org #45343] Re: More build timeouts for vpp-verify-master-ubuntu1604

2017-09-06 Thread Florin Coras via RT
Hi, Any news regarding this? We are 1 week away from API freeze and the infra makes it almost impossible to merge patches! Thanks, Florin > On Sep 4, 2017, at 9:44 PM, Dave Wallace wrote: > > Dear helpd...@fd.io , > > There has been another string of build timeouts

Re: [vpp-dev] query on hugepages usage in VPP

2017-09-06 Thread Balaji Kn
Hi Damjan, I was able to create 4k VRF's with increase in heap memory size to 4G. Thanks for the help. Regards, Balaji On Wed, Sep 6, 2017 at 9:01 PM, Damjan Marion (damarion) wrote: > yes, you can also try to execute “show memory verbose” before the failing > one to see the stats… > > On 6 Se

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

2017-09-06 Thread Ed Warnicke
All good. As long as we have a consistent way to handle it on both sides, I'm good :) Ed On Wed, Sep 6, 2017 at 9:06 AM, Dave Wallace wrote: > Ed, > > vppctl already has a command line arg (-s) which allows the user to > specify a specific socket pathname which must be the same as the > "cli-l

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

2017-09-06 Thread Dave Wallace
Ed, vppctl already has a command line arg (-s) which allows the user to specify a specific socket pathname which must be the same as the "cli-listen " configuration in a given vpp instance. Adding a naming convention to both vpp and vppctl is going to over-complicate the matter. Thanks, -d

Re: [vpp-dev] query on hugepages usage in VPP

2017-09-06 Thread Damjan Marion (damarion)
yes, you can also try to execute “show memory verbose” before the failing one to see the stats… On 6 Sep 2017, at 17:21, Balaji Kn mailto:balaji.s...@gmail.com>> wrote: Hi Damjan, I am creating vrf's using "set interface ip table ". /dev/shm/vpe-api shared memory is unlinked. I am able to see

Re: [vpp-dev] query on hugepages usage in VPP

2017-09-06 Thread Balaji Kn
Hi Damjan, I am creating vrf's using "*set interface ip table ".* */dev/shm/vpe-api* shared memory is unlinked. I am able to see following error message on vppctl console. *exec error: Misc* After this if i execute "show int" on vppctl, all VPP configuration i did so far was lost and started wi

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

2017-09-06 Thread Ed Warnicke
Dave, I think we would need to be sure that different vpp instances have different cli-listen socket files, and that vppctl has a mechanism to address them easily. I'd suggest a pattern like "unix { cli-listen /run/vpp.cli-${prefix}.sock" and vppctl -p ${prefix} to be in line with current usa

Re: [vpp-dev] Hugepage/Memory Allocation Rework

2017-09-06 Thread Damjan Marion (damarion)
HI Billy, On 6 Sep 2017, at 16:55, Billy McFall mailto:bmcf...@redhat.com>> wrote: Damjan, On the VPP call yesterday, you described the patch you are working on to rework how VPP allocates and uses hugepages. Per request from Jerome Tollet, I wrote VPP-958 t

Re: [vpp-dev] query on hugepages usage in VPP

2017-09-06 Thread Damjan Marion (damarion)
On 6 Sep 2017, at 16:49, Balaji Kn mailto:balaji.s...@gmail.com>> wrote: Hi Damjan, I was trying to create 4k sub-interfaces for an interface and associate each sub-interface with vrf and observed a limitation in VPP 17.07 that was supporting only 874 VRFs and shared memory was unlinked for 8

[vpp-dev] Hugepage/Memory Allocation Rework

2017-09-06 Thread Billy McFall
Damjan, On the VPP call yesterday, you described the patch you are working on to rework how VPP allocates and uses hugepages. Per request from Jerome Tollet, I wrote VPP-958 to document some issues they were seeing. I believe your patch will address this issue.

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

2017-09-06 Thread Dave Wallace
Marek, Please check the vpp startup configuration (/etc/vpp/startup.conf) to ensure that "unix { cli-listen /run/vpp/cli.sock }" is present. This is the default socket used by the 'c' implementation of vppctl. I'm going to fix the error message to output the socket file name to make this ea

Re: [vpp-dev] query on hugepages usage in VPP

2017-09-06 Thread Balaji Kn
Hi Damjan, I was trying to create 4k sub-interfaces for an interface and associate each sub-interface with vrf and observed a limitation in VPP 17.07 that was supporting only 874 VRFs and shared memory was unlinked for 875th VRF. I felt this might be because of shortage of heap memory used in VPP

Re: [vpp-dev] query on hugepages usage in VPP

2017-09-06 Thread Damjan Marion (damarion)
why do you need so much memory? Currently, for default number of buffers (16K per socket) VPP needs around 40MB of hugepage memory so allocating 1G will be huge waste of memory…. Thanks, Damjan On 5 Sep 2017, at 11:15, Balaji Kn mailto:balaji.s...@gmail.com>> wrote: Hello, Can you help me o

Re: [vpp-dev] acl priority

2017-09-06 Thread Andrew Yourtchenko
Hi, If we you talk about acl plugin then the ACLs are evaluated in the order of them applied and same about the ACEs within an acl - to change the order you can apply a differently sorted list or call acl_add_replace with new contents of the ACL. If you talk the built in ACLs using classifier

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

2017-09-06 Thread Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco)
Dave, please find replies inline. From: Dave Wallace [mailto:dwallac...@gmail.com] Sent: 5 września 2017 16:41 To: Marek Gradzki -X (mgradzki - PANTHEON TECHNOLOGIES at Cisco) ; vpp-dev@lists.fd.io Subject: Re: [vpp-dev] Running CLI against named vpp instance Marek, What is the uid/gid of /dev

[vpp-dev] acl priority

2017-09-06 Thread yug...@telincn.com
Hi all, Does vpp acl sourpport ajust priority? I have configured ten acl rules, if i want to move the tenth acl to be the first acl, is there a easy way to do this? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-dev@lists.fd.io https: