iproute2/man
Nishanth Devarajan 927e3cfb52 tc: B.W limits can now be specified in %.
This patch adapts the tc command line interface to allow bandwidth limits
to be specified as a percentage of the interface's capacity.

Adding this functionality requires passing the specified device string to
each class/qdisc which changes the prototype for a couple of functions: the
.parse_qopt and .parse_copt interfaces. The device string is a required
parameter for tc-qdisc and tc-class, and when not specified, the kernel
returns ENODEV. In this patch, if the user tries to specify a bandwidth
percentage without naming the device, we return an error from userspace.

Signed-off-by: Nishanth Devarajan<ndev2021@gmail.com>
2017-11-24 11:22:13 -08:00
..
man3 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man7 man: Collect names of man pages automatically 2017-06-27 16:00:09 -07:00
man8 tc: B.W limits can now be specified in %. 2017-11-24 11:22:13 -08:00
Makefile do not ignore errors in man subdirs 2013-01-15 09:41:37 -08:00