From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christian Ehrhardt Subject: Re: [PATCH v2] Memory leak when adding/removing vhost_user ports Date: Wed, 6 Jul 2016 14:26:32 +0200 Message-ID: References: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 To: Christian Ehrhardt , Patrik Andersson R , Thomas Monjalon , dev , Yuanhan Liu , "Xie, Huawei" Return-path: 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 ; Wed, 6 Jul 2016 14:26:52 +0200 (CEST) Received: by mail-qt0-f181.google.com with SMTP id m2so115412278qtd.1 for ; Wed, 06 Jul 2016 05:26:52 -0700 (PDT) In-Reply-To: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.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" 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 > >