|
Bugzilla – Full Text Bug Listing |
| Summary: | [PATCH] Priority queuing for Point-to-point netdevice | ||
|---|---|---|---|
| Product: | ns-3 | Reporter: | Antti Mäkelä <antti.makela> |
| Component: | traffic-control | Assignee: | Stefano Avallone <stavallo> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | natale.patriciello, ns-bugs, tomh |
| Priority: | P5 | ||
| Version: | pre-release | ||
| Hardware: | All | ||
| OS: | All | ||
| Attachments: | Patch | ||
|
Description
Antti Mäkelä
2010-05-25 08:49:43 UTC
Created attachment 876 [details]
Patch
On further thought, this of course should be just a separate queue type, inherited from Queue, even if it is just an array of DropTailQueue. I wonder, will this lead to ListQueue-kind of situation (contrast to ListRouting), especially if someone wants to implement Cisco-style hierarchical class-maps and service policies... Anyway, I'll refactor this into a separate queue class at some point. Stefano, can you please review and advise if you think any parts of this should be reworked, or whether it can be closed? I think prioritizing some kind of traffic over others pertains to the traffic control layer rather than the netdevice layer. I understand in 2010 it could only be done that way, but now it can be achieved by using queue discs. Pfifo_fast may already be used for this purpose, though some bits (i.e., setting user priorities) are still being worked on. Long story short, I believe this patch is outdated and the bug can be closed. |