Re: [PATCH net] net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vport

2017-06-05 Thread David Miller
From: Tariq Toukan Date: Mon, 5 Jun 2017 10:44:56 +0300 > From: Ido Shamay > > 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

[PATCH net] net/mlx4: Check if Granular QoS per VF has been enabled before updating QP qos_vport

2017-06-05 Thread Tariq Toukan
From: Ido Shamay 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: