Re: [PATCH] iommu/vt-d: Print pasid table entries MSB to LSB in debugfs

2019-07-22 Thread Joerg Roedel
On Sun, Jul 21, 2019 at 05:22:07PM -0700, Sai Praneeth Prakhya wrote: > --- > drivers/iommu/intel-iommu-debugfs.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) Added a Fixes-tag and applied to iommu/fixes. ___ iommu mailing list iommu@list

[PATCH] iommu/vt-d: Print pasid table entries MSB to LSB in debugfs

2019-07-21 Thread Sai Praneeth Prakhya
Commit dd5142ca5d24 ("iommu/vt-d: Add debugfs support to show scalable mode DMAR table internals") prints content of pasid table entries from LSB to MSB where as other entries are printed MSB to LSB. So, to maintain uniformity among all entries and to not confuse the user, print MSB first. Cc: Joe