From mboxrd@z Thu Jan 1 00:00:00 1970 From: Yuanhan Liu Subject: Re: [PATCH v2 0/2] vhost: Fix leaks on migration. Date: Mon, 20 Jun 2016 13:53:16 +0800 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 Cc: dev@dpdk.org, Huawei Xie , Dyasly Sergey , Heetae Ahn , Vladimir Shilkin , Victor Kaplansky To: Ilya Maximets 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) Content-Disposition: inline In-Reply-To: <1466068597-3449-1-git-send-email-i.maximets@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" 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