* Reorder buffer question
[not found] <1429236180.2587394.1665952955783.ref@mail.yahoo.com>
@ 2022-10-16 20:42 ` R T
0 siblings, 0 replies; only message in thread
From: R T @ 2022-10-16 20:42 UTC (permalink / raw)
To: users
[-- Attachment #1: Type: text/plain, Size: 836 bytes --]
I'm planning on using the reorder buffer and been running a few tests on it in a small test program.
One scenario is that a few packets are sent to the buffer in order; for example seq # 1 2 3.then the next batch miss a seq #. the next batch has seq # 5 6 7.
upon a drain, packets 1, 2, 3 come out but the reorder buffer holds on to 5 6 7 and they never come out.
I think if more packets are sent to the reorder buffer, at some point the seq # exceeds the top of the window and packets 5, 6, ... start to come out.But if no packets are sent, 5, 6, 7 are stuck.
Is what I'm seeing the expected behavior?
If so, I believe there needs to be a time out feature implemented in the reorder to skip over missing packets in order to keep things moving.
Is there a way to get some feedback from folks who implemented this feature?
[-- Attachment #2: Type: text/html, Size: 1670 bytes --]
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-10-16 20:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1429236180.2587394.1665952955783.ref@mail.yahoo.com>
2022-10-16 20:42 ` Reorder buffer question R T
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).