ntb.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] ntb.rst: Fix copy and paste error
@ 2023-06-29 20:51 Geoff Levand
  2023-06-29 21:31 ` Dave Jiang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geoff Levand @ 2023-06-29 20:51 UTC (permalink / raw)
  To: ntb, Jon Mason, Dave Jiang, Allen Hubbe

It seems the text for the NTB MSI Test Client section was copied from the
NTB Tool Test Client, but was not updated for the new section.  Corrects
the NTB MSI Test Client section text.

Fixes: bec5545edef6 ("Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb")
Signed-off-by: Geoff Levand <geoff@infradead.org> for Sony Interactive Entertainment
---
 Documentation/driver-api/ntb.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/driver-api/ntb.rst b/Documentation/driver-api/ntb.rst
index 11577c2105c5..e991d92b8b1d 100644
--- a/Documentation/driver-api/ntb.rst
+++ b/Documentation/driver-api/ntb.rst
@@ -207,9 +207,9 @@ The MSI test client serves to test and debug the MSI library which
 allows for passing MSI interrupts across NTB memory windows. The
 test client is interacted with through the debugfs filesystem:
 
-* *debugfs*/ntb\_tool/*hw*/
+* *debugfs*/ntb\_msi\_test/*hw*/
 	A directory in debugfs will be created for each
-	NTB device probed by the tool.  This directory is shortened to *hw*
+	NTB device probed by the msi test.  This directory is shortened to *hw*
 	below.
 * *hw*/port
 	This file describes the local port number
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] ntb.rst: Fix copy and paste error
  2023-06-29 20:51 [PATCH v1 1/1] ntb.rst: Fix copy and paste error Geoff Levand
@ 2023-06-29 21:31 ` Dave Jiang
  2023-06-29 21:33 ` Logan Gunthorpe
  2023-06-29 23:32 ` [PATCH v2 " Geoff Levand
  2 siblings, 0 replies; 4+ messages in thread
From: Dave Jiang @ 2023-06-29 21:31 UTC (permalink / raw)
  To: Geoff Levand, ntb, Jon Mason, Allen Hubbe



On 6/29/23 13:51, Geoff Levand wrote:
> It seems the text for the NTB MSI Test Client section was copied from the
> NTB Tool Test Client, but was not updated for the new section.  Corrects
> the NTB MSI Test Client section text.
> 
> Fixes: bec5545edef6 ("Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb")

No need for fixes tag to be back ported with text corrections. Also, 
this is the wrong tag and not the original commit.

> Signed-off-by: Geoff Levand <geoff@infradead.org> for Sony Interactive Entertainment

Reviewed-by: Dave Jiang <dave.jiang@intel.com> with removal of fixes tag.

> ---
>   Documentation/driver-api/ntb.rst | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/Documentation/driver-api/ntb.rst b/Documentation/driver-api/ntb.rst
> index 11577c2105c5..e991d92b8b1d 100644
> --- a/Documentation/driver-api/ntb.rst
> +++ b/Documentation/driver-api/ntb.rst
> @@ -207,9 +207,9 @@ The MSI test client serves to test and debug the MSI library which
>   allows for passing MSI interrupts across NTB memory windows. The
>   test client is interacted with through the debugfs filesystem:
>   
> -* *debugfs*/ntb\_tool/*hw*/
> +* *debugfs*/ntb\_msi\_test/*hw*/
>   	A directory in debugfs will be created for each
> -	NTB device probed by the tool.  This directory is shortened to *hw*
> +	NTB device probed by the msi test.  This directory is shortened to *hw*
>   	below.
>   * *hw*/port
>   	This file describes the local port number

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v1 1/1] ntb.rst: Fix copy and paste error
  2023-06-29 20:51 [PATCH v1 1/1] ntb.rst: Fix copy and paste error Geoff Levand
  2023-06-29 21:31 ` Dave Jiang
@ 2023-06-29 21:33 ` Logan Gunthorpe
  2023-06-29 23:32 ` [PATCH v2 " Geoff Levand
  2 siblings, 0 replies; 4+ messages in thread
From: Logan Gunthorpe @ 2023-06-29 21:33 UTC (permalink / raw)
  To: Geoff Levand, ntb, Jon Mason, Dave Jiang, Allen Hubbe



On 2023-06-29 14:51, Geoff Levand wrote:
> It seems the text for the NTB MSI Test Client section was copied from the
> NTB Tool Test Client, but was not updated for the new section.  Corrects
> the NTB MSI Test Client section text.
> 
> Fixes: bec5545edef6 ("Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb")
> Signed-off-by: Geoff Levand <geoff@infradead.org> for Sony Interactive Entertainment


Looks good to me, thanks.

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>

Logan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH v2 1/1] ntb.rst: Fix copy and paste error
  2023-06-29 20:51 [PATCH v1 1/1] ntb.rst: Fix copy and paste error Geoff Levand
  2023-06-29 21:31 ` Dave Jiang
  2023-06-29 21:33 ` Logan Gunthorpe
@ 2023-06-29 23:32 ` Geoff Levand
  2 siblings, 0 replies; 4+ messages in thread
From: Geoff Levand @ 2023-06-29 23:32 UTC (permalink / raw)
  To: ntb, Jon Mason, Dave Jiang, Allen Hubbe

It seems the text for the NTB MSI Test Client section was copied from the
NTB Tool Test Client, but was not updated for the new section.  Corrects
the NTB MSI Test Client section text.

Reviewed-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Dave Jiang <dave.jiang@intel.com>
Signed-off-by: Geoff Levand <geoff@infradead.org> for Sony Interactive Entertainment
---
 Documentation/driver-api/ntb.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/driver-api/ntb.rst b/Documentation/driver-api/ntb.rst
index 11577c2105c5..e991d92b8b1d 100644
--- a/Documentation/driver-api/ntb.rst
+++ b/Documentation/driver-api/ntb.rst
@@ -207,9 +207,9 @@ The MSI test client serves to test and debug the MSI library which
 allows for passing MSI interrupts across NTB memory windows. The
 test client is interacted with through the debugfs filesystem:
 
-* *debugfs*/ntb\_tool/*hw*/
+* *debugfs*/ntb\_msi\_test/*hw*/
 	A directory in debugfs will be created for each
-	NTB device probed by the tool.  This directory is shortened to *hw*
+	NTB device probed by the msi test.  This directory is shortened to *hw*
 	below.
 * *hw*/port
 	This file describes the local port number
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-06-29 23:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-29 20:51 [PATCH v1 1/1] ntb.rst: Fix copy and paste error Geoff Levand
2023-06-29 21:31 ` Dave Jiang
2023-06-29 21:33 ` Logan Gunthorpe
2023-06-29 23:32 ` [PATCH v2 " Geoff Levand

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).