Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit bac8486 ("iavf: Refactor the watchdog state machine") inverted the logic for when to update statistics. Statistics should be updated when no other commands are pending, instead they were only requested when a command was processed. iavf_request_stats() would see a pending request and not request statistics to be updated. This caused statistics to never be updated; fix the logic. Fixes: bac8486 ("iavf: Refactor the watchdog state machine") Signed-off-by: Tony Nguyen <[email protected]> Tested-by: Andrew Bowers <[email protected]>
- Loading branch information