From: Vasundhara Volam Date: Wed, 4 Mar 2015 05:44:34 +0000 (-0500) Subject: be2net: implement .sriov_configure() PCI callback X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~347^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ace40aff3cee8a82c39375761ea65cc748aa1623;p=pandora-kernel.git be2net: implement .sriov_configure() PCI callback This patch implements the .sriov_configure() PCI method to allow for runtime enabling/disabling of VFs. The module param "num_vfs" is now deprecated. At the time of driver load the PF-pool resources are allocated to the PF. When the user enables VFs, the resources are then re-distributed across PFs and VFs based on the number of VFs enabled. Signed-off-by: Vasundhara Volam Signed-off-by: Sathya Perla Signed-off-by: David S. Miller --- Reading git-diff-tree failed