We faced few problems with PRP driver implementation on Linux. There's definetly problem with the node table in prueth_node_tbl.c. Sometimes the IND_BIN_NO(hash) in node_table_check_and_remove() becomes negative (that indicates corruption of structures as we can understand).
The network contains about 170 devices. Is there any possible side effect because of that taking into account that node table size is 128 elements?