Re: [PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports

2018-06-06 Thread Tejaswi Tanikella
On Mon, Jun 04, 2018 at 11:06:40AM -0400, David Miller wrote: > From: Tejaswi Tanikella > Date: Fri, 1 Jun 2018 19:35:41 +0530 > > > On receiving a IGMPv2/v3 query, based on max_delay set in the header a > > timer is started to send out a response after a random time within > > max_delay. If the

Re: [PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports

2018-06-04 Thread David Miller
From: Tejaswi Tanikella Date: Fri, 1 Jun 2018 19:35:41 +0530 > On receiving a IGMPv2/v3 query, based on max_delay set in the header a > timer is started to send out a response after a random time within > max_delay. If the system then moves into suspend state, Report is > delayed until system wak

Re: [PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports

2018-06-04 Thread Tejaswi Tanikella
On Fri, Jun 01, 2018 at 07:45:16AM -0700, Florian Fainelli wrote: Thank you Florian for reviewing my patch. I had a few questions. > > > On 06/01/2018 07:05 AM, Tejaswi Tanikella wrote: > > On receiving a IGMPv2/v3 query, based on max_delay set in the header a > > timer is started to send out a

Re: [PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports

2018-06-01 Thread Florian Fainelli
On 06/01/2018 07:05 AM, Tejaswi Tanikella wrote: > On receiving a IGMPv2/v3 query, based on max_delay set in the header a > timer is started to send out a response after a random time within > max_delay. If the system then moves into suspend state, Report is > delayed until system wakes up. > >

[PATCH net] ipv4: igmp: hold wakelock to prevent delayed reports

2018-06-01 Thread Tejaswi Tanikella
On receiving a IGMPv2/v3 query, based on max_delay set in the header a timer is started to send out a response after a random time within max_delay. If the system then moves into suspend state, Report is delayed until system wakes up. In one reported scenario, on arm64 devices, max_delay was set t