Re: [PATCH v2 15/28] thunderbolt: Deactivate all paths before restarting them

2019-02-11 Thread Mika Westerberg
On Mon, Feb 11, 2019 at 07:35:55AM +0100, Lukas Wunner wrote: > On Wed, Feb 06, 2019 at 04:17:25PM +0300, Mika Westerberg wrote: > > We can't be sure the paths are actually properly deactivated when a > > tunnel is restarted after resume. > > Why can't we be sure? Please provide proper reasoning.

Re: [PATCH v2 15/28] thunderbolt: Deactivate all paths before restarting them

2019-02-10 Thread Lukas Wunner
On Wed, Feb 06, 2019 at 04:17:25PM +0300, Mika Westerberg wrote: > We can't be sure the paths are actually properly deactivated when a > tunnel is restarted after resume. Why can't we be sure? Please provide proper reasoning. > So instead of marking all paths as > inactive we go ahead and deact

[PATCH v2 15/28] thunderbolt: Deactivate all paths before restarting them

2019-02-06 Thread Mika Westerberg
We can't be sure the paths are actually properly deactivated when a tunnel is restarted after resume. So instead of marking all paths as inactive we go ahead and deactivate them explicitly. Signed-off-by: Mika Westerberg --- drivers/thunderbolt/tunnel.c | 9 - 1 file changed, 8 insertion