All of lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH net-next v6 0/3] iavf: Fix init and watchdog state machines
@ 2021-08-19  8:47 Mateusz Palczewski
  2021-08-20 17:49 ` Nguyen, Anthony L
  0 siblings, 1 reply; 2+ messages in thread
From: Mateusz Palczewski @ 2021-08-19  8:47 UTC (permalink / raw)
  To: intel-wired-lan

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Intel-wired-lan] [PATCH net-next v6 0/3] iavf: Fix init and watchdog state machines
  2021-08-19  8:47 [Intel-wired-lan] [PATCH net-next v6 0/3] iavf: Fix init and watchdog state machines Mateusz Palczewski
@ 2021-08-20 17:49 ` Nguyen, Anthony L
  0 siblings, 0 replies; 2+ messages in thread
From: Nguyen, Anthony L @ 2021-08-20 17:49 UTC (permalink / raw)
  To: intel-wired-lan

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-08-20 17:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-19  8:47 [Intel-wired-lan] [PATCH net-next v6 0/3] iavf: Fix init and watchdog state machines Mateusz Palczewski
2021-08-20 17:49 ` Nguyen, Anthony L

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.