* [Intel-wired-lan] [PATCH net-next v5 0/3] iavf: Fix init and watchdog state machines
@ 2021-06-28 15:15 Mateusz Palczewski
2021-06-30 22:34 ` Nguyen, Anthony L
0 siblings, 1 reply; 2+ messages in thread
From: Mateusz Palczewski @ 2021-06-28 15:15 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.
---
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 | 190 +++++++++---------
.../net/ethernet/intel/iavf/iavf_virtchnl.c | 2 +-
3 files changed, 103 insertions(+), 101 deletions(-)
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [Intel-wired-lan] [PATCH net-next v5 0/3] iavf: Fix init and watchdog state machines
2021-06-28 15:15 [Intel-wired-lan] [PATCH net-next v5 0/3] iavf: Fix init and watchdog state machines Mateusz Palczewski
@ 2021-06-30 22:34 ` Nguyen, Anthony L
0 siblings, 0 replies; 2+ messages in thread
From: Nguyen, Anthony L @ 2021-06-30 22:34 UTC (permalink / raw)
To: intel-wired-lan
On Mon, 2021-06-28 at 15:15 +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.
>
> ---
> 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
> ---
This is still not applying. Jedrzej recently had apply issues as well.
could you get with him and see how he resolved it?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-06-30 22:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-28 15:15 [Intel-wired-lan] [PATCH net-next v5 0/3] iavf: Fix init and watchdog state machines Mateusz Palczewski
2021-06-30 22:34 ` Nguyen, Anthony L
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox