From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Sidler Subject: using rte_malloc() in a secondary process. Date: Tue, 10 Jun 2014 15:49:41 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 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.