From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 5DF7F625; Tue, 14 Jan 2025 00:32:29 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736814749; cv=none; b=CVvPFL2C5SlQcfhtxaFzEsr/y574bHTslkLqISxyEXxh4uRhzPdgbDUtntF2GYjp+8WHHk8qnawXaHVrZ2nCYyyaL6hON2KFGJ5MeWzHgqW22YL3fdHRWo+q9XTf0iFb3wWbTMsmLvzN4ainva/kBeKCCfOlIfHibs5CDXyz8TE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736814749; c=relaxed/simple; bh=MuJPG1xWeEcJ/5zpWjCrB5ai+wzkKpDxFeCaGDasul0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=CoEUA6PvuEfMwgCxRqqZWMCJ/2XHUhwnZ3W7mzRFOCg2tO8k3k7y6XwS1jO7Js9AEWsdgqym2hlD4B+cOm+K/+1pu5pPngSfoIbWsT3rsxYnGCtrAycu6SZjriIzXhj7pdOSHHfOTe3PH18rrh18kL5vnlw0qs7Mix3MyiweDr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=QCEHKYVC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="QCEHKYVC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7FB96C4CED6; Tue, 14 Jan 2025 00:32:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1736814748; bh=MuJPG1xWeEcJ/5zpWjCrB5ai+wzkKpDxFeCaGDasul0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QCEHKYVCkQ/8zdGzQbGL2hKlJGiaezYeDSIOWDXewa7qVbBM270JZtpMnkPmj87VX 1SQULLGQsfCUVeBUrZYXU3bJzsjPV9lViVOi3AE9JQs8jvSkAwqJfU0RR7PU21jPZO umCgN78PxFFQxLUIgepucT5AWMNXLoeh/XhfDm8zyPhitKx+6giVNdRSQPyM52AFpb XQS7lcpu37cwilKzoy0l7zyxFN/UxpPnAt6i9xw4oBr+u6Egq8Wf25O2nM9GNa8GZ0 DFZplcfi/PSVx8qWew2ya1LWDLzOE9UKAcfc5j1axZYnpc6aX2ezjSuZMVbIjBAzjA uOHi2ARCos9nQ== Date: Tue, 14 Jan 2025 09:32:26 +0900 From: Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= To: Bjorn Helgaas Cc: Akihiko Odaki , Jonathan Corbet , Bjorn Helgaas , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-pci@vger.kernel.org, Tushar Dave , Jason Gunthorpe , Vidya Sagar , Vikram Sethi , Shanker Donthineni , "Paul E. McKenney" , Andrew Morton , Thomas Huth , Steven Rostedt , Xiongwei Song Subject: Re: [PATCH] Documentation: Fix config_acs= example Message-ID: <20250114003226.GA1810889@rocinante> References: <20240915-acs-v1-1-b9ee536ee9bd@daynix.com> <20250113174035.GA408797@bhelgaas> Precedence: bulk X-Mailing-List: linux-doc@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: <20250113174035.GA408797@bhelgaas> Hello, [...] > Thanks for the patch. Krzysztof added a bit to the commit log at: > > https://git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/commit/?id=57722057d762 > > but I think we should also include the flags template: > > config_acs = > Format: > @[; ...] > > so the commit log includes a hint about what "flag specification" > means. I amended the commit log. Should now include the above for reference. Krzysztof