[Intel-wired-lan] [PATCH net-next v6 0/3] iavf: Fix init and watchdog state machines
Mateusz Palczewski
mateusz.palczewski at intel.com
Thu Aug 19 08:47:31 UTC 2021
Use single state machine for driver initialization
and for service initialized driver. The init state
machine implemented in init_task() is merged
into the watchdog_task(). The init_task() function
is removed.
---
v6: Fixed that patch so that it applies on next-queue tree
v5: Fixed the patch so that it applies on net-next tree
v4: Removed unnecessary line
v3: Added new file to patch series
v2: Splitted the patch into 2 to make them smaller
---
Jan Sokolowski (3):
iavf: Refactor iavf state machine tracking
iavf: Add __IAVF_INIT_FAILED state
iavf: Fix init and watchdog state machines
drivers/net/ethernet/intel/iavf/iavf.h | 12 +-
drivers/net/ethernet/intel/iavf/iavf_main.c | 192 ++++++++----------
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 2 +-
3 files changed, 101 insertions(+), 105 deletions(-)
--
2.17.1
More information about the Intel-wired-lan
mailing list