]> git.ipfire.org Git - thirdparty/iproute2.git/commit
tc/taprio: add support for preemptible traffic classes
authorVladimir Oltean <vladimir.oltean@nxp.com>
Tue, 18 Apr 2023 11:39:53 +0000 (14:39 +0300)
committerDavid Ahern <dsahern@kernel.org>
Tue, 25 Apr 2023 01:43:26 +0000 (19:43 -0600)
commit5fbca3b469ec3cec84ee092165a51b31150a35e3
treec4a25cdf98e6b70924b7e5c407e9d6dcc70bac41
parent1dedc6d8cff41aa6c21939050e7fcbede2aac5cb
tc/taprio: add support for preemptible traffic classes

Add support for the same kind of "fp" array argument as in mqprio,
except here we already have some handling for per-tc entries (max-sdu).
We just need to expand that logic such that we also add (and parse) the
FP adminStatus property of each traffic class.

Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
man/man8/tc-taprio.8
tc/q_taprio.c