Skip to content

Commit

Permalink
Merge pull request #213 from fabric-testbed/bluefield
Browse files Browse the repository at this point in the history
Bluefield - Add new model type for BlueField NICs
  • Loading branch information
kthare10 authored Jan 31, 2025
2 parents ba8e667 + 6e29dd1 commit f2eca96
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion fim/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
FABRIC Information Model library and utilities
"""
__VERSION__ = "1.8.0"
__VERSION__ = "1.8.1"
__version__ = __VERSION__
9 changes: 9 additions & 0 deletions fim/slivers/data/component_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
},
"Details": "Mellanox ConnectX-6 VPI MCX653 dual port 100Gbps"
},
{
"Model": "BlueField-2-ConnectX-6",
"Type": "SmartNIC",
"Interfaces": {
"p1": "100",
"p2": "100"
},
"Details": "Mellanox ConnectX-6 MT42822 BlueField-2 dual port 100Gbps"
},
{
"Model": "ConnectX-6",
"Type": "SmartNIC",
Expand Down

0 comments on commit f2eca96

Please sign in to comment.