summaryrefslogtreecommitdiff
path: root/templates/qos-policy/round-robin
AgeCommit message (Collapse)Author
2009-10-01Don't allow random-detect type for round-robin queue typeStephen Hemminger
Random detect requires bandwidth which is not part of round robin policy. Therefore drop it as a configurable value. Bug 4595 (cherry picked from commit b1b823012b2a1aa0fa8578054fc1179f92a32c2f)
2009-10-01Fix update (apply-policy) at endStephen Hemminger
The $VAR(.) is not set on end node, so have to go hunting for policy type. Related to Bug 4545 (cherry picked from commit 39712bfaf390a4435218a14308cc6efa1a2d39b8)
2009-10-01Cleanup how qos-policy change detection worksStephen Hemminger
The CLI end: node does work correctly, so don't need to go walking configuration manually Bug 4545 (cherry picked from commit 377896b296827e4d7c3c20debb3487605c45bbe3)
2009-10-01Allow random-detect for round-robin subqueueStephen Hemminger
Bug 4516 (cherry picked from commit 26890ac98e3ed6c0830e61fa91f306fea0cc227a)
2009-06-01Fix more places where VAR is quotedStephen Hemminger
CLI quoting in expressions seems to have changed, so adapt. Bug 4485
2009-05-26Can't have RED queue with Round RobinStephen Hemminger
The RED queue setup needs a rate value and RR doesn't have rate configuration.
2009-04-15Add Qos matching based on Ethernet MAC addressStephen Hemminger
Use existing u32 infrastructure to match in header
2009-04-13Add deficit Round-Robin supportStephen Hemminger
Round-robin class based policy