]> git.ipfire.org Git - thirdparty/linux.git/commit
ice: expose VF functions used by live migration
authorJacob Keller <jacob.e.keller@intel.com>
Wed, 18 Jun 2025 22:24:40 +0000 (15:24 -0700)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Thu, 10 Jul 2025 21:36:58 +0000 (14:36 -0700)
commit066c2715ada8f839fa4c272fcf87ee11d36f20d4
treeff9f15714272d7890a2b364dbf80090bcc2a6f71
parent4f98ac2d8e53c414ef79d7ea1fd0201e45d76779
ice: expose VF functions used by live migration

The live migration process will require configuring the target VF with the
data provided from the source host. A few helper functions in ice_sriov.c
and ice_virtchnl.c will be needed for this process, but are currently
static.

Expose these functions in their respective headers so that the live
migration module can use them during the migration process.

Signed-off-by: Jacob Keller <jacob.e.keller@intel.com>
Reviewed-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_sriov.h
drivers/net/ethernet/intel/ice/ice_virtchnl.c
drivers/net/ethernet/intel/ice/ice_virtchnl.h