From: Emil Tantilov Date: Wed, 19 Nov 2014 03:18:19 +0000 (+0000) Subject: ixgbe: remove CIAA/D register reads from bad VF check X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~100^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9079e4163136ab1484cd6f06f8933344c0967cf1;p=pandora-kernel.git ixgbe: remove CIAA/D register reads from bad VF check Accessing the CIAA/D register can block access to the PCI config space. This patch removes the read/write operations to the CIAA/D registers and makes use of standard kernel functions for accessing the PCI config space. In addition it moves ixgbevf_check_for_bad_vf() into the watchdog subtask which reduces the frequency of the checks. CC: Alex Williamson Reported-by: Alex Williamson Signed-off-by: Emil Tantilov Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed