[dpdk-dev] [PATCH v2] mem: fix freeing of memzone used by ivshmem

2016-04-29 Thread Thomas Monjalon
2016-04-21 12:21, Sergio Gonzalez Monroy: > On 15/04/2016 09:29, Mauricio Vasquez B wrote: > > although previous implementation returned an error when trying to release a > > memzone assigned to an ivshmem device, it stills freed it. > > > > Fixes: cd10c42eb5bc ("mem: fix ivshmem freeing") > > > >

[dpdk-dev] [PATCH v2] mem: fix freeing of memzone used by ivshmem

2016-04-21 Thread Sergio Gonzalez Monroy
On 15/04/2016 09:29, Mauricio Vasquez B wrote: > although previous implementation returned an error when trying to release a > memzone assigned to an ivshmem device, it stills freed it. > > Fixes: cd10c42eb5bc ("mem: fix ivshmem freeing") > > Signed-off-by: Mauricio Vasquez B studenti.polito.it> >

[dpdk-dev] [PATCH v2] mem: fix freeing of memzone used by ivshmem

2016-04-15 Thread Mauricio Vasquez B
although previous implementation returned an error when trying to release a memzone assigned to an ivshmem device, it stills freed it. Fixes: cd10c42eb5bc ("mem: fix ivshmem freeing") Signed-off-by: Mauricio Vasquez B --- v2: solved compilation problem when ivshmem is disabled lib/librte_eal/c