Re: [dpdk-dev] rte_malloc_heap usage scenario

2017-03-14 Thread Sergio Gonzalez Monroy
On 09/03/2017 04:48, Yerden Zhumabekov wrote: Hello, Can anybody explain why rte_malloc_heap.h is advertised as a public interface? It only contains malloc_heap struct which is used internally and violates DPDK naming conventions for public struct. I haven't found any use of it outside of EAL

[dpdk-dev] rte_malloc_heap usage scenario

2017-03-08 Thread Yerden Zhumabekov
Hello, Can anybody explain why rte_malloc_heap.h is advertised as a public interface? It only contains malloc_heap struct which is used internally and violates DPDK naming conventions for public struct. I haven't found any use of it outside of EAL and it's undocumented. If it is in fact publi