From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f172.google.com (mail-qt0-f172.google.com [209.85.216.172]) by dpdk.org (Postfix) with ESMTP id 99CDC6CC2 for ; Wed, 6 Jul 2016 14:30:36 +0200 (CEST) Received: by mail-qt0-f172.google.com with SMTP id f89so115258086qtd.2 for ; Wed, 06 Jul 2016 05:30:36 -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=id1fKalEKWhcOdT5xfRasO4kQQ/oK6ET+zB1GnQ15oI=; b=Tmws+L0EGQC63Uwi5axBTCAERyaTlHRo5TlRTe2YVOSTN1BtI4LUOr0XMLNCJ43WJN u3DkfvvjJMBZGSwwtPfwtM3xfEXv8pXDLRTlppWuizcRz/qBk8ixO7/AWzZ0FAKT3V40 +tcUaOzetnVh7yrgjFxjbsYFL3JL4nlyu8yhCcLxj6TQTUD8NOgzzihvnlSy6Rim3OlJ MvYurfhMZ7zaWx1ggBxXo1h4RSLtdhkezKro7O64mY93PcNTIGel4aWvlIk245aobY2C 1RRBlB2pADgXdiHtuuayDkgyj9DsdJ95MdJo/YmaZlyPRob8hrqJYDcV/FghIt+OklYo 6xWQ== 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=id1fKalEKWhcOdT5xfRasO4kQQ/oK6ET+zB1GnQ15oI=; b=CaDDNJ/1evLTHsS19B965jqsvmcWffrCntuxQhU1Te9nfKMlwl8VR/+xF+1b1a4G4H 20pCheHGkgM+Hy8qcokBEUt+qgXOoUS87/KmIKkPBH3ftiT3w47dG3tq72gCfDOwP2EM 3OnPBgK3BMa0f8BwecdqNoyl9RgeqJOzFL7eRDQ/y9jsEmib0pSbFZISxg1hUizvO1Ds Gh1s4daf4Qwk1XVk5dy0L5SU0gGQnH+dC0VRVLNjO4RoaewiZwGPbMaezP3Bz4utvQuW qlU2kG8M/HCt/mUPy6BGJd48z0/uLYMGSML4FGo8Uj/kuQiKqXLMhvxGDGUmDfjf2RLB fHdA== X-Gm-Message-State: ALyK8tLFSUpiiz1YqHxBeZ5JHxHWcGhCPJ4swRG13MNQ4KRu0LchlIFAamB0u0voIFmfcD3/2nZao8xXjQ+7KYFY X-Received: by 10.237.47.1 with SMTP id l1mr35516728qtd.38.1467808236060; Wed, 06 Jul 2016 05:30:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.23.77 with HTTP; Wed, 6 Jul 2016 05:30:16 -0700 (PDT) In-Reply-To: References: <1467807898-27772-1-git-send-email-christian.ehrhardt@canonical.com> From: Christian Ehrhardt Date: Wed, 6 Jul 2016 14:30:16 +0200 Message-ID: To: Christian Ehrhardt , Patrik Andersson R , Thomas Monjalon , dev , Yuanhan Liu , "Xie, Huawei" 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jul 2016 12:30:36 -0000 This is the series this really belongs to http://dpdk.org/dev/patchwork/patch/11581/ Message ID <1458292380-9258-1-git-send-email-patrik.r.andersson@ericsson.com > Should I wait for a v2 to point the patch at the right ID or do you prefer a fixed resubmit right away? Christian Ehrhardt Software Engineer, Ubuntu Server Canonical Ltd On Wed, Jul 6, 2016 at 2:26 PM, Christian Ehrhardt < christian.ehrhardt@canonical.com> wrote: > 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 >> >> >