Skip to content

Commit

Permalink
Revert "Remove mlxfwreset support for BF2/BF3"
Browse files Browse the repository at this point in the history
This reverts commit f51cc1b.
  • Loading branch information
Alex Blago authored and ogalbxela committed Jun 6, 2023
1 parent 7e2e7d2 commit 3cb28eb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions small_utils/mstfwreset.py
Original file line number Diff line number Diff line change
Expand Up @@ -1764,11 +1764,6 @@ def reset_flow_host(device, args, command):
if psid in ["MT_0000000891", "MT_0000000929", "MT_0000000937"]:
raise RuntimeError("Cedar device is not supported")

# Block BF2/BF3
devDict = getDeviceDict(devid)
if devDict['name'] in ['BlueField2', 'BlueField3']:
raise RuntimeError("%s device is not supported" % devDict['name'])

# Check if other process is accessing the device (burning the device)
# Supported on Windows OS only
if platform.system() == "Windows":
Expand Down

0 comments on commit 3cb28eb

Please sign in to comment.