2015-05-18 09:05:30

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] mac80211: Fix power save state stuck in ACTIVE caused by race between suspend and Tx packet.

On Mon, 2015-05-18 at 14:30 +0530, [email protected] wrote:
> From: Chaitanya T K <[email protected]>
>
> If we receive suspend after TX path has executed
> dynamic ps disable work, the driver will be in
> ACTIVE state during suspend and even after it
> resumes.
>
> As before suspend all data packets are flushed
> it is safe to put the driver in to sleep for
> optimal power during suspend or up on resume.

Please stop resending this patch a few times a day without indicating
any changes.

I'm going to ignore it for a few days now until this settles down.

johannes



2015-05-18 09:20:21

by Krishna Chaitanya

[permalink] [raw]
Subject: Re: [PATCH] mac80211: Fix power save state stuck in ACTIVE caused by race between suspend and Tx packet.

On Mon, May 18, 2015 at 2:35 PM, Johannes Berg
<[email protected]> wrote:
>
> On Mon, 2015-05-18 at 14:30 +0530, [email protected] wrote:
> > From: Chaitanya T K <[email protected]>
> >
> > If we receive suspend after TX path has executed
> > dynamic ps disable work, the driver will be in
> > ACTIVE state during suspend and even after it
> > resumes.
> >
> > As before suspend all data packets are flushed
> > it is safe to put the driver in to sleep for
> > optimal power during suspend or up on resume.
>
> Please stop resending this patch a few times a day without indicating
> any changes.
>
> I'm going to ignore it for a few days now until this settles down.

My sendmail shows status as bounced so i was trying with different
options. I did not realize that it has already made it to the list.

Apologies for the trouble Johannes,

2015-05-18 09:24:20

by Johannes Berg

[permalink] [raw]
Subject: Re: [PATCH] mac80211: Fix power save state stuck in ACTIVE caused by race between suspend and Tx packet.

On Mon, 2015-05-18 at 14:49 +0530, Krishna Chaitanya wrote:

> My sendmail shows status as bounced so i was trying with different
> options. I did not realize that it has already made it to the list.

It looks like it didn't actually make it to the list *today*, but I
believe there were versions that did. I got 4 of them today though ...

You can always check
https://patchwork.kernel.org/project/linux-wireless/list/

johannes


2015-05-18 09:29:16

by Krishna Chaitanya

[permalink] [raw]
Subject: Re: [PATCH] mac80211: Fix power save state stuck in ACTIVE caused by race between suspend and Tx packet.

On Mon, May 18, 2015 at 2:54 PM, Johannes Berg
<[email protected]> wrote:
> On Mon, 2015-05-18 at 14:49 +0530, Krishna Chaitanya wrote:
>
>> My sendmail shows status as bounced so i was trying with different
>> options. I did not realize that it has already made it to the list.
>
> It looks like it didn't actually make it to the list *today*, but I
> believe there were versions that did.
Yes, my git send-email still shows it as bounced due to some wrong
from address.

> I got 4 of them today though ...
Sorry.

> You can always check
> https://patchwork.kernel.org/project/linux-wireless/list/

Thanks, will use that.