✗ CI.checkpatch: warning for series starting with [v2,1/4] drm/xe/pf: Add function to sanitize VF resources
Patchwork
patchwork at emeril.freedesktop.org
Wed Aug 28 21:15:15 UTC 2024
== Series Details ==
Series: series starting with [v2,1/4] drm/xe/pf: Add function to sanitize VF resources
URL : https://patchwork.freedesktop.org/series/137928/
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
9fe5037901cabbcdf27a6fe0dfb047ca1474d363
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit a937ba350ccbdf61bf22c93964811c6d3b2c7567
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Wed Aug 28 23:08:09 2024 +0200
drm/xe/pf: Improve VF control
Our initial VF control implementation was focused on providing
a very minimal support for the VF_STATE_NOTIFY events just to
meet GuC requirements, without tracking a VF state or doing any
expected actions (like cleanup in case of the FLR notification).
Try to improve this by defining set of VF state machines, each
responsible for processing one activity (PAUSE, RESUME, STOP or
FLR). All required steps defined by the VF state machine are then
executed by the PF worker from the dedicated workqueue.
Any external requests or notifications simply try to transition
between the states to trigger a work and then wait for that work
to finish. Some predefined default timeouts are used to avoid
changing existing API calls, but it should be easy to extend the
control API to also accept specific timeout values.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch 6b66ec881f7ae385f90fe6ad8c6ebef112873a17 drm-intel
451ff5ea65fb drm/xe/pf: Add function to sanitize VF resources
bf3e3b71f8a9 drm/xe/pf: Fix documentation formatting
d6d913dbf83a drm/xe/pf: Drop GuC notifications for non-existing VF
a937ba350ccb drm/xe/pf: Improve VF control
-:1363: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#1363:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 1444 lines checked
More information about the Intel-xe
mailing list