✗ CI.checkpatch: warning for drm/xe/pf: Implement pci_driver.sriov_configure callback (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Fri Apr 26 15:39:41 UTC 2024
== Series Details ==
Series: drm/xe/pf: Implement pci_driver.sriov_configure callback (rev2)
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 ac286bd526ce1056d36d10d0745ad4f5d04f571a
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Fri Apr 26 15:22:17 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>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch 098a032be5e189eb306b909c73ae79ca6645844f drm-intel
ac286bd526ce 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'
-:54: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#54:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 174 lines checked
More information about the Intel-xe
mailing list