Searched hist:"909 d9faae2a447110aa061070145297fffe129cb" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_ethtool.c | diff 909d9faae2a447110aa061070145297fffe129cb Wed Apr 22 04:47:32 CDT 2015 Yuval Mintz <Yuval.Mintz@qlogic.com> 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 <Yuval.Mintz@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | bnx2x_cmn.c | diff 909d9faae2a447110aa061070145297fffe129cb Wed Apr 22 04:47:32 CDT 2015 Yuval Mintz <Yuval.Mintz@qlogic.com> 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 <Yuval.Mintz@qlogic.com> Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|