-
Notifications
You must be signed in to change notification settings - Fork 114
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 support for Intel X710 Backplane and Base T #452
Add support for Intel X710 Backplane and Base T #452
Conversation
Thanks for your PR,
To skip the vendors CIs use one of:
|
Pull Request Test Coverage Report for Build 5406644637
💛 - Coveralls |
ef8d2aa
to
2b316cd
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
/lgtm |
@Eoghan1232 please review as this are intel nics :) |
doc/supported-hardware.md
Outdated
| Intel X710 10GbE Backplane | 8086 | 1581 | V | V | X | | ||
| Intel X710 10Gbe Base T | 8086 | 15ff | V | V | X | | ||
| Intel X550 Family | V | V | X | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Intel X710 10GbE Backplane | 8086 | 1581 | V | V | X | | |
| Intel X710 10Gbe Base T | 8086 | 15ff | V | V | X | | |
| Intel X550 Family | V | V | X | | |
| Intel X710 10GbE Backplane | V | V | X | | |
| Intel X710 10Gbe Base T | V | V | X | | |
| Intel X550 Family | V | V | X | |
please remove the vendor and device ID from this section.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also please change both to GbE
Intel X710 10Gbe Base T I assume these were validated @vrindle as you are currently using them :) Can you address the comments above and we can get this merged for you :) |
2b316cd
to
2416da1
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
I validated both of these NIC just yesterday using this guide: https://github.com/k8snetworkplumbingwg/sriov-network-operator/blob/master/doc/supported-hardware.md#initial-support. The comments are addressed. |
Hi @vrindle , you need to add this to the Supported features per hardware of the doc/supported-hardware
I think you removed it by mistake as you had it in already :) |
2416da1
to
f5371cf
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
f5371cf
to
28df315
Compare
Thanks for your PR,
To skip the vendors CIs use one of:
|
Addressed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! thanks for fixing those :)
Closes #453