From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: Memory leak when adding/removing vhost_user ports Date: Thu, 21 Apr 2016 09:54:03 -0700 Message-ID: <20160421165403.GA11584@yliu-dev.sh.intel.com> References: <5718B306.5070801@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, christian.ehrhardt@canonical.com, Daniele Di Proietto , "dev@openvswitch.org" , Dyasly Sergey To: Ilya Maximets Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 4E5B52BE3 for ; Thu, 21 Apr 2016 18:52:37 +0200 (CEST) Content-Disposition: inline In-Reply-To: <5718B306.5070801@samsung.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" On Thu, Apr 21, 2016 at 02:01:26PM +0300, Ilya Maximets wrote: > Hi, Christian. > You're, likely, using tar archive with openvswitch from openvswitch.org. > It doesn't contain many bug fixes from git/branch-2.5 unfortunately. > > The problem that you are facing has been solved in branch-2.5 by > > commit d9df7b9206831631ddbd90f9cbeef1b4fc5a8e89 > Author: Ilya Maximets > Date: Thu Mar 3 11:30:06 2016 +0300 > > netdev-dpdk: Fix memory leak in netdev_dpdk_vhost_destruct(). > > Fixes: 4573fbd38fa1 ("netdev-dpdk: Add vhost-user multiqueue support") > Signed-off-by: Ilya Maximets > Acked-by: Flavio Leitner > Acked-by: Daniele Di Proietto Hi Ilya, Thanks for the info. And, I actually checked this peice of code. I was using new code, so, I didn't find anything wrong. --yliu