Re: [PATCH V3] iommu/amd: Add logic to decode AMD IOMMU event flag

From: Suravee Suthikulanit
Date: Tue Apr 09 2013 - 11:12:31 EST


On 4/9/2013 4:41 AM, Joerg Roedel wrote:
On Tue, Apr 02, 2013 at 07:06:50PM -0500, Suthikulpanit, Suravee wrote:
From: Suravee Suthikulpanit <suravee.suthikulpanit@xxxxxxx>

Add logic to decode AMD IOMMU event flag based on information from AMD IOMMU specification.
This should simplify debugging IOMMU errors. Also, dump DTE information in additional cases.

This is an example:
AMD-Vi: Event logged [IO_PAGE_FAULT device=51:00.0 domain=0x0000 address=0x0000000000000000 flags=0x0fff]
AMD-Vi: Flags details: Guest NX=1 User Intr Present Write No-Perm Rsrv-Bit Translation
AMD-Vi: Type of error: (0x7)
AMD-Vi: (Note: Please refer to AMD IOMMU specification for details.)
AMD-Vi: DTE[0]: 6000003fa75e2403
AMD-Vi: DTE[1]: 0000000000000014
AMD-Vi: DTE[2]: 2000003fa5e09011
AMD-Vi: DTE[3]: 0000000000000000
This example should look like this instead:

AMD-Vi: Event logged [IO_PAGE_FAULT device=51:00.0 domain=0x0000 address=0x0 flags: G NX US I P Wr Rsvd Tr]

by default. When the user passes amd_iommu=verbose on the cmd-line then
you can print additional information like "type of error" or the dump
the DTE.


Joerg
Joerg,

- I can fit DTE dump all in one line (to reduce the number of lines). But it is necessary for debugging certain events.
- The "type of error" is also part of the flag translation for certain event. It will only print if it is necessary.
- I can remove the "Note: ... " per Boris's request.
- I can shorten the flag details even more.

Here are some new examples:
[ 156.177883] AMD-Vi: Event logged [IO_PAGE_FAULT device=51:00.0 domain=0x0000 address=0x0000000000000000]
[ 156.177895] AMD-Vi: Flags: Gst NX Usr Int P W N-Perm Rsrv Trnslt
[ 156.177898] AMD-Vi: Type of error: (0x7)
[ 156.177899] AMD-Vi: DTE[0 .. 3]: 6000007fa764f403 0000000000000014 2000003fabb41811 0000000000000000

[ 197.353900] AMD-Vi: Event logged [PAGE_TAB_HARDWARE_ERROR device=51:00.0 domain=0x0000 address=0x0000000000000000]
[ 197.353917] AMD-Vi: Flags: Gst NX Usr Int P W N-Perm Rsrv Trnslt

These messages are not "high volumn". What I am trying to achieve is for users to be able to just send the errors to developers once they are encountered without having to tell them to go back and reboot with the "amd_iommu=verbose". In facts, they often difficult to reproduce from my experience. This should reduce the amount of communications and efforts required to debug the issue.

If you are ok with this, I will send out V4 in the next email.

Thank you,

Suravee

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/