]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: gred: Adopt the term VQ in the command syntax and output
authorDavid Ward <david.ward@ll.mit.edu>
Mon, 18 May 2015 15:35:13 +0000 (11:35 -0400)
committerStephen Hemminger <shemming@brocade.com>
Thu, 21 May 2015 21:16:03 +0000 (14:16 -0700)
commit357c45ad3a3fba94adc3591c150506af95fba50e
tree79521046a0ddbe5dcbb962f2d61815ec3a32b538
parenteb6d7d6af1c2d65c4e905807fc44aba682e71b4c
tc: gred: Adopt the term VQ in the command syntax and output

In the GRED kernel source code, both of the terms "drop parameters"
(DP) and "virtual queue" (VQ) are used to refer to the same thing.
Each "DP" is better understood as a "set of drop parameters", since
it has values for limit, min, max, avpkt, etc. This terminology can
result in confusion when creating a GRED qdisc having multiple DPs.
Netlink attributes and struct members with the DP name seem to have
been left intact for compatibility, while the term VQ was otherwise
adopted in the code, which is more intuitive.

Use the VQ term in the tc command syntax and output (but maintain
compatibility with the old syntax).

Rewrite the usage text to be concise and similar to other qdiscs.

Signed-off-by: David Ward <david.ward@ll.mit.edu>
tc/q_gred.c