✓ CI.checkpatch: success for PF: Trigger explicit FLR while disabling VFs
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 25 19:50:29 UTC 2024
== Series Details ==
Series: PF: Trigger explicit FLR while disabling VFs
URL : https://patchwork.freedesktop.org/series/135380/
State : success
== 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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 7ced8a827ef5bdf12ec0359a7c945bb446f60407
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Tue Jun 25 21:45:46 2024 +0200
drm/xe/pf: Trigger explicit FLR while disabling VFs
We attempt to unprovision all VFs GuC when disabling them, but
GuC may reject such request if the target VF was previously active
but VF driver didn't unload with explicit VF reset H2G action or
the VMM has not started the VF FLR.
To avoid mismatches between configs maintained the PF and GuC,
trigger an explicit FLR sequences just before releasing resources.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch edccdf441f1e061f81e0d1d172aa0f37511bbe4d drm-intel
7ced8a827ef5 drm/xe/pf: Trigger explicit FLR while disabling VFs
More information about the Intel-xe
mailing list