]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vport
authorIdo Shamay <idos@mellanox.com>
Mon, 5 Jun 2017 07:44:56 +0000 (10:44 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Jun 2017 15:29:54 +0000 (11:29 -0400)
commit269f9883fe254d109afdfc657875c456d6fabb08
treef559fa739410f2418131216e8376db2f55771cbf
parent6c6ab3e73b391b38c9749c77775bf21479ed7d60
net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vport

The Granular QoS per VF feature must be enabled in FW before it can be
used.

Thus, the driver cannot modify a QP's qos_vport value (via the UPDATE_QP FW
command) if the feature has not been enabled -- the FW returns an error if
this is attempted.

Fixes: 08068cd5683f ("net/mlx4: Added qos_vport QP configuration in VST mode")
Signed-off-by: Ido Shamay <idos@mellanox.com>
Signed-off-by: Jack Morgenstein <jackm@dev.mellanox.co.il>
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/qp.c
drivers/net/ethernet/mellanox/mlx4/resource_tracker.c