diff options
author | Bin Chen <[email protected]> | 2023-01-12 13:11:02 +0100 |
---|---|---|
committer | Jakub Kicinski <[email protected]> | 2023-01-13 21:40:01 -0800 |
commit | 9b7fe8046d7429ba776f962ad3b4b7ba2d6859c8 (patch) | |
tree | 8d58f8ee356578e6829260704a2bc25e2a23b0e7 /tools/perf/scripts/python/intel-pt-events.py | |
parent | bf20ce9f3040e29f806d2b290f7bddbdee9f32ad (diff) |
nfp: add DCB IEEE support
Add basic DCB IEEE support. This includes support for ETS, max-rate,
and DSCP to user priority mapping.
DCB may be configured using iproute2's dcb command.
Example usage:
dcb ets set dev $dev tc-tsa 0:ets 1:ets 2:ets 3:ets 4:ets 5:ets \
6:ets 7:ets tc-bw 0:0 1:80 2:0 3:0 4:0 5:0 6:20 7:0
dcb maxrate set dev $dev tc-maxrate 1:1000bit
And DCB configuration can be shown using:
dcb ets show dev $dev
dcb maxrate show dev $dev
Signed-off-by: Bin Chen <[email protected]>
Signed-off-by: Simon Horman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Jakub Kicinski <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions