From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hamid Ramazani Subject: free memory pool Date: Sun, 2 Mar 2014 20:55:09 +0330 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 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, Is there any other way than freeing memory pool? I see rte_pktmbuf_free function call in almost all examples. can we have a ring-like memory pool without need to free it? Thanks in advance for your consideration.