All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD
@ 2015-08-20 10:17 Nan Xiao
  2015-08-24 17:41 ` Jonathan Corbet
  0 siblings, 1 reply; 6+ messages in thread
From: Nan Xiao @ 2015-08-20 10:17 UTC (permalink / raw)
  To: linux-kernel

Hi all,

According to "Intel Virtualization Technology for Directed I/O" specification,
DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA
Engine Reporting Structure".

Signed-off-by: Nan Xiao <nan@chinadtrace.org>
---
 Documentation/Intel-IOMMU.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Intel-IOMMU.txt b/Documentation/Intel-IOMMU.txt
index cf9431d..7b57fc0 100644
--- a/Documentation/Intel-IOMMU.txt
+++ b/Documentation/Intel-IOMMU.txt
@@ -10,7 +10,7 @@ This guide gives a quick cheat sheet for some basic
understanding.
 Some Keywords

 DMAR - DMA remapping
-DRHD - DMA Engine Reporting Structure
+DRHD - DMA Remapping Hardware Unit Definition
 RMRR - Reserved memory Region Reporting Structure
 ZLR  - Zero length reads from PCI devices
 IOVA - IO Virtual address.
-- 
2.4.3

Best Regards
Nan Xiao

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

* [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD
@ 2015-08-24  6:22 Xiao, Nan (Nan@HPS Performance, Beijing)
       [not found] ` <F9D82F0D71C0024FA18FE771EDDAF149081FAC82-qhK1pdpzgV8SZAcGdq5asR6epYMZPwEe5NbjCUgZEJk@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: Xiao, Nan (Nan@HPS Performance, Beijing) @ 2015-08-24  6:22 UTC (permalink / raw)
  To: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org,
	iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org

Hi David & Joerg,

According to "Intel Virtualization Technology for Directed I/O" specification,
DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA Engine Reporting Structure".

Signed-off-by: Nan Xiao <nan.xiao-VXdhtT5mjnY@public.gmane.org>
---
 Documentation/Intel-IOMMU.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/Intel-IOMMU.txt b/Documentation/Intel-IOMMU.txt
index cf9431d..7b57fc0 100644
--- a/Documentation/Intel-IOMMU.txt
+++ b/Documentation/Intel-IOMMU.txt
@@ -10,7 +10,7 @@ This guide gives a quick cheat sheet for some basic understanding.
 Some Keywords
 
 DMAR - DMA remapping
-DRHD - DMA Engine Reporting Structure
+DRHD - DMA Remapping Hardware Unit Definition
 RMRR - Reserved memory Region Reporting Structure
 ZLR  - Zero length reads from PCI devices
 IOVA - IO Virtual address.
-- 
2.4.3


Best Regards
Nan Xiao

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

