[dpdk-dev] [PATCH] Performance optimization of ACL build process

2016-08-31 Thread Stephen Hemminger
On Tue, 16 Aug 2016 17:01:27 +0300 Vladyslav Buslov wrote: > Hello, > > In our application we need to be able to allocate tens of thousands of ACLs > at runtime. > Testing revealed significant performance problems. We were able to track them > to memset in calloc function which caused multiple

[dpdk-dev] [PATCH] Performance optimization of ACL build process

2016-08-16 Thread Vladyslav Buslov
Hello, In our application we need to be able to allocate tens of thousands of ACLs at runtime. Testing revealed significant performance problems. We were able to track them to memset in calloc function which caused multiple page walks per invocation. Modifying tb_mem to use huge page memory resu