diff options
author | Stefan Assmann <sassmann@kpanic.de> | 2023-01-10 09:00:18 +0100 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2023-01-20 09:00:58 -0800 |
commit | e2b53ea5a7c1fb484277ad12cd075f502cf03b04 (patch) | |
tree | ee1ec51d9b2ff9051d4926750c08d180fb6d02fa /drivers/net/wireless | |
parent | 7598f4b40bd60e4a4280de645eb2893eea80b59d (diff) | |
download | linux-e2b53ea5a7c1fb484277ad12cd075f502cf03b04.tar.bz2 |
iavf: schedule watchdog immediately when changing primary MAC
iavf_replace_primary_mac() utilizes queue_work() to schedule the
watchdog task but that only ensures that the watchdog task is queued
to run. To make sure the watchdog is executed asap use
mod_delayed_work().
Without this patch it may take up to 2s until the watchdog task gets
executed, which may cause long delays when setting the MAC address.
Fixes: a3e839d539e0 ("iavf: Add usage of new virtchnl format to set default MAC")
Signed-off-by: Stefan Assmann <sassmann@kpanic.de>
Reviewed-by: Michal Schmidt <mschmidt@redhat.com>
Tested-by: Michal Schmidt <mschmidt@redhat.com>
Tested-by: Rafal Romanowski <rafal.romanowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/wireless')
0 files changed, 0 insertions, 0 deletions