aboutsummaryrefslogtreecommitdiff
path: root/scripts/bpf_helpers_doc.py
diff options
context:
space:
mode:
authorPetr Machata <petrm@mellanox.com>2019-10-03 08:44:49 +0300
committerDavid S. Miller <davem@davemloft.net>2019-10-03 12:17:10 -0700
commit6aaee55cc8c6c305bb758545e7ceadc1bfcf7684 (patch)
treef826ce973f7a9d61e9b1a6418a95b5918fce88bc /scripts/bpf_helpers_doc.py
parent9b17f5884be4484e4d9090a9dccf17e763e0589b (diff)
downloadlinux-6aaee55cc8c6c305bb758545e7ceadc1bfcf7684.tar.gz
linux-6aaee55cc8c6c305bb758545e7ceadc1bfcf7684.tar.bz2
linux-6aaee55cc8c6c305bb758545e7ceadc1bfcf7684.zip
mlxsw: PCI: Send EMAD traffic on a separate queue
Currently mlxsw distributes sent traffic among all the available send queues. That includes control traffic as well as EMADs, which are used for configuration of the device. However because all the queues have the same traffic class of 3, they all end up being directed to the same traffic class buffer. If the control traffic in the buffer cannot be serviced quickly enough, the EMAD traffic might be shut out, which causes transient failures, typically in FDB maintenance, counter upkeep and other periodic work. To address this issue, dedicate SDQ 0 to EMAD traffic, with TC 0. Distribute the control traffic among the remaining queues, which are left with their current TC 3. Suggested-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: Petr Machata <petrm@mellanox.com> Acked-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: Ido Schimmel <idosch@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions