From: Felix Manlunas
Date: Thu, 23 Mar 2017 13:26:28 -0700
> The PF driver is incorrectly resetting Octeon when the module parameter
> "fw_type=none" is there. "fw_type=none" means the PF should not load any
> firmware to the NIC because Octeon is already running preloaded firmware.
>
> Fix it
The PF driver is incorrectly resetting Octeon when the module parameter
"fw_type=none" is there. "fw_type=none" means the PF should not load any
firmware to the NIC because Octeon is already running preloaded firmware.
Fix it by putting an if (fw_type != none) around the reset code.
Because the