]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc/taprio: add a size table to the examples from the man page
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 18 Apr 2023 11:39:45 +0000 (14:39 +0300)
committerStephen Hemminger <stephen@networkplumber.org>
Mon, 24 Apr 2023 16:33:15 +0000 (09:33 -0700)
commit201e2f968bd2eda2dc789aa435c067499537ddf5
tree32fbb322be0a5ed9262f47596609966557d9d18c
parentbad08997cfec3cb1ff457e4d42495ff46fe592df
tc/taprio: add a size table to the examples from the man page

Since kernel commit a3d91b2c6f6b ("net/sched: taprio: warn about missing
size table"), the kernel emits a warning netlink extack if the user
doesn't specify a stab. We want the user be aware of the fact that the
L1 overhead is determined by taprio exactly based on the overhead of the
stab, so we want to encourage users to add a size table to the Qdisc.
Teach them how.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-taprio.8