]> git.baikalelectronics.ru Git - kernel.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)
commite2d7bb0ad5231d942a6ddc55b4bb985d3c96f301
treea7ba1397b64af30d82cc298c53c5c92551e85fa2
parent09a23ac7f399495548c2b1707448b2bac45c0750
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