[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20170520074748.GB12974@leo.usersys.redhat.com>
Date: Sat, 20 May 2017 15:47:48 +0800
From: Hangbin Liu <liuhangbin@...il.com>
To: ivan.vecera@...a.cz
Cc: network dev <netdev@...r.kernel.org>,
David Miller <davem@...emloft.net>, sashok@...ulusnetworks.com,
Stephen Hemminger <stephen@...workplumber.org>,
bridge@...ts.linux-foundation.org, Xin Long <lucien.xin@...il.com>,
Nikolay Aleksandrov <nikolay@...ulusnetworks.com>
Subject: Re: [PATCH net-next v2] bridge: fix hello and hold timers
starting/stopping
On Sat, May 20, 2017 at 09:06:16AM +0200, Ivan Vecera wrote:
> 2017-05-20 7:57 GMT+02:00 Hangbin Liu <liuhangbin@...il.com>:
> > On Fri, May 19, 2017 at 07:30:43PM +0200, Ivan Vecera wrote:
> >> Current bridge code incorrectly handles starting/stopping of hello and
> >> hold timers during STP enable/disable.
> >>
> >> 1. Timers are stopped in br_stp_start() during NO_STP->USER_STP
> >> transition. The timers are already stopped in NO_STP state so
> >> this is confusing no-op.
> >
> > Hi Ivan,
> >
> > Shouldn't we start hello timer in br_stp_start when NO_STP -> BR_KERNEL_STP ?
>
> As Nikolay mentioned, this is fixed by
> https://patchwork.ozlabs.org/patch/764685/
Ah, sorry. My mistake. I only saw xin's patch and your v2 patch. So I mixed
them up and thought this is xin's V2 patch. That's why I wonder we didn't
start hello timer in br_stp_start...
Now I see your v1 patch with:
The patch is a follow-up for "bridge: start hello_timer when enabling
KERNEL_STP in br_stp_start" patch from Xin Long."
Sorry for mixed them up.
>
> >>
> >> 2. During USER_STP->NO_STP transition the timers are started. This
> >> does not make sense and is confusion because the timer should not be
> >> active in NO_STP state.
> >
> > Yes, but what about BR_KERNEL_STP -> NO_STP in function br_stp_stop() ?
>
> The timer is lazily stopped by itself in its handler... or not rearmed
> respectively.
Yes, with xin's patch this timer will stoped by itself.
Thanks
Hangbin
Powered by blists - more mailing lists