Uri Sidler Tue, 10 Jun 2014 15:49:41 +0300
Hi, I have 2 processes without fork(). can the secondary process use rte_malloc()? is there a limitation for using rte_malloc on a secondary process? do I have to allocate a memzone in order to use the rte_malloc()?
Thanks.