Re: [PATCH net-next] liquidio: do not reset Octeon if NIC firmware was preloaded

2017-03-24 Thread David Miller
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

[PATCH net-next] liquidio: do not reset Octeon if NIC firmware was preloaded

2017-03-23 Thread Felix Manlunas
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