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 4F3A72528E1; Tue, 15 Apr 2025 20:15:48 +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=1744748149; cv=none; b=hidYTTX5EP3hUVgFnKyUhp2VcZp4qNxO/jQmmMQTVbu07VOn7Guh6dF03Lby+2foH61Ppx3Mo4GEp/pf8zM0GJNgFEsO7OA75I3y07wCn+J4sfWomgDIepH/Qbu5BZfongJ2FQD03/AIx/89qSoxT4o8zTXcGQtOvn4F8ZAC+To= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744748149; c=relaxed/simple; bh=QwTJf9GxpIvIfOhFYaJO6b+nTXK1Pmo5iQcJ/GI9BGU=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=YZTt/xE+NXDYaMT5J3DSekk+0gTaL8EP2mUSc254er92PqVnVV71hvFa7YVOVGSygEHSXe1mkiXibVfr54HOUBVycuGe7fBuTm9WPUDQRt4Gd/LTc3yq6nOwF4H9tB//vekIp8dgg3NVsgL4G/sLDDVrL/aJSlPTKyngZvFSl3Q= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=jO/DDpLU; 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="jO/DDpLU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 857C9C4CEE7; Tue, 15 Apr 2025 20:15:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744748148; bh=QwTJf9GxpIvIfOhFYaJO6b+nTXK1Pmo5iQcJ/GI9BGU=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=jO/DDpLUw6lPmlvlhtrDhoKnokaxjzDFG0GJx6h2ALJm1U5w8n3wIIl6Mghx/t08C YMkwUzvfYvZrMgehfXIZy9SbH4VdhGrgSQmg4r7pXhv2fCRdUZ4z2YZus6I8xxJhqV YfR4KWoBRxqn5uOoOEXKA4lHgTsfTNqW13PaHhn3EGg3kN+K+pJPsDFhZgySRsv5u0 mWvFdU+STmgqRcOr47AOm/uU+FKrotrmwcAVZr6dUqqy/sAR7Bl87PDPViPgbbpMxy 9ccn8ebL8nU82lVjDkDyxwqebwgnK2ZGFbWq8QQsNdcMDxVm+2X8L1wUDLPXD7EcSs jrM0MLUteVC6g== Date: Tue, 15 Apr 2025 15:15:47 -0500 From: Bjorn Helgaas To: Alexey Kardashevskiy Cc: x86@kernel.org, kvm@vger.kernel.org, linux-crypto@vger.kernel.org, linux-pci@vger.kernel.org, linux-arch@vger.kernel.org, Sean Christopherson , Paolo Bonzini , Tom Lendacky , Ashish Kalra , Joerg Roedel , Suravee Suthikulpanit , Robin Murphy , Jason Gunthorpe , Kevin Tian , Bjorn Helgaas , Dan Williams , Christoph Hellwig , Nikunj A Dadhania , Michael Roth , Vasant Hegde , Joao Martins , Nicolin Chen , Lu Baolu , Steve Sistare , Lukas Wunner , Jonathan Cameron , Suzuki K Poulose , Dionna Glaze , Yi Liu , iommu@lists.linux.dev, linux-coco@lists.linux.dev, Zhi Wang , AXu Yilun , "Aneesh Kumar K . V" Subject: Re: [RFC PATCH v2 01/22] pci/doe: Define protocol types and make those public Message-ID: <20250415201547.GA32736@bhelgaas> Precedence: bulk X-Mailing-List: linux-coco@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250218111017.491719-2-aik@amd.com> Match capitalization of subject from previous history. On Tue, Feb 18, 2025 at 10:09:48PM +1100, Alexey Kardashevskiy wrote: > Already public pci_doe() takes a protocol type argument. > PCIe 6.0 defines three, define them in a header for use with pci_doe(). Add section number to spec reference, rewrap paragraph to fill 75 columns. Bjorn