From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bmailout1.hostsharing.net (bmailout1.hostsharing.net [83.223.95.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 814474A24; Mon, 23 Jun 2025 18:00:36 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=83.223.95.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750701640; cv=none; b=fX9X7sc6w+VALqRs/RIq7aPbCcDgrJPPSRC9EvJyCtZwvyTDRjFCtlRHWvZCI/e5KlOgXp7MHYFuHgcMuyqIP+60IiCl3oznsqmOvxKlxbRa+DeFGZxcBq5BR8QSWDLTZicGdger2To605EV+7FUbJgDGntZK/kHKqyrqLOn98Q= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1750701640; c=relaxed/simple; bh=2Zb/X76hGLMtOvc73fPeJAQeukskv+DbhVHnOwqWSw8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=L4x6VznUkUU4b2lHbYFhRiQ6QmRF6ycFI9I/H+ErO/kS2ZDtUWtKJoogb0VZf0OANZco4ycG9jDpq7lNz04rvNLllTAUU3DOcw33CwvCYBBsMoFa0X3lOR7fDXHOFKkrtBiFNwNWV0Ura4hNzGLD7yjbTeLhuYuQnKpHi3n+zgI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de; spf=none smtp.mailfrom=h08.hostsharing.net; arc=none smtp.client-ip=83.223.95.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=wunner.de Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=h08.hostsharing.net Received: from h08.hostsharing.net (h08.hostsharing.net [IPv6:2a01:37:1000::53df:5f1c:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS RSA CA G1" (verified OK)) by bmailout1.hostsharing.net (Postfix) with ESMTPS id 55FE22C0666B; Mon, 23 Jun 2025 20:00:35 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 50A523B45B8; Mon, 23 Jun 2025 20:00:35 +0200 (CEST) Date: Mon, 23 Jun 2025 20:00:35 +0200 From: Lukas Wunner To: Hongbo Yao Cc: bhelgaas@google.com, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, peter.du@hj-micro.com, jemma.zhang@hj-micro.com Subject: Re: [RFC PATCH] PCI: pciehp: Replace fixed delay with polling for slot power-off Message-ID: References: <20250619093228.283171-1-andy.xu@hj-micro.com> Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Fri, Jun 20, 2025 at 01:54:05PM +0800, Hongbo Yao wrote: > The affected hardware configuration: > - Host system: Arm Neoverse N2 based server > - Multi-host OCP card: Mellanox Technologies MT2910 Family [ConnectX-7] Thanks for providing context for this patch submission. When respinning, please make sure to include the information above (as well as all the information in your e-mail) in the commit message. Thanks, Lukas