✗ CI.checkpatch: warning for drm/xe/pf: Implement pci_driver.sriov_configure callback
Patchwork
patchwork at emeril.freedesktop.org
Wed Apr 24 21:40:28 UTC 2024
== Series Details ==
Series: drm/xe/pf: Implement pci_driver.sriov_configure callback
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 06c50d9d08c5c8723b32d544e2832624d87ec474
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Wed Apr 24 23:21:01 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>
+ /mt/dim checkpatch ad654139fd5a7773f0310b5f745c105cdba520e8 drm-intel
06c50d9d08c5 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'
-:49: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#49:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 173 lines checked
More information about the Intel-xe
mailing list