Unsupported device field 'IOMMUGroup' #17

Closed
opened 2020-08-06 07:30:57 +00:00 by AndrewShark · 4 comments
AndrewShark commented 2020-08-06 07:30:57 +00:00 (Migrated from gitlab.com)

Hi, I am using pylspci in my project: https://github.com/Ashark/davinci-resolve-checker. If I enable iommu and run script, I got the following messages:

/home/andrew/.local/lib/python3.8/site-packages/pylspci/parsers/verbose.py:87: UserWarning: Unsupported device field 'IOMMUGroup' with value '0'
Please report this, along with the output of `lspci -mmnnvvvk`, at https://gitlab.com/Lucidiot/pylspci/issues
  warnings.warn(

lspci -mmnnvvvk produces the following output (one of the blocks):

Slot:   00:00.0
Class:  Host bridge [0600]
Vendor: Intel Corporation [8086]
Device: 8th Gen Core Processor Host Bridge/DRAM Registers [3ec2]
SVendor:        ASUSTeK Computer Inc. [1043]
SDevice:        PRIME H310M-D [8694]
Rev:    07
Driver: skl_uncore
Module: ie31200_edac
IOMMUGroup:     0

It was reported to my project also https://github.com/Ashark/davinci-resolve-checker/issues/4.

Please add support for IOMMUGroup field.

Hi, I am using pylspci in my project: https://github.com/Ashark/davinci-resolve-checker. If I enable iommu and run script, I got the following messages: ``` /home/andrew/.local/lib/python3.8/site-packages/pylspci/parsers/verbose.py:87: UserWarning: Unsupported device field 'IOMMUGroup' with value '0' Please report this, along with the output of `lspci -mmnnvvvk`, at https://gitlab.com/Lucidiot/pylspci/issues warnings.warn( ``` `lspci -mmnnvvvk` produces the following output (one of the blocks): ``` Slot: 00:00.0 Class: Host bridge [0600] Vendor: Intel Corporation [8086] Device: 8th Gen Core Processor Host Bridge/DRAM Registers [3ec2] SVendor: ASUSTeK Computer Inc. [1043] SDevice: PRIME H310M-D [8694] Rev: 07 Driver: skl_uncore Module: ie31200_edac IOMMUGroup: 0 ``` It was reported to my project also https://github.com/Ashark/davinci-resolve-checker/issues/4. Please add support for IOMMUGroup field.
erwanrouchet commented 2020-08-06 09:30:55 +00:00 (Migrated from gitlab.com)

mentioned in commit 4406ce90a7

mentioned in commit 4406ce90a7685a0226df9a1789b017ae68410f43
Lucidiot commented 2020-08-06 09:30:56 +00:00 (Migrated from gitlab.com)

mentioned in merge request !11

mentioned in merge request !11
Lucidiot commented 2020-08-06 09:32:27 +00:00 (Migrated from gitlab.com)

assigned to @Lucidiot

assigned to @Lucidiot
Lucidiot commented 2020-08-06 09:33:16 +00:00 (Migrated from gitlab.com)

Done, thanks for reporting! A new release will be done on PyPI shortly.

Done, thanks for reporting! A new release will be done on PyPI shortly.
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: lucidiot/pylspci#17
No description provided.