* Re: [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD
  2015-08-20 10:17 Nan Xiao
@ 2015-08-24 17:41 ` Jonathan Corbet
  2015-08-24 23:04   ` Nan Xiao
  0 siblings, 1 reply; 6+ messages in thread
From: Jonathan Corbet @ 2015-08-24 17:41 UTC (permalink / raw)
  To: Nan Xiao; +Cc: linux-kernel

On Thu, 20 Aug 2015 18:17:10 +0800
Nan Xiao <xiaonan830818@gmail.com> wrote:

> According to "Intel Virtualization Technology for Directed I/O" specification,
> DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA
> Engine Reporting Structure".

Applied to the docs tree, thanks.

Note that this patch was line-wrapped by your mail client and required
manual fixing; please configure your client to not do that
(Documentation/email-clients.txt can be helpful) before sending any
further patches.

jon

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

* Re: [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD
  2015-08-24 17:41 ` Jonathan Corbet
@ 2015-08-24 23:04   ` Nan Xiao
  0 siblings, 0 replies; 6+ messages in thread
From: Nan Xiao @ 2015-08-24 23:04 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: linux-kernel

Hi Jonathan,

Got it, thanks very much!
Best Regards
Nan Xiao


On Tue, Aug 25, 2015 at 1:41 AM, Jonathan Corbet <corbet@lwn.net> wrote:
> On Thu, 20 Aug 2015 18:17:10 +0800
> Nan Xiao <xiaonan830818@gmail.com> wrote:
>
>> According to "Intel Virtualization Technology for Directed I/O" specification,
>> DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA
>> Engine Reporting Structure".
>
> Applied to the docs tree, thanks.
>
> Note that this patch was line-wrapped by your mail client and required
> manual fixing; please configure your client to not do that
> (Documentation/email-clients.txt can be helpful) before sending any
> further patches.
>
> jon

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

* Re: [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD
       [not found] ` <F9D82F0D71C0024FA18FE771EDDAF149081FAC82-qhK1pdpzgV8SZAcGdq5asR6epYMZPwEe5NbjCUgZEJk@public.gmane.org>
@ 2015-08-25  8:51   ` joro-zLv9SwRftAIdnm+yROfE0A
       [not found]     ` <20150825085148.GC32055-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
  0 siblings, 1 reply; 6+ messages in thread
From: joro-zLv9SwRftAIdnm+yROfE0A @ 2015-08-25  8:51 UTC (permalink / raw)
  To: Xiao, Nan (Nan@HPS Performance, Beijing)
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org

Hi Nan,

I applied this patch with some formatting fixes, thanks. Details below:

From: "Xiao, Nan (Nan@HPS Performance, Beijing)" <nan.xiao-VXdhtT5mjnY@public.gmane.org>

git-am made this author-line out of your patch: "(Nan@HPS <(Nan@HPS>"

Which doesn't even look like a valid email address. I fixed it, but
please include a From: line in your future patches like this:

From: Xiao, Nan <nan.xiao-VXdhtT5mjnY@public.gmane.org>

This will guarantee that your patches will be accounted correctly.

Next is the patch subject. For iommu patches please use a prefix like
this: <arch>/<iommu>

In case of Intel VT-d this would look like "iommu/vt-d:", and my updated
subject line looks like:

Subject: x86/vt-d: Fix documentation of DRHD

On Mon, Aug 24, 2015 at 06:22:42AM +0000, Xiao, Nan (Nan@HPS Performance, Beijing) wrote:
> According to "Intel Virtualization Technology for Directed I/O" specification,
> DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA Engine Reporting Structure".

These lines are too long. Please try to limit the line-length in patches
to 60 characters for iommu patches.


Thanks,

	Joerg

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

* RE: [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD
       [not found]     ` <20150825085148.GC32055-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2015-08-25  9:04       ` Xiao, Nan (Nan@HPservers-Core-OE-PSC)
  0 siblings, 0 replies; 6+ messages in thread
From: Xiao, Nan (Nan@HPservers-Core-OE-PSC) @ 2015-08-25  9:04 UTC (permalink / raw)
  To: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
  Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org,
	dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org

Hi Joerg,

Firstly, thanks very much for your detailed comments!

I first send this patch to linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org only (the result of get_maintainer.pl ), but after about 3
days, there is no any responses. I thought no one would notice this bug, so I resend the patch to you. But this
morning, Jonathan confirmed he has merged the patch (https://lkml.org/lkml/2015/8/24/637) , so I think maybe 
there is no need for you to merge it again.

I am very sorry for not updating the information immediately! Thanks for your understanding!

Best Regards
Nan Xiao

-----Original Message-----
From: joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org [mailto:joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org] 
Sent: Tuesday, August 25, 2015 4:52 PM
To: Xiao, Nan (Nan@HPservers-Core-OE-PSC)
Cc: dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org; iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD

Hi Nan,

I applied this patch with some formatting fixes, thanks. Details below:

From: "Xiao, Nan (Nan@HPS Performance, Beijing)" <nan.xiao-VXdhtT5mjnY@public.gmane.org>

git-am made this author-line out of your patch: "(Nan@HPS <(Nan@HPS>"

Which doesn't even look like a valid email address. I fixed it, but please include a From: line in your future patches like this:

From: Xiao, Nan <nan.xiao-VXdhtT5mjnY@public.gmane.org>

This will guarantee that your patches will be accounted correctly.

Next is the patch subject. For iommu patches please use a prefix like
this: <arch>/<iommu>

In case of Intel VT-d this would look like "iommu/vt-d:", and my updated subject line looks like:

Subject: x86/vt-d: Fix documentation of DRHD

On Mon, Aug 24, 2015 at 06:22:42AM +0000, Xiao, Nan (Nan@HPS Performance, Beijing) wrote:
> According to "Intel Virtualization Technology for Directed I/O" 
> specification, DRHD stands for "DMA Remapping Hardware Unit Definition" , not "DMA Engine Reporting Structure".

These lines are too long. Please try to limit the line-length in patches to 60 characters for iommu patches.


Thanks,

	Joerg

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

end of thread, other threads:[~2015-08-25  9:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-24  6:22 [PATCH] Documentation/Intel-IOMMU.txt: Modify definition of DRHD Xiao, Nan (Nan@HPS Performance, Beijing)
     [not found] ` <F9D82F0D71C0024FA18FE771EDDAF149081FAC82-qhK1pdpzgV8SZAcGdq5asR6epYMZPwEe5NbjCUgZEJk@public.gmane.org>
2015-08-25  8:51   ` joro-zLv9SwRftAIdnm+yROfE0A
     [not found]     ` <20150825085148.GC32055-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2015-08-25  9:04       ` Xiao, Nan (Nan@HPservers-Core-OE-PSC)
  -- strict thread matches above, loose matches on Subject: below --
2015-08-20 10:17 Nan Xiao
2015-08-24 17:41 ` Jonathan Corbet
2015-08-24 23:04   ` Nan Xiao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.