Commits
Murali Karicheri committed b0a72fcb900
hsr/prp: fix don't prune the master node from the node_db Don't prune master node in the hsr_prp_prune_nodes function. Neither time_in[HSR_PRP_PT_SLAVE_A], nor time_in[HSR_PRP_PT_SLAVE_B], will ever be updated by hsr_prp_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 the hsr_prp_prune_nodes function was only called once. Since commit 5150b45fd355 ("net: hsr: Fix node prune function for forget time expiry") this issue is fixed unvealing the issue described above. Signed-off-by: Andreas Oetken <andreas.oetken@siemens.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>