-
Notifications
You must be signed in to change notification settings - Fork 177
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 Broadcom NICs #510
Conversation
README.md
Outdated
@@ -198,6 +199,15 @@ This plugin creates device plugin endpoints based on the configurations given in | |||
"needVhostNet": true | |||
}] | |||
}, | |||
{ |
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.
please add at the end of the list before: "old_selectors_syntax_example"
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.
will do
deployments/configMap.yaml
Outdated
@@ -23,6 +23,14 @@ data: | |||
"pfNames": ["enp0s0f0","enp2s2f1"] | |||
} | |||
}, | |||
{ |
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.
please add at the end of the list
minor nit, otherwise LGTM ! thx for testing it out of broadcom |
Pull Request Test Coverage Report for Build 6946547658Warning: This coverage report may be inaccurate.We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report.
💛 - Coveralls |
I have pushed requested changes. |
@adrianchiris Thank you very much for the review and approval. Can you please merge? |
communitiy rules requires 2 approvals. @zeeke @Eoghan1232 PTAL |
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
We have verified that SRIOV plugin works with Broadcom NICs. This request is adding Broadcom NICs to Readme and adding an example of a working configuration.