From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 2FCA4C542 for ; Thu, 16 Jun 2016 10:41:57 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 16 Jun 2016 01:41:52 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,478,1459839600"; d="scan'208";a="719963037" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by FMSMGA003.fm.intel.com with ESMTP; 16 Jun 2016 01:41:50 -0700 Date: Thu, 16 Jun 2016 16:42:04 +0800 From: Yuanhan Liu To: Ilya Maximets Cc: dev@dpdk.org, Huawei Xie , Dyasly Sergey , Heetae Ahn , Vladimir Shilkin , Victor Kaplansky Message-ID: <20160616084204.GB23111@yliu-dev.sh.intel.com> References: <1466065925-2736-1-git-send-email-i.maximets@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466065925-2736-1-git-send-email-i.maximets@samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH 0/2] vhost: Fix leaks on migration. 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: Thu, 16 Jun 2016 08:41:57 -0000 Thanks for fixing them! Would you please resend them, with a rebase based on master branch of following tree: http://dpdk.org/browse/next/dpdk-next-virtio/ --yliu On Thu, Jun 16, 2016 at 11:32:03AM +0300, Ilya Maximets wrote: > Ilya Maximets (2): > vhost: fix leak of file descriptors. > vhost: unmap log memory on cleanup. > > lib/librte_vhost/rte_virtio_net.h | 3 ++- > lib/librte_vhost/vhost_user/virtio-net-user.c | 16 ++++++++++++++-- > 2 files changed, 16 insertions(+), 3 deletions(-) > > -- > 2.7.4