From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <christian.ehrhardt@canonical.com>
Received: from mail-qt0-f181.google.com (mail-qt0-f181.google.com
 [209.85.216.181]) by dpdk.org (Postfix) with ESMTP id E90606CAD
 for <dev@dpdk.org>; Wed,  6 Jul 2016 14:26:52 +0200 (CEST)
Received: by mail-qt0-f181.google.com with SMTP id m2so115412278qtd.1
 for <dev@dpdk.org>; Wed, 06 Jul 2016 05:26:52 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=canonical-com.20150623.gappssmtp.com; s=20150623;
 h=mime-version:in-reply-to:references:from:date:message-id:subject:to;
 bh=ViLoy2GqRb7UrTi+HNzaKRMrkW5W4VGrDgZ8fOwkKbM=;
 b=xlRXWiL036kr5DuH4ozry0L+ekdjJ1jqe1QOlbg53+LvyBn5CNp8RxrpaThbsQ9Cf8
 fpfnA06nQUSnIrrochSSf3GX9XlpBRoTMpDh4L24T6ZpdOCrnChczYdDoXNtsT4cQa7H
 v8R3VXPoPWPfvk4yZ9EyqAdguw4hW3rZpvMMkUGvjtmyyjU2Zgt59I9y7BNGrgp0BxRU
 qX+A7w9NzTfWNYXXlvlovyeUaoIjEApLahx837yiynv80zN/oyDIdr4hBRSZq956HpxV
 EOQOJ8eZc2s69DlRE6tpRZ/LDy5CJfZlDfe8/ngVmWAqyTv+vuK4QrXz8OSW12TPtNZy
 SS6A==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:mime-version:in-reply-to:references:from:date
 :message-id:subject:to;
 bh=ViLoy2GqRb7UrTi+HNzaKRMrkW5W4VGrDgZ8fOwkKbM=;
 b=WNbcoIL7uTtHLRdHCvLAkNbnM1YK3kTXuw/1RnIXY7neGiBEPoOMijbB5Nw9TeJend
 2ldnOr5zTvfVO8nzvu09SH98kT0xiwkFA1EXH9yJhTN+FVL1m0hDUXlGw4itIqp7WFl7
 6xoo395XXDtf0xi5M8Zu14Ae/0XohMjT5h3lZ8qWIbNrOAIdZRhZUGug9Jw72xEtUR77
 sN3nga5jq6Ba6dPdO76xAGaeeK86an5oAdpCGhcOJpyZVc+wydEHvz5ajJVIM5aRakqJ
 +bosW7ul7XM/QQww+2nP/3LTSeBWEUxQmnGarC82AeCXPpmRCmQ1DSjmbDtFIOMAjT5M
 kBsQ==
X-Gm-Message-State: ALyK8tJELSyBRUUCy7vFp06x9jBkr8AHHKuBK09J8UK9tS/AaNYDQlO2O3LyytQktamPG5fwcqaYiYKaWzIvZC0Y
X-Received: by 10.200.49.248 with SMTP id i53mr35479591qte.49.1467808012369;
 Wed, 06 Jul 2016 05:26:52 -0700 (PDT)
MIME-Version: 1.0
Received: by 10.55.23.77 with HTTP; Wed, 6 Jul 2016 05:26:32 -0700 (PDT)
In-Reply-To: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com>
References: <CAATJJ0+i0+Qyv4sUwqPJAgPF3QdAS-RP3jZr+_OvGZLjoMEPPA@mail.gmail.com>
 <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com>
From: Christian Ehrhardt <christian.ehrhardt@canonical.com>
Date: Wed, 6 Jul 2016 14:26:32 +0200
Message-ID: <CAATJJ0LexfYw+OO9o3jUVG1Oitd43NmwPR1cfbmhdcBDHYeuww@mail.gmail.com>
To: Christian Ehrhardt <christian.ehrhardt@canonical.com>, 
 Patrik Andersson R <patrik.r.andersson@ericsson.com>, 
 Thomas Monjalon <thomas.monjalon@6wind.com>, dev <dev@dpdk.org>, 
 Yuanhan Liu <yuanhan.liu@linux.intel.com>, "Xie, Huawei" <huawei.xie@intel.com>
Content-Type: text/plain; charset=UTF-8
X-Content-Filtered-By: Mailman/MimeDel 2.1.15
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 06 Jul 2016 12:26:53 -0000

Sorry,
please ignore the two links, the cover letter has - they belong to a
different issue I have to bring up again.
Everything else still applies.

Christian Ehrhardt
Software Engineer, Ubuntu Server
Canonical Ltd

On Wed, Jul 6, 2016 at 2:24 PM, Christian Ehrhardt <
christian.ehrhardt@canonical.com> 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.
>
> Back then we had the patch and discussion first in
> http://dpdk.org/dev/patchwork/patch/12103/
> and then
> http://dpdk.org/dev/patchwork/patch/12118/
>
> Things worked fine as I reported and I integrated the patch in our
> packaging as
> it fixed a severe issue. Since it was reported by someone else I do not
> seem to
> be the only one :-)
>
> So today I rebased the patch including my updates I made based on our
> discussion
> and I think it would make as much sense as it made back then to fix this.
>
> Christian Ehrhardt (1):
>   vhost_user: avoid crash when exeeding file descriptors
>
>  lib/librte_vhost/vhost_user/fd_man.c         | 11 ++++++-----
>  lib/librte_vhost/vhost_user/vhost-net-user.c | 19 +++++++++++++++++--
>  2 files changed, 23 insertions(+), 7 deletions(-)
>
> --
> 2.7.4
>
>