-
- Downloads
net/mlx4_core: Fix wrong mask and error flow for the update-qp command
The bit mask for currently supported driver features (MLX4_UPDATE_QP_SUPPORTED_ATTRS) of the update-qp command was defined twice (using enum value and pre-processor define directive) and wrong. The return value of the call to mlx4_update_qp() from within the SRIOV resource-tracker was wrongly voided down. Fix both issues. issue: none Fixes: 09e05c3f ('net/mlx4: Set vlan stripping policy by the right command') Fixes: ce8d9e0d ('net/mlx4_core: Add UPDATE_QP SRIOV wrapper support') Signed-off-by:Matan Barak <matanb@mellanox.com> Signed-off-by:
Or Gerlitz <ogerlitz@mellanox.com> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- drivers/net/ethernet/mellanox/mlx4/qp.c 0 additions, 1 deletiondrivers/net/ethernet/mellanox/mlx4/qp.c
- drivers/net/ethernet/mellanox/mlx4/resource_tracker.c 6 additions, 3 deletionsdrivers/net/ethernet/mellanox/mlx4/resource_tracker.c
- include/linux/mlx4/qp.h 1 addition, 1 deletioninclude/linux/mlx4/qp.h
Loading
Please register or sign in to comment