Re: [PATCH v3 0/2] net: mvneta: improve suspend/resume

From: David Miller
Date: Mon Apr 02 2018 - 11:14:45 EST


From: Jisheng Zhang <Jisheng.Zhang@xxxxxxxxxxxxx>
Date: Mon, 2 Apr 2018 11:22:29 +0800

> This series tries to optimize the mvneta's suspend/resume
> implementation by only taking necessary actions.
>
> Since v2:
> - keep rtnl lock when calling mvneta_start_dev() and mvneta_stop_dev()
> Thank Russell for pointing this out
>
> Since v1:
> - unify ret check
> - try best to keep the suspend/resume behavior
> - split txq deinit into sw/hw parts as well
> - adjust mvneta_stop_dev() location

Series applied, thank you.