diff options
author | Jaakko Karrenpalo <jkarrenpalo@gmail.com> | 2025-03-07 19:16:59 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-03-13 12:04:22 +0300 |
commit | 05fd00e5e7b1ac60d264f72423fba38cc382b447 (patch) | |
tree | aca38cf25def31e5160c88bb9b91ab44543325f9 /net/lapb/lapb_subr.c | |
parent | 676cc91e1f2a3f70f26dffa57b7e54bec9ab9d54 (diff) | |
download | linux-05fd00e5e7b1ac60d264f72423fba38cc382b447.tar.xz |
net: hsr: Fix PRP duplicate detection
Add PRP specific function for handling duplicate
packets. This is needed because of potential
L2 802.1p prioritization done by network switches.
The L2 prioritization can re-order the PRP packets
from a node causing the existing implementation to
discard the frame(s) that have been received 'late'
because the sequence number is before the previous
received packet. This can happen if the node is
sending multiple frames back-to-back with different
priority.
Signed-off-by: Jaakko Karrenpalo <jkarrenpalo@gmail.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/20250307161700.1045-1-jkarrenpalo@gmail.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions