commit | e0346f9fcb6c636d2f870e6666de8781413f34ea | [log] [tgz] |
---|---|---|
author | Alan Brady <alan.brady@intel.com> | Fri Jan 05 04:55:21 2018 -0500 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Tue Jan 23 11:29:19 2018 -0800 |
tree | 55a7328468e1c8a933a96cbb83a6c54d4cc19291 | |
parent | 557450c301b076c9b34266296128837c538e1e0e [diff] |
i40evf: ignore link up if not running If we receive the link status message from PF with link up before queues are actually enabled, it will trigger a TX hang. This fixes the issue by ignoring a link up message if the VF state is not yet in RUNNING state. Signed-off-by: Alan Brady <alan.brady@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>