]> git.proxmox.com Git - mirror_iproute2.git/commit
man: tc-taprio.8: document the full offload feature
authorVladimir Oltean <vladimir.oltean@nxp.com>
Fri, 22 Jan 2021 01:22:11 +0000 (03:22 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Tue, 2 Feb 2021 22:12:27 +0000 (14:12 -0800)
commit4712a4617408da5afabc9433c7316a99363fd053
tree4d447e265d36cb041ee448e8a2cf2add3e3eb005
parent86d9660dc1805be4435497ff194f618535e8fc97
man: tc-taprio.8: document the full offload feature

Since this feature's introduction in commit 9c66d1564676 ("taprio: Add
support for hardware offloading") from kernel v5.4, it never got
documented in the man pages. Due to this reason, we see customer reports
of seemingly contradictory information: the community manpages claim
there is no support for full offload, nonetheless many silicon vendors
have already implemented it.

This patch documents the full offload feature (enabled by specifying
"flags 2" to the taprio qdisc) and gives one more example that tries to
illustrate some of the finer points related to the usage.

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