From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nguyen, Anthony L Date: Fri, 20 Aug 2021 17:49:08 +0000 Subject: [Intel-wired-lan] [PATCH net-next v6 0/3] iavf: Fix init and watchdog state machines In-Reply-To: <20210819084731.2344-1-mateusz.palczewski@intel.com> References: <20210819084731.2344-1-mateusz.palczewski@intel.com> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: On Thu, 2021-08-19 at 08:47 +0000, Mateusz Palczewski wrote: > 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. I've applied this, however, I've removed the fixes tags. It's not clear to me how or what the refactor or single state machine is fixing. If you disagree, please resubmit with explanations of the current problem and how this fixes it in the descriptions. Thanks, Tony