summaryrefslogtreecommitdiffstats
path: root/Documentation/ABI/testing/sysfs-class-net-queues (follow)
Commit message (Collapse)AuthorAgeFilesLines
* net: Add max rate tx queue attributeJohn Fastabend2015-03-181-0/+8
| | | | | | | | | | | | | This adds a tx_maxrate attribute to the tx queue sysfs entry allowing for max-rate limiting. Along with DCB-ETS and BQL this provides another knob to tune queue performance. The limit units are Mbps. By default it is disabled. To disable the rate limitation after it has been set for a queue, it should be set to zero. Signed-off-by: John Fastabend <john.r.fastabend@intel.com> Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* net: sysfs: add documentation entries for /sys/class/<iface>/queuesFlorian Fainelli2014-05-261-0/+79
Add sysfs documentation for the various attributes of a network interface exposed in /sys/class/<iface>/queues/{rx,tx}-<queue>/ Signed-off-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>