AW: [PATCH net] net: hsr: add support for EntryForgetTime

2021-02-25 Thread Wenzel, Marco
On Thu, Feb 25, 2021 at 6:49 PM Jakub Kicinski wrote: > > On Wed, 24 Feb 2021 14:55:17 +0100 Andrew Lunn wrote: > > On Wed, Feb 24, 2021 at 10:46:49AM +0100, Marco Wenzel wrote: > > > In IEC 62439-3 EntryForgetTime is defined with a value of 400 ms. > > > When a node does not send any frame withi

Re: [PATCH net] net: hsr: add support for EntryForgetTime

2021-02-25 Thread Jakub Kicinski
On Wed, 24 Feb 2021 14:55:17 +0100 Andrew Lunn wrote: > On Wed, Feb 24, 2021 at 10:46:49AM +0100, Marco Wenzel wrote: > > In IEC 62439-3 EntryForgetTime is defined with a value of 400 ms. When a > > node does not send any frame within this time, the sequence number check > > for can be ignored. Thi

Re: [PATCH net] net: hsr: add support for EntryForgetTime

2021-02-24 Thread Andrew Lunn
On Wed, Feb 24, 2021 at 10:46:49AM +0100, Marco Wenzel wrote: > In IEC 62439-3 EntryForgetTime is defined with a value of 400 ms. When a > node does not send any frame within this time, the sequence number check > for can be ignored. This solves communication issues with Cisco IE 2000 > in Redbox m

[PATCH net] net: hsr: add support for EntryForgetTime

2021-02-24 Thread Marco Wenzel
In IEC 62439-3 EntryForgetTime is defined with a value of 400 ms. When a node does not send any frame within this time, the sequence number check for can be ignored. This solves communication issues with Cisco IE 2000 in Redbox mode. Fixes: f421436a591d ("net/hsr: Add support for the High-availabi