mbox series

[net,0/2] mlxsw: couple of fixes

Message ID 20180110104244.25275-1-jiri@resnulli.us
Headers show
Series mlxsw: couple of fixes | expand

Message

Jiri Pirko Jan. 10, 2018, 10:42 a.m. UTC
From: Jiri Pirko <jiri@mellanox.com>

Couple of small fixes for mlxsw driver.

Jiri Pirko (1):
  mlxsw: spectrum_qdisc: Don't use variable array in
    mlxsw_sp_tclass_congestion_enable

Yuval Mintz (1):
  mlxsw: pci: Wait after reset before accessing HW

 drivers/net/ethernet/mellanox/mlxsw/pci.c            | 7 ++++++-
 drivers/net/ethernet/mellanox/mlxsw/pci_hw.h         | 1 +
 drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c | 7 ++++---
 3 files changed, 11 insertions(+), 4 deletions(-)

Comments

David Miller Jan. 10, 2018, 8:58 p.m. UTC | #1
From: Jiri Pirko <jiri@resnulli.us>
Date: Wed, 10 Jan 2018 11:42:42 +0100

> From: Jiri Pirko <jiri@mellanox.com>
> 
> Couple of small fixes for mlxsw driver.

Series applied, thanks.