mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
i40e: Print some more info to help figure out the cause of HMC error
HMC_ERRORINFO and HMC_ERRORDATA helps explain the cause of HMC error. Change-ID: I053bbc175a5f4c5c3e9ec2ea7400d5c56aaa4ec1 Signed-off-by: Anjali Singhai Jain <anjali.singhai@intel.com> Tested-by: Jim Young <james.m.young@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
This commit is contained in:
parent
b57459e913
commit
25fc0e6590
@ -3197,6 +3197,9 @@ static irqreturn_t i40e_intr(int irq, void *data)
|
||||
if (icr0 & I40E_PFINT_ICR0_HMC_ERR_MASK) {
|
||||
icr0 &= ~I40E_PFINT_ICR0_HMC_ERR_MASK;
|
||||
dev_info(&pf->pdev->dev, "HMC error interrupt\n");
|
||||
dev_info(&pf->pdev->dev, "HMC error info 0x%x, HMC error data 0x%x\n",
|
||||
rd32(hw, I40E_PFHMC_ERRORINFO),
|
||||
rd32(hw, I40E_PFHMC_ERRORDATA));
|
||||
}
|
||||
|
||||
if (icr0 & I40E_PFINT_ICR0_TIMESYNC_MASK) {
|
||||
|
Loading…
Reference in New Issue
Block a user