[dpdk-dev] [PATCH v3] ring: add function to free a ring

2015-10-02 Thread Bruce Richardson
On Fri, Oct 02, 2015 at 03:01:25PM +0100, Pablo de Lara wrote: > From: "Pablo de Lara" > > When creating a ring, a memzone is created to allocate it in memory, > but the ring could not be freed, as memzones could not be. > > Since memzones can be freed now, then rings can be as well, > taking in

[dpdk-dev] [PATCH v3] ring: add function to free a ring

2015-10-02 Thread Pablo de Lara
From: "Pablo de Lara" When creating a ring, a memzone is created to allocate it in memory, but the ring could not be freed, as memzones could not be. Since memzones can be freed now, then rings can be as well, taking into account if they were initialized using pre-allocated memory (in which case

[dpdk-dev] [PATCH v3] ring: add function to free a ring

2015-10-02 Thread De Lara Guarch, Pablo
Hi Bruce, > -Original Message- > From: Richardson, Bruce > Sent: Friday, October 02, 2015 3:10 PM > To: De Lara Guarch, Pablo > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH v3] ring: add function to free a ring > > On Fri, Oct 02, 2015 at 03:01:25PM +0