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

2015-11-04 Thread Thomas Monjalon
> > 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

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

2015-10-13 Thread Olivier MATZ
Hi Pablo, On 10/02/2015 05:53 PM, Pablo de Lara wrote: > From: "De Lara Guarch, Pablo" > > 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

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

2015-10-02 Thread Pablo de Lara
From: "De Lara Guarch, Pablo" 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