OSDN Git Service

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)
commit916c7fdf5e938052a869f78b35a0ca2214d25b12
treeac4d4be220ebdd3bcecc7225ecc33191ccdb4ee7
parentcfcee02b6c15e8866d03cae3b80edc4e9ad8cc7d
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