eth: Reset pack_seq even if the header is not marked as valid

Signed-off-by: Alex Forencich <alex@alexforencich.com>
This commit is contained in:
Alex Forencich
2025-06-17 16:32:48 -07:00
parent e8cea4c860
commit 6f5adb1b41

View File

@@ -732,6 +732,8 @@ class BaseRSerdesSink:
if self.pack_seq < self.pack_cnt:
continue
self.pack_seq = 0
else:
data = data_in
hdr = hdr_in