commit | ac0488ef59a54e42ad744ae1a91fafbcb2566a06 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Mar 21 17:59:21 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 22 12:59:09 2017 -0700 |
tree | a86f500d3dbedf018e372d85af75265c2c2d99e6 | |
parent | 219ad6c1c35c95ff99a0c65cfba0ca9996831af5 [diff] |
nfp: disable FW on reconfiguration errors Since we no longer need to keep the FW enabled for .ndo_close() to work we can always stop FW after reconfiguration failure. This seems to make most FWs more resilient to faults (at least in error injection scenarios). Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>