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

Verify that "dataplane nic" addresses given on command line are supported types #36

Open
vince-weka opened this issue Sep 13, 2022 · 0 comments

Comments

@vince-weka
Copy link
Collaborator

The lshw -class network -short command can be used to view NIC details:

`# lshw -class network -short

H/W path Device Class Description

===========================================================

/0/100/1.1/0 ens10f0 network BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller

/0/100/1.1/0.1 ens10f1d1 network BCM57414 NetXtreme-E 10Gb/25Gb RDMA Ethernet Controller

/0/118/1.1/0 ib0 network MT28908 Family [ConnectX-6]

/1 bond0 network Ethernet interface

`

So, we could maintain a table of suppported NIC model codes (ie: MT28908) that we can check this against and error or warn if unsupported.
***have to verify that lshw is reliably installed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant