Re: [net-next PATCH 1/2] devlink: add dry run attribute to flash update
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-07-21 16:48:30
From: Jakub Kicinski <kuba@kernel.org>
Date: 2022-07-21 16:48:30
On Wed, 20 Jul 2022 11:34:32 -0700 Jacob Keller wrote:
Users use the devlink flash interface to request a device driver program or update the device flash chip. In some cases, a user (or script) may want to verify that a given flash update command is supported without actually committing to immediately updating the device. For example, a system administrator may want to validate that a particular flash binary image will be accepted by the device, or simply validate a command before finally committing to it.
Also include/net/devlink.h:627: warning: Function parameter or member 'dry_run' not described in 'devlink_flash_update_params'