From: Lu Baolu <baolu.lu@linux.intel.com>
To: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>,
iommu@lists.linux-foundation.org
Cc: Ashok Raj <ashok.raj@intel.com>,
Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH 0/3] Add debugfs support to show scalable mode DMAR table
Date: Fri, 10 May 2019 10:30:45 +0800 [thread overview]
Message-ID: <fa685d9b-eab3-4411-0e1c-79a3fb4087fd@linux.intel.com> (raw)
In-Reply-To: <cover.1556762845.git.sai.praneeth.prakhya@intel.com>
Hi Sai,
On 5/10/19 2:41 AM, Sai Praneeth Prakhya wrote:
> From: Sai Praneeth <sai.praneeth.prakhya@intel.com>
>
> Presently, "/sys/kernel/debug/iommu/intel/dmar_translation_struct" file dumps
> only legacy DMAR table which consists of root table and context table. Scalable
> mode DMAR table adds PASID directory and PASID table. Hence, add support to dump
> these tables as well.
>
> Directly extending the present dumping format for PASID tables will make the
> output look clumsy. Hence, the first patch modifies the present format to a
> tabular format. The second patch introduces macros that are used during PASID
> table walk and the third patch actually adds support to dump scalable mode DMAR
> table.
>
> Sai Praneeth (3):
> iommu/vt-d: Modify the format of intel DMAR tables dump
> iommu/vt-d: Introduce macros useful for dumping DMAR table
> iommu/vt-d: Add debugfs support to show scalable mode DMAR table
> internals
This patch set looks good to me in general. One minor suggestion is that
the author name and signed-of-by name should be consistent for all
patches.
Best regards,
Lu Baolu
>
> drivers/iommu/intel-iommu-debugfs.c | 132 +++++++++++++++++++++++++++++-------
> drivers/iommu/intel-pasid.c | 17 -----
> drivers/iommu/intel-pasid.h | 26 +++++++
> 3 files changed, 134 insertions(+), 41 deletions(-)
>
> Cc: Joerg Roedel <joro@8bytes.org>
> Cc: Ashok Raj <ashok.raj@intel.com>
> Cc: Lu Baolu <baolu.lu@linux.intel.com>
> Cc: Sohil Mehta <sohil.mehta@intel.com>
> Cc: David Woodhouse <dwmw2@infradead.org>
> Cc: Jacob Pan <jacob.jun.pan@linux.intel.com>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Signed-off-by: Sai Praneeth Prakhya <sai.praneeth.prakhya@intel.com>
>
_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu
next prev parent reply other threads:[~2019-05-10 2:37 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-09 18:41 [PATCH 0/3] Add debugfs support to show scalable mode DMAR table Sai Praneeth Prakhya
2019-05-09 18:41 ` [PATCH 1/3] iommu/vt-d: Modify the format of intel DMAR tables dump Sai Praneeth Prakhya
2019-05-10 2:46 ` Lu Baolu
2019-05-09 18:42 ` [PATCH 2/3] iommu/vt-d: Introduce macros useful for dumping DMAR table Sai Praneeth Prakhya
2019-05-10 2:47 ` Lu Baolu
2019-05-09 18:42 ` [PATCH 3/3] iommu/vt-d: Add debugfs support to show scalable mode DMAR table internals Sai Praneeth Prakhya
2019-05-10 2:55 ` Lu Baolu
2019-05-10 6:50 ` Prakhya, Sai Praneeth
2019-05-10 2:30 ` Lu Baolu [this message]
2019-05-10 6:46 ` [PATCH 0/3] Add debugfs support to show scalable mode DMAR table Prakhya, Sai Praneeth
2019-05-10 14:56 ` Andy Shevchenko
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fa685d9b-eab3-4411-0e1c-79a3fb4087fd@linux.intel.com \
--to=baolu.lu@linux.intel.com \
--cc=andriy.shevchenko@linux.intel.com \
--cc=ashok.raj@intel.com \
--cc=dwmw2@infradead.org \
--cc=iommu@lists.linux-foundation.org \
--cc=sai.praneeth.prakhya@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.