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 75AC8192590; Fri, 23 Aug 2024 22:19:00 +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=1724451540; cv=none; b=YDOYoBlNpwUuJWVnyzlFsv44rGRE3igc03MbmoQ9C40z2ZTvmtN/EtmKcZgb/h9PS1OMwwmiV5LzOWcW45egOFAYrti9q7i83qbH/eAt42BfPhxzLOqvo+5cfERbyy4woWnQ0TbGkc+JiBdQq6q28i0AmQ44aQJ+P4Jmha5CLkw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1724451540; c=relaxed/simple; bh=CywqaPcWvNQMLuUnkX/D3hSMUqm1ICaLWW3Thh45dw0=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition:In-Reply-To; b=kGB69gOlD+bjn4IxgiCng93LO7P4yjzW4sLz20NZHiNMMtouPuL1ucyxevdyMJvc0tuUlh1PSw86Sa4xUnJRrTBj7JDsoFTmDn/P0kTp/01qGZKC8T2RaQl4AVxmkOBA1w+80eDMaQwHJHlyFWs7/OqqXLDhbt+RXqmaMOn1M9U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ke59IqoH; 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="ke59IqoH" Received: by smtp.kernel.org (Postfix) with ESMTPSA id C2EEEC32786; Fri, 23 Aug 2024 22:18:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1724451540; bh=CywqaPcWvNQMLuUnkX/D3hSMUqm1ICaLWW3Thh45dw0=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=ke59IqoHdwWW2oE3BIQfAPs3rJONg0ExI12ZbP2VJ3exAtt+JA8hSSFaHb4YWKGqr J4UY4PAUQ77lcGUt+zbx6JnqWjkmVUHqGtJY/fWZEYU4Ag3zaFbKi5HtuNIc6c7sRd TutZaZheyRE3bD1YWuq6+5nQBaFqDDus9M5RWtfoEnAtmxg5r4JM1DiVX3IU9o92iX j1tetuYvZubPZ/rYU/vntqkHWoqRuQ5vj8iLBD8s161gcQ1nVb/uPjMZaD8B5B7gH4 xSfNFkqgaVVpTABmbMf990VUELduRPL44tT0tc0jg31JWVc+gPY3Wpc2r6cWeyDF7i Kfq82khHDTTMg== Date: Fri, 23 Aug 2024 17:18:57 -0500 From: Bjorn Helgaas To: Alexey Kardashevskiy Cc: kvm@vger.kernel.org, iommu@lists.linux.dev, linux-coco@lists.linux.dev, linux-pci@vger.kernel.org, Suravee Suthikulpanit , Alex Williamson , Dan Williams , pratikrajesh.sampat@amd.com, michael.day@amd.com, david.kaplan@amd.com, dhaval.giani@amd.com, Santosh Shukla , Tom Lendacky , Michael Roth , Alexander Graf , Nikunj A Dadhania , Vasant Hegde , Lukas Wunner Subject: Re: [RFC PATCH 02/21] pci/doe: Define protocol types and make those public Message-ID: <20240823221857.GA391220@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: <20240823132137.336874-3-aik@amd.com> Run "git log --oneline" and follow the drivers/pci capitalization convention. On Fri, Aug 23, 2024 at 11:21:16PM +1000, 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(). Include section number, e.g., PCIe r6.0, sec xxx. Rewrap to fill 75 columns (or add a blank line if you intend two paragraphs).