]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
i40e: move i40e_reset_vf
authorMitch Williams <mitch.a.williams@intel.com>
Thu, 28 Nov 2013 06:39:26 +0000 (06:39 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Sat, 4 Jan 2014 04:27:28 +0000 (20:27 -0800)
commit805bd5bd548069a7d5d7f3fe35d13f28a991c57f
treeacedbf80a5b4a4c05b08e896ded7dc889ef7ff24
parent8144f0f7e91ea9e2cbe11202a5ba14601b046d1d
i40e: move i40e_reset_vf

The VF reset code will be refactored in future patches. Part of that
refactor required it to call i40e_alloc_vf_res and i40e_free_vf_res, so
the function must be moved. In order to make the future patches more
readable, we perform the function move here, with no other changes.

Change-Id: If6567c9c0bada6caafb2ee0227e0d9d50d05f27f
Signed-off-by: Mitch Williams <mitch.a.williams@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Tested-by: Kavindya Deegala <kavindya.s.deegala@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/i40e/i40e_virtchnl_pf.c