Skip to content

Commit

Permalink
try to fix the missing mana_en bug for backport
Browse files Browse the repository at this point in the history
  • Loading branch information
panfengxue committed Nov 12, 2024
1 parent 681f5bd commit 532da8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lisa/nic.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,7 @@ class ModuleInformation:
_device_module_map = {
"mlx5_core": ModuleInformation(["mlx5_ib"], "CONFIG_MLX5_CORE"),
"mlx4_core": ModuleInformation(["mlx4_en", "mlx4_ib"], "CONFIG_MLX4_CORE"),
"mana": ModuleInformation(
["mana", "mana_en", "mana_ib"], "CONFIG_MICROSOFT_MANA"
),
"mana": ModuleInformation(["mana_ib"], "CONFIG_MICROSOFT_MANA"),
}

def __init__(self, node: "Node"):
Expand Down

0 comments on commit 532da8e

Please sign in to comment.