From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: Is rte_mempool library is multi-thread safe ??? Date: Thu, 19 Dec 2013 18:04:31 +0100 Message-ID: <201312191804.31322.thomas.monjalon@6wind.com> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: ankit kumar Return-path: In-Reply-To: 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" Hello, 19/12/2013 11:57, ankit kumar : > It was working fine but i am not sure that memory allocation & > deallocation in rte_mempool library, is multi-thread safe or not. =46rom http://dpdk.org/doc/api/rte__mempool_8h.html: "the mempool implementation is not preemptable" There is more explanations in this email: http://dpdk.org/ml/archives/dev/2013-August/000402.html =2D-=20 Thomas