✗ CI.checkpatch: warning for PF: Add support to configure GuC SR-IOV policies

Patchwork patchwork at emeril.freedesktop.org
Wed Apr 10 12:45:00 UTC 2024


== Series Details ==

Series: PF: Add support to configure GuC SR-IOV policies
URL   : https://patchwork.freedesktop.org/series/132271/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2a4f9224d4dee9022156bc2839885af5b53b3653
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Wed Apr 10 14:31:25 2024 +0200

    drm/xe/pf: Add support to configure GuC SR-IOV policies
    
    There are few knobs inside GuC firmware to control VFs scheduling.
    Add basic functions to support their reconfigurations.
    We will start using them shortly once we prepare debugfs.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 284b05a047b8b3bca4682e963d8e6d93493e8430 drm-intel
32b4a621cb7d drm/xe/pf: Introduce mutex to protect VFs configurations
5b8d2086f2e0 drm/xe/pf: Introduce helper functions for use by PF
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'
-:18: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#18: 
new file mode 100644

-:88: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'xe' - possible side-effects?
#88: FILE: drivers/gpu/drm/xe/xe_sriov_pf_helpers.h:25:
+#define xe_sriov_pf_assert_vfid(xe, vfid) \
+	xe_assert((xe), (vfid) <= xe_sriov_pf_get_totalvfs(xe))

total: 0 errors, 1 warnings, 1 checks, 81 lines checked
272bd47e605c drm/xe/guc: Add PF2GUC_UPDATE_VGT_POLICY to ABI
-:60: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_REQUEST_MSG_n_DATAn>
#60: FILE: drivers/gpu/drm/xe/abi/guc_actions_sriov_abi.h:256:
+#define PF2GUC_UPDATE_VGT_POLICY_REQUEST_MSG_1_CFG_ADDR_LO	GUC_HXG_REQUEST_MSG_n_DATAn

total: 0 errors, 0 warnings, 1 checks, 53 lines checked
f1b7a8ec7447 drm/xe/guc: Add helpers for GuC KLVs
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'
-:26: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#26: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 192 lines checked
2a4f9224d4de drm/xe/pf: Add support to configure GuC SR-IOV policies
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'
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'
-:25: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#25: 
new file mode 100644

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




More information about the Intel-xe mailing list