From: Yuval Mintz Date: Wed, 22 Apr 2015 09:47:32 +0000 (+0300) Subject: bnx2x: Prevent inner-reload while VFs exist X-Git-Tag: omap-for-v4.2/omap1-v2~58^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=909d9faae2a447110aa061070145297fffe129cb;p=pandora-kernel.git bnx2x: Prevent inner-reload while VFs exist On some feature changes, driver employes an inner-reload flow where it resets the function and re-configures it with the new required set of parameters. Such a flow proves fatal to any VF since those were not intended to be used while HW is being reset underneath, causing them [at best] to lose all connectivity. This changes driver behavior to fail all configuration changes [e.g., mtu change] requested of the driver in case VFs are active. Signed-off-by: Yuval Mintz Signed-off-by: Ariel Elior Signed-off-by: David S. Miller --- Reading git-diff-tree failed