diff options
author | Jiri Pirko <jiri@nvidia.com> | 2025-07-22 11:19:45 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2025-07-23 17:08:56 -0700 |
commit | 9a5bbab285cd21f56ec759d38d452394b51c5073 (patch) | |
tree | 82a65b17832b8e1c10641a24c9ac8177f8e4242f /drivers/net/netdevsim/netdevsim.h | |
parent | 1bbdb81a98363fd5cd0c2ac16ad5346bdf814dff (diff) |
netdevsim: add fw_update_flash_chunk_time_ms debugfs knobs
Netdevsim emulates firmware update and it takes 5 seconds to complete.
For some use cases, this is too long and unnecessary. Allow user to
configure the time by exposing debugfs a knob to set chunk time.
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Reviewed-by: Jakub Kicinski <kuba@kernel.org>
Link: https://patch.msgid.link/20250722091945.79506-1-jiri@resnulli.us
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'drivers/net/netdevsim/netdevsim.h')
-rw-r--r-- | drivers/net/netdevsim/netdevsim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/netdevsim/netdevsim.h b/drivers/net/netdevsim/netdevsim.h index 8eeeb9256077..bddd24c1389d 100644 --- a/drivers/net/netdevsim/netdevsim.h +++ b/drivers/net/netdevsim/netdevsim.h @@ -317,6 +317,7 @@ struct nsim_dev { struct list_head port_list; bool fw_update_status; u32 fw_update_overwrite_mask; + u32 fw_update_flash_chunk_time_ms; u32 max_macs; bool test1; bool dont_allow_reload; |