Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Broadcom BCM57414 & BCM75508 device IDs in NicIdMap #99

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions api/v1/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ var NicIdMap = []string{
"15b3 101b 101c", // ConnectX-6
"15b3 101d 101e", // ConnectX-6 Dx
"15b3 a2d6 101e", // MT42822 BlueField-2 integrated ConnectX-6 Dx
"14e4 16d7 16dc", // BCM57414 2x25G
"14e4 1750 1806", // BCM75508 2x100G
}

// NetFilterType Represents the NetFilter tags to be used
Expand Down