From: Anjali Singhai Jain Date: Tue, 31 Mar 2015 07:45:05 +0000 (-0700) Subject: i40e: Communicate VSI id in place of VSI index to the VFs X-Git-Tag: omap-for-v4.2/o2_dc~131^2~78^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdf0e0bfc363a9b5380ecb5e9c46d6f5a39a9b75;p=pandora-kernel.git i40e: Communicate VSI id in place of VSI index to the VFs This does not affect the Virtual channel API as such but it changes the meaning of what is communicated to the VSI resource struct as vsi_id. Earlier vsi_idx was being passed in, which was the index in the PF's VSI array. Now we pass vsi_id as communicated by the FW to the driver. This will help with future expansion of VF and FW communication. With this in place now the VF and Virtual channel driver change to move over to VSI id use is complete and is validated. Change-ID: I14246ef82b3b3dc1fa76291d2dd0c05d12cedb7c Signed-off-by: Anjali Singhai Jain Tested-by: Jim Young Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed