2023-02-02 10:38:50

by Shunsuke Mie

[permalink] [raw]
Subject: [PATCH] PCI: endpoint: Fix a Kconfig prompt of vNTB driver

vNTB driver and NTB driver have same Kconfig prompt. Changed to make it
distinguishable.

Fixes: e35f56bb0330 ("PCI: endpoint: Support NTB transfer between RC and EP")

Signed-off-by: Shunsuke Mie <[email protected]>
---
drivers/pci/endpoint/functions/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig
index 9fd560886871..8efb6a869e7c 100644
--- a/drivers/pci/endpoint/functions/Kconfig
+++ b/drivers/pci/endpoint/functions/Kconfig
@@ -27,7 +27,7 @@ config PCI_EPF_NTB
If in doubt, say "N" to disable Endpoint NTB driver.

config PCI_EPF_VNTB
- tristate "PCI Endpoint NTB driver"
+ tristate "PCI Endpoint Virtual NTB driver"
depends on PCI_ENDPOINT
depends on NTB
select CONFIGFS_FS
--
2.25.1



2023-04-08 09:24:15

by Manivannan Sadhasivam

[permalink] [raw]
Subject: Re: [PATCH] PCI: endpoint: Fix a Kconfig prompt of vNTB driver

On Thu, Feb 02, 2023 at 07:38:32PM +0900, Shunsuke Mie wrote:
> vNTB driver and NTB driver have same Kconfig prompt. Changed to make it
> distinguishable.
>
> Fixes: e35f56bb0330 ("PCI: endpoint: Support NTB transfer between RC and EP")
>
> Signed-off-by: Shunsuke Mie <[email protected]>

Reviewed-by: Manivannan Sadhasivam <[email protected]>

- Mani

> ---
> drivers/pci/endpoint/functions/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pci/endpoint/functions/Kconfig b/drivers/pci/endpoint/functions/Kconfig
> index 9fd560886871..8efb6a869e7c 100644
> --- a/drivers/pci/endpoint/functions/Kconfig
> +++ b/drivers/pci/endpoint/functions/Kconfig
> @@ -27,7 +27,7 @@ config PCI_EPF_NTB
> If in doubt, say "N" to disable Endpoint NTB driver.
>
> config PCI_EPF_VNTB
> - tristate "PCI Endpoint NTB driver"
> + tristate "PCI Endpoint Virtual NTB driver"
> depends on PCI_ENDPOINT
> depends on NTB
> select CONFIGFS_FS
> --
> 2.25.1
>

--
மணிவண்ணன் சதாசிவம்

2023-04-21 10:10:18

by Lorenzo Pieralisi

[permalink] [raw]
Subject: Re: [PATCH] PCI: endpoint: Fix a Kconfig prompt of vNTB driver

On Thu, 02 Feb 2023 19:38:32 +0900, Shunsuke Mie wrote:
> vNTB driver and NTB driver have same Kconfig prompt. Changed to make it
> distinguishable.
>
> Fixes: e35f56bb0330 ("PCI: endpoint: Support NTB transfer between RC and EP")
>
>

Applied to controller/endpoint, thanks!

[1/1] PCI: endpoint: Fix a Kconfig prompt of vNTB driver
https://git.kernel.org/pci/pci/c/e49f106fb073

Thanks,
Lorenzo