From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2 1/7] pci: If a driver's probe function fails, unmap resources. Date: Wed, 04 Jan 2017 18:39:03 +0100 Message-ID: <64510177.2V8Gqa4j9X@xps13> References: <1479929804-19614-1-git-send-email-benjamin.walker@intel.com> <2631459.aun9V5NdHs@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Shreyansh Jain , dev@dpdk.org To: Ben Walker Return-path: Received: from mail-wj0-f178.google.com (mail-wj0-f178.google.com [209.85.210.178]) by dpdk.org (Postfix) with ESMTP id A65432C71 for ; Wed, 4 Jan 2017 18:39:05 +0100 (CET) Received: by mail-wj0-f178.google.com with SMTP id ew7so2470591wjc.3 for ; Wed, 04 Jan 2017 09:39:05 -0800 (PST) In-Reply-To: <2631459.aun9V5NdHs@xps13> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-21 17:19, Thomas Monjalon: > 2016-11-25 14:51, Shreyansh Jain: > > On Thursday 24 November 2016 01:37 AM, Ben Walker wrote: > > > If resources were mapped prior to probe, unmap them > > > if probe fails. > > > > > > This does not handle the case where the kernel driver was > > > forcibly unbound prior to probe. > > > > > > Signed-off-by: Ben Walker > > > > Acked-by: Shreyansh Jain > > The 3 first patches of this series seems good and easy to agree, > except some minor nits. > > Please Ben or Shreyansh, could you respin only them to help make > progress before applying a PCI/bus rework from Shreyansh? > As soon as one of you shoot a partial v3, I'll apply them. > Thanks Please Ben, do you want to make a partial v3?