From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mateusz Palczewski Date: Fri, 18 Jun 2021 11:03:46 +0200 Subject: [Intel-wired-lan] [PATCH net v3 0/3] iavf: Fix init and watchdog state machines Message-ID: <20210618090346.12405-1-mateusz.palczewski@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: 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. --- 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 | 188 +++++++++--------- .../net/ethernet/intel/iavf/iavf_virtchnl.c | 2 +- 3 files changed, 103 insertions(+), 99 deletions(-) -- 2.27.0