Re: [PATCH net-next RFC 02/13] devlink: Add reload levels data to dev get

2020-07-30 Thread Moshe Shemesh
On 7/30/2020 12:11 AM, Jakub Kicinski wrote: On Wed, 29 Jul 2020 17:37:41 +0300 Moshe Shemesh wrote: The fact that the driver supports fw_live_patch, does not necessarily mean that the currently running FW can be live upgraded to the currently flashed one, right? That's correct, though the

Re: [PATCH net-next RFC 02/13] devlink: Add reload levels data to dev get

2020-07-29 Thread Jakub Kicinski
On Wed, 29 Jul 2020 17:37:41 +0300 Moshe Shemesh wrote: > > The fact that the driver supports fw_live_patch, does not necessarily > > mean that the currently running FW can be live upgraded to the > > currently flashed one, right? > > That's correct, though the feature is supported, the

Re: [PATCH net-next RFC 02/13] devlink: Add reload levels data to dev get

2020-07-29 Thread Moshe Shemesh
On 7/28/2020 3:58 AM, Jakub Kicinski wrote: On Mon, 27 Jul 2020 14:02:22 +0300 Moshe Shemesh wrote: Expose devlink reload supported levels and driver's default level to the user through devlink dev get command. Examples: $ devlink dev show pci/:82:00.0: reload_levels_info:

Re: [PATCH net-next RFC 02/13] devlink: Add reload levels data to dev get

2020-07-27 Thread Jakub Kicinski
On Mon, 27 Jul 2020 14:02:22 +0300 Moshe Shemesh wrote: > Expose devlink reload supported levels and driver's default level to the > user through devlink dev get command. > > Examples: > $ devlink dev show > pci/:82:00.0: > reload_levels_info: > default_level driver >

[PATCH net-next RFC 02/13] devlink: Add reload levels data to dev get

2020-07-27 Thread Moshe Shemesh
Expose devlink reload supported levels and driver's default level to the user through devlink dev get command. Examples: $ devlink dev show pci/:82:00.0: reload_levels_info: default_level driver supported_levels: driver fw_reset fw_live_patch pci/:82:00.1: