]> git.openfabrics.org - ~emulex/infiniband.git/commit
i40evf: future-proof vfr_stat state check
authorAshish Shah <ashish.n.shah@intel.com>
Fri, 1 Aug 2014 20:27:11 +0000 (13:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 3 Aug 2014 02:41:14 +0000 (19:41 -0700)
commitfd35886ad38a5b7c71a2105a7d0cac079c735111
tree0d88382498991d1e7763ffd42af63136ef0a893b
parent89cb86c3b2a7ec3326dc7ffe5cfb850818f78ea0
i40evf: future-proof vfr_stat state check

Previously defined state I40E_VFR_VFACTIVE uses bit 1 which is now set to
"reserved."  Update the state checks to also include I40E_VFR_COMPLETED.
This change will allow the VF to work with both existing and future PFs.

Change-ID: Ifd1d34f79f3b0ffd6d2550ee4dadc55825ff52f8
Signed-off-by: Ashish Shah <ashish.n.shah@intel.com>
Tested-by: Sibai Li <sibai.li@intel.com>
Signed-off-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/intel/i40evf/i40evf_main.c