1. 11 Jan, 2020 10 commits
  2. 10 Jan, 2020 28 commits
  3. 09 Jan, 2020 2 commits
    • David S. Miller's avatar
      Merge branch 'mlxsw-Firmware-version-updates' · eb7537d8
      David S. Miller authored
      Ido Schimmel says:
      
      ====================
      mlxsw: Firmware version updates
      
      This patch sets contains two firmware-related updates.
      
      Patch #1 bumps the required firmware version in order to support 2x50
      Gb/s split on SN3800 systems.
      
      Patch #2 changes the driver to only enforce a minimum required firmware
      version, which should allow us to reduce the frequency in which we need
      to update the driver.
      ====================
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      eb7537d8
    • Ido Schimmel's avatar
      mlxsw: spectrum: Only require minimum firmware version · 4dab08df
      Ido Schimmel authored
      Currently, the driver ensures that the firmware version found on the
      device matches the branch of the required version.
      
      Remove this limitation so that the driver will accept the required
      version or a newer version, from any branch.
      
      This will allow us to reduce the frequency in which we need to update
      the required version. New firmware versions that include necessary bug
      fixes will be able to work with the driver, even if they are not from
      the required branch.
      Signed-off-by: default avatarIdo Schimmel <idosch@mellanox.com>
      Acked-by: default avatarJiri Pirko <jiri@mellanox.com>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      4dab08df