i40e: Fix for long link down notification time
authorCarolyn Wyborny <carolyn.wyborny@intel.com>
Tue, 27 Sep 2016 18:28:52 +0000 (11:28 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 29 Oct 2016 06:28:39 +0000 (23:28 -0700)
commitab425cb7ffdb024a45b0b3bcbf58d52ead3c347c
tree1b4aa52c1d058510a45d77e5e572dbd59bfdc91f
parent99dad8b34c687cb8c4975fbabced76db35f88c14
i40e: Fix for long link down notification time

This patch fixes a problem where it could take a very
long time (>100 msec) to print the link down notification.
This problem is fixed by changing how often we update link
info from fw, when link is down. Without this patch, it can
take over 100msec to notify user link is down.

Change-ID: Ib876eb30834c7080792becd13ee093b9cbb35d78
Signed-off-by: Carolyn Wyborny <carolyn.wyborny@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_common.c