From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 455E79AA6 for ; Mon, 20 Jun 2016 07:52:25 +0200 (CEST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 19 Jun 2016 22:52:24 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,496,1459839600"; d="scan'208";a="991147768" Received: from yliu-dev.sh.intel.com (HELO yliu-dev) ([10.239.67.162]) by fmsmga001.fm.intel.com with ESMTP; 19 Jun 2016 22:52:22 -0700 Date: Mon, 20 Jun 2016 13:53:16 +0800 From: Yuanhan Liu To: Ilya Maximets Cc: dev@dpdk.org, Huawei Xie , Dyasly Sergey , Heetae Ahn , Vladimir Shilkin , Victor Kaplansky Message-ID: <20160620055316.GC23111@yliu-dev.sh.intel.com> References: <1466068597-3449-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: <1466068597-3449-1-git-send-email-i.maximets@samsung.com> User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v2 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: Mon, 20 Jun 2016 05:52:25 -0000 Applied to dpdk-next-virtio. Thanks! --yliu On Thu, Jun 16, 2016 at 12:16:35PM +0300, Ilya Maximets wrote: > v2: > * rebased on top of dpdk-next-virtio/master > > Ilya Maximets (2): > vhost: fix leak of file descriptors. > vhost: unmap log memory on cleanup. > > lib/librte_vhost/vhost-net.h | 1 + > lib/librte_vhost/vhost_user/virtio-net-user.c | 16 ++++++++++++++-- > 2 files changed, 15 insertions(+), 2 deletions(-) > > -- > 2.7.4