From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 07E056CBC for ; Wed, 6 Jul 2016 15:06:57 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 06 Jul 2016 06:06:37 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,318,1464678000"; d="scan'208";a="1016566229" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga002.fm.intel.com with ESMTP; 06 Jul 2016 06:06:36 -0700 Date: Wed, 6 Jul 2016 21:08:12 +0800 From: Yuanhan Liu To: Christian Ehrhardt Cc: patrik.r.andersson@ericsson.com, thomas.monjalon@6wind.com, dev@dpdk.org, huawei.xie@intel.com Message-ID: <20160706130812.GP26521@yliu-dev.sh.intel.com> References: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2] Memory leak when adding/removing vhost_user ports X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 13:06:59 -0000 On Wed, Jul 06, 2016 at 02:24:57PM +0200, Christian Ehrhardt wrote: > Hi, > while checking for dpdk 16.07 what backports are accepted in the meantime so I > can drop them I found this particular discussion has been silently forgotten by > all of us. Not really. As later I found that my patch was actually wrong (besides the issue you already found). I will revisit this issue thoroughly when get time, hopefully, next week. --yliu