]> git.baikalelectronics.ru Git - kernel.git/commit
ice: Separate VF VSI initialization/creation from reset flow
authorBrett Creeley <brett.creeley@intel.com>
Sat, 16 May 2020 00:51:10 +0000 (17:51 -0700)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Thu, 28 May 2020 23:01:39 +0000 (16:01 -0700)
commitfcefa27d96fe3b8b90230d704dc5954387fe4b38
treeac4d4be220ebdd3bcecc7225ecc33191ccdb4ee7
parent8d5738b1235b0433b951a73e3c96b3d7bfbb2bd7
ice: Separate VF VSI initialization/creation from reset flow

Currently the same flow is used for VF VSI initialization/creation and VF
VSI reset. This makes the initialization/creation flow unnecessarily
complicated. Fix this by separating the initialization/creation of the
VF VSI from the reset flow.

Signed-off-by: Brett Creeley <brett.creeley@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_virtchnl_pf.c