<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyatta-cfg-qos.git/lib, branch oxnard</title>
<subtitle>Configuration templates and scripts for QoS (mirror of https://github.com/vyos/vyatta-cfg-qos.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyatta-cfg-qos.git/atom?h=oxnard</id>
<link rel='self' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/atom?h=oxnard'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/'/>
<updated>2011-10-27T12:25:34+00:00</updated>
<entry>
<title>Fix non-numeric comparison</title>
<updated>2011-10-27T12:25:34+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2011-10-27T12:25:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=8e5ab3bad6b6cfc7128e56d89d1633832f4187b6'/>
<id>urn:sha1:8e5ab3bad6b6cfc7128e56d89d1633832f4187b6</id>
<content type='text'>
Regression from previous commit. Need to compare numeric not string value.
</content>
</entry>
<entry>
<title>zero is not a legal bandwidth value</title>
<updated>2011-10-10T22:34:45+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>shemminger@vyatta.com</email>
</author>
<published>2011-10-10T22:34:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=ebb526a9cee80127c785ad0cf97d8a5527b0420e'/>
<id>urn:sha1:ebb526a9cee80127c785ad0cf97d8a5527b0420e</id>
<content type='text'>
Bug 7547
Kernel limiters don't allow value of zero for bandwidth, so
block it in Vyatta config.
</content>
</entry>
<entry>
<title>Compute optimium rate to quantum value</title>
<updated>2010-12-08T20:31:19+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-12-08T01:20:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=110ffa598bd6ab3f4b91ddfa47f5f7528c35dee3'/>
<id>urn:sha1:110ffa598bd6ab3f4b91ddfa47f5f7528c35dee3</id>
<content type='text'>
Bug 6092
The code now calculates r2q value based on max rate and min rate which
gives better accuracy and stops kernel message.
</content>
</entry>
<entry>
<title>Revert "Add nested shaper classes"</title>
<updated>2010-12-07T23:53:13+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-12-07T23:53:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=b1a6023a196608f6ba8135852db97c31c2e524ad'/>
<id>urn:sha1:b1a6023a196608f6ba8135852db97c31c2e524ad</id>
<content type='text'>
This reverts commit bcb18b96605e194cf8c186467b0a4d853695f75e.
</content>
</entry>
<entry>
<title>Fix path to ethtool</title>
<updated>2010-11-08T21:16:29+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-11-08T21:16:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=c932d46780e4a22854191a66631c35cc5811de92'/>
<id>urn:sha1:c932d46780e4a22854191a66631c35cc5811de92</id>
<content type='text'>
ethtool moved in Debian Squeeze to /sbin/ethtool
</content>
</entry>
<entry>
<title>Add nested shaper classes</title>
<updated>2010-10-19T21:10:58+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-10-19T21:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=bcb18b96605e194cf8c186467b0a4d853695f75e'/>
<id>urn:sha1:bcb18b96605e194cf8c186467b0a4d853695f75e</id>
<content type='text'>
This adds:
  traffic-policy myexample {
        bandwidth 100Mbit
        class 2 {
	   class 2a {
           ...
</content>
</entry>
<entry>
<title>Fix shaper class queue calculations for random-detect</title>
<updated>2010-08-18T00:04:12+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-08-17T23:56:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=6348298f5acd634158eb749a4775965b2d705d48'/>
<id>urn:sha1:6348298f5acd634158eb749a4775965b2d705d48</id>
<content type='text'>
Need to handle queue-limit better (confusion between bytes and packets)
Bug 5872
(cherry picked from commit 94ea365fc966a16807a2086db05ea2877e9b00fa)
</content>
</entry>
<entry>
<title>Fix typo in Qos match for ethernet</title>
<updated>2010-08-18T00:04:12+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-07-31T19:33:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=9aaf0ed6c73bd596149d7d84f74e7b430ba62ea7'/>
<id>urn:sha1:9aaf0ed6c73bd596149d7d84f74e7b430ba62ea7</id>
<content type='text'>
Looking at wrong field in hash!
Bug 5961
(cherry picked from commit 17b2ff0e596eff2d609d5abb661af3696914f7a6)
</content>
</entry>
<entry>
<title>Make round-robin quantum per class</title>
<updated>2010-08-18T00:04:12+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-07-30T18:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=a88854c2b8b4a3f480c283c78476f456534bb65d'/>
<id>urn:sha1:a88854c2b8b4a3f480c283c78476f456534bb65d</id>
<content type='text'>
Bug 5958
(cherry picked from commit 7f42350146525544bd38db2426d6f5c7b99302c2)
</content>
</entry>
<entry>
<title>Fix matching (default)</title>
<updated>2010-08-18T00:04:12+00:00</updated>
<author>
<name>Stephen Hemminger</name>
<email>stephen.hemminger@vyatta.com</email>
</author>
<published>2010-07-30T18:48:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyatta-cfg-qos.git/commit/?id=43948e58dbb50251ae647e153fe204eac84edc3e'/>
<id>urn:sha1:43948e58dbb50251ae647e153fe204eac84edc3e</id>
<content type='text'>
Use a null u32 rather than basic match to get statistics.
(cherry picked from commit ac7353307d00a55d1740b642cf6c712a0b280181)
</content>
</entry>
</feed>
