From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com. [198.47.19.142]) by gmr-mx.google.com with ESMTPS id n18si547827qkk.7.2021.01.22.06.08.29 for (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Fri, 22 Jan 2021 06:08:29 -0800 (PST) Subject: Re: [PATCH v9 17/17] Documentation: PCI: Add userguide for PCI endpoint NTB function References: <20210119181852.GA2495234@bjorn-Precision-5520> From: Kishon Vijay Abraham I Message-ID: <809ab02c-8cc2-86ea-0524-b9350d38c684@ti.com> Date: Fri, 22 Jan 2021 19:38:11 +0530 MIME-Version: 1.0 In-Reply-To: <20210119181852.GA2495234@bjorn-Precision-5520> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit To: Bjorn Helgaas Cc: Bjorn Helgaas , Jonathan Corbet , Lorenzo Pieralisi , Arnd Bergmann , Jon Mason , Dave Jiang , Allen Hubbe , Tom Joseph , Rob Herring , Greg Kroah-Hartman , linux-pci@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-ntb@googlegroups.com List-ID: Hi Bjorn, On 20/01/21 12:04 am, Bjorn Helgaas wrote: > On Mon, Jan 04, 2021 at 08:59:09PM +0530, Kishon Vijay Abraham I wrote: >> Add documentation to help users use pci-epf-ntb function driver and >> existing host side NTB infrastructure for NTB functionality. >> >> Signed-off-by: Kishon Vijay Abraham I >> Reviewed-by: Randy Dunlap >> --- >> Documentation/PCI/endpoint/index.rst | 1 + >> Documentation/PCI/endpoint/pci-ntb-howto.rst | 160 +++++++++++++++++++ >> 2 files changed, 161 insertions(+) >> create mode 100644 Documentation/PCI/endpoint/pci-ntb-howto.rst >> >> diff --git a/Documentation/PCI/endpoint/index.rst b/Documentation/PCI/endpoint/index.rst >> index 9cb6e5f3c4d5..38ea1f604b6d 100644 >> --- a/Documentation/PCI/endpoint/index.rst >> +++ b/Documentation/PCI/endpoint/index.rst >> @@ -12,6 +12,7 @@ PCI Endpoint Framework >> pci-test-function >> pci-test-howto >> pci-ntb-function >> + pci-ntb-howto >> >> function/binding/pci-test >> function/binding/pci-ntb >> diff --git a/Documentation/PCI/endpoint/pci-ntb-howto.rst b/Documentation/PCI/endpoint/pci-ntb-howto.rst >> new file mode 100644 >> index 000000000000..b6e1073c9a39 >> --- /dev/null >> +++ b/Documentation/PCI/endpoint/pci-ntb-howto.rst >> @@ -0,0 +1,160 @@ >> +.. SPDX-License-Identifier: GPL-2.0 >> + >> +=================================================================== >> +PCI Non-Transparent Bridge (NTB) Endpoint Function (EPF) User Guide >> +=================================================================== >> + >> +:Author: Kishon Vijay Abraham I >> + >> +This document is a guide to help users use pci-epf-ntb function driver >> +and ntb_hw_epf host driver for NTB functionality. The list of steps to >> +be followed in the host side and EP side is given below. For the hardware >> +configuration and internals of NTB using configurable endpoints see >> +Documentation/PCI/endpoint/pci-ntb-function.rst >> + >> +Endpoint Device >> +=============== >> + >> +Endpoint Controller Devices >> +--------------------------- >> + >> +For implementing NTB functionality at least two endpoint controller devices >> +are required. >> +To find the list of endpoint controller devices in the system:: > > Is the above one paragraph or two? Reflow or add blank line as > appropriate. I'll add blank line above. Thanks Kishon