Re: [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-08 Thread Ido Schimmel
On Wed, Nov 07, 2018 at 11:05:18AM -0800, Jakub Kicinski wrote: > On Wed, 7 Nov 2018 12:11:32 +0200, Ido Schimmel wrote: > > On Tue, Nov 06, 2018 at 02:47:13PM -0800, Jakub Kicinski wrote: > > > On Tue, 6 Nov 2018 22:37:51 +0200, Ido Schimmel wrote: > > > > On Tue, Nov 06, 2018 at 12:19:13PM -080

Re: [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-07 Thread Jakub Kicinski
On Wed, 7 Nov 2018 12:11:32 +0200, Ido Schimmel wrote: > On Tue, Nov 06, 2018 at 02:47:13PM -0800, Jakub Kicinski wrote: > > On Tue, 6 Nov 2018 22:37:51 +0200, Ido Schimmel wrote: > > > On Tue, Nov 06, 2018 at 12:19:13PM -0800, Jakub Kicinski wrote: > > > > We have a FW loading policy for NFP,

Re: [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-07 Thread Ido Schimmel
On Tue, Nov 06, 2018 at 02:47:13PM -0800, Jakub Kicinski wrote: > On Tue, 6 Nov 2018 22:37:51 +0200, Ido Schimmel wrote: > > On Tue, Nov 06, 2018 at 12:19:13PM -0800, Jakub Kicinski wrote: > > > On Tue, 6 Nov 2018 20:05:00 +, Ido Schimmel wrote: > > > > From: Shalom Toledo > > > > > > > > M

Re: [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-06 Thread Jakub Kicinski
On Tue, 6 Nov 2018 22:37:51 +0200, Ido Schimmel wrote: > On Tue, Nov 06, 2018 at 12:19:13PM -0800, Jakub Kicinski wrote: > > On Tue, 6 Nov 2018 20:05:00 +, Ido Schimmel wrote: > > > From: Shalom Toledo > > > > > > Many drivers checking the device's firmware version during the > > > initiali

Re: [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-06 Thread Ido Schimmel
On Tue, Nov 06, 2018 at 12:19:13PM -0800, Jakub Kicinski wrote: > On Tue, 6 Nov 2018 20:05:00 +, Ido Schimmel wrote: > > From: Shalom Toledo > > > > Many drivers checking the device's firmware version during the > > initialization flow and flashing a compatible version if the current > > vers

Re: [PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-06 Thread Jakub Kicinski
On Tue, 6 Nov 2018 20:05:00 +, Ido Schimmel wrote: > From: Shalom Toledo > > Many drivers checking the device's firmware version during the > initialization flow and flashing a compatible version if the current > version is not. > > fw_version_check gives the ability to skip this check which

[PATCH net-next 1/3] devlink: Add fw_version_check generic parameter

2018-11-06 Thread Ido Schimmel
From: Shalom Toledo Many drivers checking the device's firmware version during the initialization flow and flashing a compatible version if the current version is not. fw_version_check gives the ability to skip this check which allows to run the device with a different firmware version than requ