From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 9512BA0583; Thu, 19 Mar 2020 18:47:10 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 672D4F90; Thu, 19 Mar 2020 18:47:10 +0100 (CET) Received: from us-smtp-delivery-74.mimecast.com (us-smtp-delivery-74.mimecast.com [216.205.24.74]) by dpdk.org (Postfix) with ESMTP id B0183CF3 for ; Thu, 19 Mar 2020 18:47:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1584640028; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=aA76ES7e43xggaYU1fSodrMujaNKIwSE//1w1Lnn+qQ=; b=RFy22eYr0semmTB1Ax7w7HRagzLA0u1pIs+D+PkZjP9lGeJ6qCwC7TTREHgXDVY6xkXOGv 3eHzEVnOPjCWON3mDOALiNSz5QNq2+efr2qP2qaBF3Y4GkOMLxezFiBRB/brrVj6FalqXw gpQetl017/jb+3Cz92e5w5v8/bRyHag= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-309-YbKSdRvnMb-H-gKH__LWFQ-1; Thu, 19 Mar 2020 13:47:02 -0400 X-MC-Unique: YbKSdRvnMb-H-gKH__LWFQ-1 Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com [10.5.11.22]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id D88AF85EE74; Thu, 19 Mar 2020 17:47:00 +0000 (UTC) Received: from gondolin (ovpn-113-188.ams2.redhat.com [10.36.113.188]) by smtp.corp.redhat.com (Postfix) with ESMTP id 71F6B1001B28; Thu, 19 Mar 2020 17:46:55 +0000 (UTC) Date: Thu, 19 Mar 2020 18:46:53 +0100 From: Cornelia Huck To: Alex Williamson Cc: kvm@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, dev@dpdk.org, mtosatti@redhat.com, thomas@monjalon.net, bluca@debian.org, jerinjacobk@gmail.com, bruce.richardson@intel.com, kevin.tian@intel.com Message-ID: <20200319184653.6c10638b.cohuck@redhat.com> In-Reply-To: <158396396706.5601.17691989521568973524.stgit@gimli.home> References: <158396044753.5601.14804870681174789709.stgit@gimli.home> <158396396706.5601.17691989521568973524.stgit@gimli.home> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22 Subject: Re: [dpdk-dev] [PATCH v3 7/7] vfio/pci: Cleanup .probe() exit paths X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 11 Mar 2020 15:59:27 -0600 Alex Williamson wrote: > The cleanup is getting a tad long. > > Signed-off-by: Alex Williamson > --- > drivers/vfio/pci/vfio_pci.c | 54 ++++++++++++++++++++----------------------- > 1 file changed, 25 insertions(+), 29 deletions(-) Reviewed-by: Cornelia Huck