mirror of
https://github.com/fpganinja/taxi.git
synced 2025-12-09 00:48:40 -08:00
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:
@@ -732,6 +732,8 @@ class BaseRSerdesSink:
|
|||||||
|
|
||||||
if self.pack_seq < self.pack_cnt:
|
if self.pack_seq < self.pack_cnt:
|
||||||
continue
|
continue
|
||||||
|
|
||||||
|
self.pack_seq = 0
|
||||||
else:
|
else:
|
||||||
data = data_in
|
data = data_in
|
||||||
hdr = hdr_in
|
hdr = hdr_in
|
||||||
|
|||||||
Reference in New Issue
Block a user