]> git.baikalelectronics.ru Git - kernel.git/commit
mlxsw: pci: Adjust value of CPU egress traffic class
authorIdo Schimmel <idosch@mellanox.com>
Tue, 5 Jan 2016 10:36:40 +0000 (11:36 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jan 2016 05:48:50 +0000 (00:48 -0500)
commitbc1c05b7d946e9a91611f8f40e0a6efe080ca913
tree39af823c186a43a3e7b11287ba4e4245e306b4eb
parent6a7e352499c5b591a338e7cdf85a1dbf1c478e11
mlxsw: pci: Adjust value of CPU egress traffic class

During initialization, when creating the send descriptor queues (SDQs),
we specify the CPU egress traffic class of each SDQ. The maximum number
of classes of this type is different in the two ASICs supported by this
PCI driver.

New firmware versions check this value is set correctly, which causes
errors on the Spectrum ASIC, as its max exposed egress traffic class is
lower than 7.

Solve this by setting this field to 3, which is an acceptable value for
both ASICs.

Note that we currently do not expose the QoS capabilities of the ASICs,
so setting this to an hardcoded value is OK for now.

Signed-off-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlxsw/pci.c