[dpdk-dev] [PATCH v2] mempool: Free memzone if mempool populate phys fails

2016-11-12 Thread Thomas Monjalon
> > This patch fixes the issue of memzone not being freed incase the > > rte_mempool_populate_phys fails in the rte_mempool_populate_default > > > > This issue was identified when testing with OVS ~2.6 > > - configure the system with low memory (e.g. < 500 MB) > > - add bridge and dpdk interfaces

[dpdk-dev] [PATCH v2] mempool: Free memzone if mempool populate phys fails

2016-11-11 Thread Hemant Agrawal
From: Nipun Gupta This patch fixes the issue of memzone not being freed incase the rte_mempool_populate_phys fails in the rte_mempool_populate_default This issue was identified when testing with OVS ~2.6 - configure the system with low memory (e.g. < 500 MB) - add bridge

[dpdk-dev] [PATCH v2] mempool: Free memzone if mempool populate phys fails

2016-11-11 Thread Olivier Matz
Hi Hemant, On 11/11/2016 04:47 PM, Hemant Agrawal wrote: > From: Nipun Gupta > > This patch fixes the issue of memzone not being freed incase the > rte_mempool_populate_phys fails in the rte_mempool_populate_default > > This issue was identified when testing with OVS ~2.6 > - configure the