commit | 836ce5ed729df825ae472778978a09e5d290f543 | [log] [tgz] |
---|---|---|
author | Avinash Dayanand <avinash.dayanand@intel.com> | Tue Jan 23 08:50:55 2018 -0800 |
committer | Jeff Kirsher <jeffrey.t.kirsher@intel.com> | Wed Feb 14 09:43:21 2018 -0800 |
tree | 01dbc81e99ed3b6010b1d3de7c32e6ae31aee359 | |
parent | 1d631583ae5e40681dc9a41d7cfa845222c3c7ff [diff] |
i40evf: Fix link up issue when queues are disabled One of the previous patch fixes the link up issue by ignoring it if i40evf is not in __I40EVF_RUNNING state. However this doesn't fix the race condition when queues are disabled esp for ADq on VF. Hence check if all queues are enabled before starting all queues. Signed-off-by: Avinash Dayanand <avinash.dayanand@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>