aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_main.c
diff options
context:
space:
mode:
authorJacob Keller <[email protected]>2023-02-22 17:09:14 +0000
committerTony Nguyen <[email protected]>2023-03-13 18:06:05 +0000
commit33b035e70611c10c5aa3864a7517570b25a46ebb (patch)
tree03ba6b08d201a56cd5be43f25ec4d02f39ead4d0 /drivers/net/ethernet/intel/ice/ice_main.c
parentice: initialize mailbox snapshot earlier in PF init (diff)
downloadkernel-33b035e70611c10c5aa3864a7517570b25a46ebb.tar.gz
kernel-33b035e70611c10c5aa3864a7517570b25a46ebb.zip
ice: declare ice_vc_process_vf_msg in ice_virtchnl.h
The ice_vc_process_vf_msg function is the main entry point for handling virtchnl messages. This function is defined in ice_virtchnl.c but its declaration is still in ice_sriov.c The ice_sriov.c file used to contain all of the virtualization logic until commit bf93bf791cec ("ice: introduce ice_virtchnl.c and ice_virtchnl.h") moved the virtchnl logic to its own file. The ice_vc_process_vf_msg function should have had its declaration moved to ice_virtchnl.h then. Fix this. Signed-off-by: Jacob Keller <[email protected]> Reviewed-by: Michal Swiatkowski <[email protected]> Tested-by: Marek Szlosek <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_main.c')
0 files changed, 0 insertions, 0 deletions