From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] mempool: Free memzone if mempool populate phys fails Date: Fri, 11 Nov 2016 10:33:15 +0100 Message-ID: <1909021.GMIxNXRJSP@xps13> References: <1478875378-15398-1-git-send-email-hemant.agrawal@nxp.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, olivier.matz@6wind.com, Nipun Gupta To: Hemant Agrawal Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id C31B35688 for ; Fri, 11 Nov 2016 10:33:32 +0100 (CET) Received: by mail-wm0-f51.google.com with SMTP id a197so415132772wmd.0 for ; Fri, 11 Nov 2016 01:33:32 -0800 (PST) In-Reply-To: <1478875378-15398-1-git-send-email-hemant.agrawal@nxp.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-11-11 20:12, Hemant Agrawal: > From: Nipun Gupta > > This fixes the issue of memzone not being freed, if 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 > - delete brigde > - keep on repeating the above sequence. > > Signed-off-by: Nipun Gupta You forgot the "Fixes:" line to give a tip on the release introducing this bug.