]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40evf: check admin queue error bits
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 22 May 2014 06:32:07 +0000 (06:32 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Wed, 11 Jun 2014 15:48:26 +0000 (08:48 -0700)
commit912257e540f2e9e262f6f1885b73305c61a9c248
treea7ba1397b64af30d82cc298c53c5c92551e85fa2
parent9a173901d9969ddd527f8e6de36f4c1b11ce9fb3
i40evf: check admin queue error bits

FW can indicate any admin queue error states to the driver via some bits
in the length registers. Each time we process an admin queue message,
check these bits and log any errors we find. Since the VF really can't
do much, we just print the message and depend on the PF driver to clear
things up on our behalf.

Change-ID: I92bc6c53ce3b4400544e0ca19c5de2d27490bd0d
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40evf/i40evf_main.c