✗ CI.checkpatch: warning for Minimal support for VF state management

Patchwork patchwork at emeril.freedesktop.org
Tue Mar 26 19:21:29 UTC 2024


== Series Details ==

Series: Minimal support for VF state management
URL   : https://patchwork.freedesktop.org/series/131656/
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9300ad8393c3933de696232b27ffebcf3501f87c
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date:   Tue Mar 26 20:15:18 2024 +0100

    drm/xe/pf: Add minimal support for VF_STATE_NOTIFY events
    
    GuC will use VF_STATE_NOTIFY events to notify the PF about changes
    of the VF state, in particular when a VF FLR was requested.  Add
    very minimal support for such events to avoid reporting errors due
    to unexpected G2H. We will improve handling of these messages later.
    
    While around also add few basic functions to control the VF state
    (pause, resume, stop) as we will also exercise them soon.
    
    Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
+ /mt/dim checkpatch 79a0d94585cad50ad2446ebdf3f1317b7d18157c drm-intel
9e63ddb0cac3 drm/xe/guc: Add VF_STATE_NOTIFY and VF_CONTROL to ABI
-:54: CHECK:CAMELCASE: Avoid CamelCase: <GUC_HXG_EVENT_MSG_n_DATAn>
#54: FILE: drivers/gpu/drm/xe/abi/guc_actions_sriov_abi.h:208:
+#define GUC2PF_VF_STATE_NOTIFY_EVENT_MSG_1_VFID		GUC_HXG_EVENT_MSG_n_DATAn

total: 0 errors, 0 warnings, 1 checks, 98 lines checked
9300ad8393c3 drm/xe/pf: Add minimal support for VF_STATE_NOTIFY events
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'
-:29: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#29: 
new file mode 100644

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




More information about the Intel-xe mailing list