-
Notifications
You must be signed in to change notification settings - Fork 519
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
kernel: add driver support for Cisco UCS platforms #2271
Conversation
Building libxcrypt for |
From what I can tell, this happens if a CI job gets scheduled onto a worker that's already finished a job and ends up getting shut down. We're still using runners with the |
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.
🍔
218f2cb
to
b8f9fdd
Compare
Enable networking and storage drivers for Cisco UCS platforms for bare metal variants. Signed-off-by: Leonard Foerster <[email protected]>
b8f9fdd
to
9ddf03a
Compare
Issue number: #2265
Description of changes:
This commit enabled all the different *NIC drivers that Cisco provides for their UCS platforms, specifically:
ENIC
:CONFIG_ENIC - Cisco VIC Ethernet NIC Support
USNIC
:CONFIG_INFINIBAND_USNIC - Verbs support for Cisco VIC
FNIC
:CONFIG_FCOE_FNIC - Cisco FNIC driver
SNIC
:CONFIG_SCSI_SNIC - Cisco SNIC driver
Testing done:
We unfortunately can not test these changes on a UCS machine given availability of the hardware. Checking the diff for the resulting configs shows the enablement we expect:
kernel-5.10:
kernel-5.15:
Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.