diff options
author | Ido Schimmel <idosch@mellanox.com> | 2020-05-25 00:51:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-24 19:32:23 -0700 |
commit | e0d848477a68ab940caf8a880d3181b5ef9e4e0e (patch) | |
tree | ad4732ebcc1318282e2d95e0d9ad5d0922208332 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 938e6d0b7672317e54836610d9b9535dda19e90b (diff) |
mlxsw: spectrum_buffers: Assign non-zero quotas to TC 0 of the CPU port
As explained in commit 9ffcc3725f09 ("mlxsw: spectrum: Allow packets to
be trapped from any PG"), incoming packets can be admitted to the shared
buffer and forwarded / trapped, if:
(Ingress{Port}.Usage < Thres && Ingress{Port,PG}.Usage < Thres &&
Egress{Port}.Usage < Thres && Egress{Port,TC}.Usage < Thres)
||
(Ingress{Port}.Usage < Min || Ingress{Port,PG} < Min ||
Egress{Port}.Usage < Min || Egress{Port,TC}.Usage < Min)
Trapped packets are scheduled to transmission through the CPU port.
Currently, the minimum and maximum quotas of traffic class (TC) 0 of the
CPU port are 0, which means it is not usable.
Assign non-zero quotas to TC 0 of the CPU port, so that it could be
utilized by subsequent patches.
Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Reviewed-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions