✓ CI.checkpatch: success for Fix VFs resume errors (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Feb 21 12:59:27 UTC 2025


== Series Details ==

Series: Fix VFs resume errors (rev2)
URL   : https://patchwork.freedesktop.org/series/145212/
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
22f9cda3436b4fe965b5c5f31d2f2c1bcb483189
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit abe154a02accab6710c50a3466dfc1ca80268d76
Author: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
Date:   Fri Feb 21 16:37:12 2025 +0530

    drm/xe/vf: Retry sending MMIO request to GUC on timeout error
    
    Add support to allow retrying the sending of MMIO requests
    from the VF to the GUC in the event of an error. During the
    suspend/resume process, VFs begin resuming only after the PF has
    resumed. Although the PF resumes, the GUC reset and provisioning
    occur later in a separate worker process.
    
    When there are a large number of VFs, some may attempt to resume
    before the PF has completed its provisioning. Therefore, if a
    MMIO request from a VF fails during this period, we will retry
    sending the request up to GUC_RESET_VF_STATE_RETRY_MAX times,
    which is set to a maximum of 10 attempts.
    
    Signed-off-by: Satyanarayana K V P <satyanarayana.k.v.p at intel.com>
    Cc: Michał Wajdeczko <michal.wajdeczko at intel.com>
    Cc: Michał Winiarski <michal.winiarski at intel.com>
    Cc: Piotr Piórkowski <piotr.piorkowski at intel.com>
    Reviewed-by: Piotr Piorkowski <piotr.piorkowski at intel.com>
+ /mt/dim checkpatch a22ac320a08377d760e73fa530c27782f0b68b6d drm-intel
ee63df0f7621 drm/xe/pf: Create a link between PF and VF devices
abe154a02acc drm/xe/vf: Retry sending MMIO request to GUC on timeout error




More information about the Intel-xe mailing list