✗ CI.checkpatch: warning for drm/xe/pf: Implement pci_driver.sriov_configure callback (rev3)

Patchwork patchwork at emeril.freedesktop.org
Mon May 6 22:51:56 UTC 2024


== Series Details ==

Series: drm/xe/pf: Implement pci_driver.sriov_configure callback (rev3)
URL   : https://patchwork.freedesktop.org/series/132868/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit fdede38f659dd5c71f276aeaa611f46e52df931d
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Mon May 6 20:41:21 2024 +0200

    drm/xe/pf: Implement pci_driver.sriov_configure callback
    
    The PCI subsystem already exposes the "sriov_numvfs" attribute
    that users can use to enable or disable SR-IOV VFs. Add custom
    implementation of the .sriov_configure callback defined by the
    pci_driver to perform additional steps, including fair VFs
    provisioning with the resources, as required by our platforms.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
    Cc: Badal Nilawar <badal.nilawar at intel.com>
    Cc: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com> #v2
+ /mt/dim checkpatch 980de4c8f9c4fc65bd51d355372e06dc576c3ea7 drm-intel
fdede38f659d drm/xe/pf: Implement pci_driver.sriov_configure callback
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:56: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#56: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 179 lines checked




More information about the Intel-xe mailing list