From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH 1/2] net/bonding: free mempool used in mode6 Date: Fri, 13 Apr 2018 18:26:07 +0100 Message-ID: References: <1523421269-7394-1-git-send-email-xiangxia.m.yue@gmail.com> <462d7e70-e580-261e-6320-d478ab035449@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, stable@dpdk.org To: xiangxia.m.yue@gmail.com, declan.doherty@intel.com Return-path: In-Reply-To: <462d7e70-e580-261e-6320-d478ab035449@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/13/2018 6:25 PM, Ferruh Yigit wrote: > On 4/11/2018 5:34 AM, xiangxia.m.yue@gmail.com wrote: >> From: Tonghao Zhang >> >> When creating bond device with mode6, dpdk will create >> mempool for arp packets. If free the bond device and >> create it with same name, there will be an error. Because >> the mempool is not freed when destroying bond device. >> >> Fixes: 06fe78b9 ("bond: add mode 6") >> Fixes: ea0c20ea ("apps: use helper to create mbuf pools") >> Cc: stable@dpdk.org >> Signed-off-by: Tonghao Zhang > > For series, > Reviewed-by: Ferruh Yigit Series applied to dpdk-next-net/master, thanks.