Re: [PATCH V3] hsr: fix don't prune the master node from the node_db

2019-05-23 Thread Sergei Shtylyov
Hello! On 23.05.2019 10:02, Andreas Oetken wrote: Don't prune master node in the hsr_prune_nodes function. Neither time_in[HSR_PT_SLAVE_A], nor time_in[HSR_PT_SLAVE_B], will ever be updated by hsr_register_frame_in for the master port. Thus the master node will be repeatedly pruned leading to r

[PATCH V3] hsr: fix don't prune the master node from the node_db

2019-05-23 Thread Andreas Oetken
Don't prune master node in the hsr_prune_nodes function. Neither time_in[HSR_PT_SLAVE_A], nor time_in[HSR_PT_SLAVE_B], will ever be updated by hsr_register_frame_in for the master port. Thus the master node will be repeatedly pruned leading to repeated packet loss. This bug never appeared because t