Re: [vpp-dev] acl priority

2017-09-08 Thread yug...@telincn.com
Thanks yug...@telincn.com From: Andrew Yourtchenko Date: 2017-09-06 18:24 To: yug...@telincn.com CC: vpp-dev Subject: Re: [vpp-dev] acl priority 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

[vpp-dev] Build vpp on openwrt

2017-09-08 Thread yug...@telincn.com
Hi all, Is there anyone try to build vpp on openwrt? Regards, Ewan yug...@telincn.com ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

Re: [vpp-dev] FD.io Jenkins Maintenance: 2017-09-07 @ 0415 UTC (9:15am PDT)

2017-09-08 Thread Vanessa Valderrama
While the build timeouts issue appears to be resolved, there does seem to be an increase in build times for various VPP jobs. We are aware of and looking into this issue. Thank you, Vanessa On 09/07/2017 11:27 AM, Vanessa Valderrama wrote: > > Change is complete. The new nodes appear to be spi

Re: [vpp-dev] mheap performance

2017-09-08 Thread Dave Barach (dbarach)
Dear Jacek, Oh, heck, we don’t need to use a sledgehammer to kill a fly. It will take five minutes to fix this problem. Copying Ole Troan for his input, and / or to simply fix the problem as follows: Make a set of pools whose elements are n * CLIB_CACHE_LINE BYTES in size. It’s easy enou

Re: [vpp-dev] Rearrangement of graph nodes

2017-09-08 Thread Ngo Doan Lap
Hi Dave, I'm trying to create a flexible way to build new network app without touching the source code. Initially, we need to develop basic/atom nodes such as SetMac, SetVLAN, SetIP, LookUpIP, LookUpMac ... After that, we can create a new app by using the above atom nodes to define a graph in a fil

Re: [vpp-dev] mheap performance

2017-09-08 Thread Jacek Siuda
Hi Ole, I need roughly the amount of tunnels I ended up testing with - ~300-500k. I thought about extending generic VPP API with a (blocking?) method accepting burst (array) of messages and returning burst of responses. One of the challenges in map is that to configure a tunnel I need two reques

Re: [vpp-dev] mheap performance

2017-09-08 Thread Jacek Siuda
Hi Dave, The perf backtrace (taken from "control-only" lcore 0) is as follows: - 91.87% vpp_main libvppinfra.so.0.0.0[.] mheap_get_aligned - mheap_get_aligned - 99.48% map_add_del_psid vl_api_map_add_del_rule_t_handler vl_msg_api_handler_with_vm_node

Re: [vpp-dev] Rearrangement of graph nodes

2017-09-08 Thread Dave Barach (dbarach)
One could do that, but what problem are you trying to solve? The data structures involved are not super-complicated, but what you’ve described is neither a beginner project nor a worthwhile project IMO. If you want to spoof MAC addresses in the L2 path, add an L2 feature node which does that. G