summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorSurabhi Boob <surabhi.boob@intel.com>2021-06-04 09:48:59 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-11-26 11:36:22 +0100
commit5472e54214314e3860da059af0feabfe852a1931 (patch)
tree236ac0a59f6fc1369a25f467819c04e85de3647e /arch
parent6b9906ece87cbbcac213bddcbbeb74dff7b5748b (diff)
iavf: Fix for the false positive ASQ/ARQ errors while issuing VF reset
[ Upstream commit 321421b57a12e933f92b228e0e6d0b2c6541f41d ] While issuing VF Reset from the guest OS, the VF driver prints logs about critical / Overflow error detection. This is not an actual error since the VF_MBX_ARQLEN register is set to all FF's for a short period of time and the VF would catch the bits set if it was reading the register during that spike of time. This patch introduces an additional check to ignore this condition since the VF is in reset. Fixes: 19b73d8efaa4 ("i40evf: Add additional check for reset") Signed-off-by: Surabhi Boob <surabhi.boob@intel.com> Tested-by: Tony Brelinski <tony.brelinski@intel.com> Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com> Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions