Mateusz Palczewski says:
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.
The following are changes since commit 041c61488236a5a84789083e3d9f0a51139b6edf:
sfc: Fix reading non-legacy supported link modes
and are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 40GbE
Mateusz Palczewski (3):
iavf: Refactor iavf state machine tracking
iavf: Add __IAVF_INIT_FAILED state
iavf: Combine 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.31.1