From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-9.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A75CEC43465 for ; Mon, 21 Sep 2020 04:35:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6A2A02084C for ; Mon, 21 Sep 2020 04:35:22 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="eazXT8Pp" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726318AbgIUEfU (ORCPT ); Mon, 21 Sep 2020 00:35:20 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:32782 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726011AbgIUEfU (ORCPT ); Mon, 21 Sep 2020 00:35:20 -0400 Received: from fllv0034.itg.ti.com ([10.64.40.246]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id 08L4Yvj4101198; Sun, 20 Sep 2020 23:34:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1600662897; bh=WgoOtI+mWNEhU87sIoLc3wQAHysSHQBYrpEdQxdi7R0=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=eazXT8PpjR3wm78Fq29IuQUJ2XyEy/eua/RYyHa0+Qj1lxkL7NbSr00PqjvwxkH3f NLBs6B6CnwpEK4f1PiDMHInJREBoS8PoBw7WfJTPEjXdpIqHJR7ovkpSDOciph1F/H pcFU5HDANH16FxRruhH3LPrv/23zSDgCBJQo9FQw= Received: from DFLE103.ent.ti.com (dfle103.ent.ti.com [10.64.6.24]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 08L4YvJW121785 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Sun, 20 Sep 2020 23:34:57 -0500 Received: from DFLE103.ent.ti.com (10.64.6.24) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3; Sun, 20 Sep 2020 23:34:57 -0500 Received: from lelv0327.itg.ti.com (10.180.67.183) by DFLE103.ent.ti.com (10.64.6.24) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1979.3 via Frontend Transport; Sun, 20 Sep 2020 23:34:57 -0500 Received: from [10.250.232.147] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0327.itg.ti.com (8.15.2/8.15.2) with ESMTP id 08L4YphG020154; Sun, 20 Sep 2020 23:34:52 -0500 Subject: Re: [PATCH v5 12/17] PCI: endpoint: Add EP function driver to provide NTB functionality To: Randy Dunlap , Bjorn Helgaas , Jonathan Corbet , Lorenzo Pieralisi , Arnd Bergmann , Jon Mason , Dave Jiang , Allen Hubbe , Tom Joseph , Rob Herring CC: Greg Kroah-Hartman , , , , References: <20200918064227.1463-1-kishon@ti.com> <20200918064227.1463-13-kishon@ti.com> <31985ad8-2e9b-99d8-55ef-4ae90103e499@infradead.org> From: Kishon Vijay Abraham I Message-ID: Date: Mon, 21 Sep 2020 10:04:45 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <31985ad8-2e9b-99d8-55ef-4ae90103e499@infradead.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Randy, On 18/09/20 9:47 pm, Randy Dunlap wrote: > On 9/17/20 11:42 PM, Kishon Vijay Abraham I wrote: >> diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig >> index 8820d0f7ec77..55ac7bb2d469 100644 >> --- a/drivers/pci/endpoint/functions/Kconfig >> +++ b/drivers/pci/endpoint/functions/Kconfig >> @@ -12,3 +12,15 @@ config PCI_EPF_TEST >> for PCI Endpoint. >> >> If in doubt, say "N" to disable Endpoint test driver. >> + >> +config PCI_EPF_NTB >> + tristate "PCI Endpoint NTB driver" >> + depends on PCI_ENDPOINT >> + help >> + Select this configuration option to enable the NTB driver >> + for PCI Endpoint. NTB driver implements NTB controller >> + functionality using multiple PCIe endpoint instances. It >> + can support NTB endpoint function devices created using >> + device tree. > > Indent help text with one tab + 2 spaces... > according to coding-style.rst. Okay, will fix this. Thanks Kishon