]> www.infradead.org Git - users/jedix/linux-maple.git/commit
i40e: retry VFLR handling if there is ongoing VF reset
authorRobert Malz <robert.malz@canonical.com>
Tue, 20 May 2025 08:31:52 +0000 (10:31 +0200)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 10 Jun 2025 16:10:47 +0000 (09:10 -0700)
commitfb4e9239e029954a37a00818b21e837cebf2aa10
treecae5d330b7ba4ae59d9ee50a57c19d474c5dfa86
parenta2c90d63b71223d69a813333c1abf4fdacddbbe5
i40e: retry VFLR handling if there is ongoing VF reset

When a VFLR interrupt is received during a VF reset initiated from a
different source, the VFLR may be not fully handled. This can
leave the VF in an undefined state.
To address this, set the I40E_VFLR_EVENT_PENDING bit again during VFLR
handling if the reset is not yet complete. This ensures the driver
will properly complete the VF reset in such scenarios.

Fixes: 52424f974bc5 ("i40e: Fix VF hang when reset is triggered on another VF")
Signed-off-by: Robert Malz <robert.malz@canonical.com>
Tested-by: Rafal Romanowski <rafal.romanowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c