-
Notifications
You must be signed in to change notification settings - Fork 9
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
Randomize last 2 bytes(5th and 6th) of MAC address in node policy. #225
Merged
sudhar-krishnakumar
merged 1 commit into
intel:main
from
sudhar-krishnakumar:update_mac
Sep 17, 2024
Merged
Randomize last 2 bytes(5th and 6th) of MAC address in node policy. #225
sudhar-krishnakumar
merged 1 commit into
intel:main
from
sudhar-krishnakumar:update_mac
Sep 17, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
vkannapp
reviewed
Sep 14, 2024
vkannapp
reviewed
Sep 14, 2024
sudhar-krishnakumar
force-pushed
the
update_mac
branch
from
September 16, 2024 18:13
58b2100
to
c31820c
Compare
vkannapp
approved these changes
Sep 16, 2024
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.
Great work Sudhar! Approved the updated commits.
Hi Sal, @SalDaniele , if possible would like your inputs, once you are able to test this change in cluster. Branch is here-> https://github.com/sudhar-krishnakumar/ipu-opi-plugins/tree/update_mac |
sudhar-krishnakumar
added a commit
that referenced
this pull request
Sep 19, 2024
* Change to bringup host IDPF netdevices (#221) When VSP gets started, if host IDPF net devices are not there, VSP will do rmmod/modprobe to bring up those those net devices. * This PR is a follow-up to SetNumVFs proto file change in DPU-> (#223) openshift/dpu-operator#124 Support for SetNumVfs added to DevicePluginService. As part of this PR, we look for Intel IPU PCI device(1452), on the host system, and set the sriov_numvfs for it. VSP(intel plugin) returns the numvfs set back to caller(DPU). Added polling to check thro cli-client query if VF net devices have been created. * Changes for removing args passed in vsp-ds.yaml. (#224) We can still pass args(for debugging purpose). But for now, except for log level, rest have been removed. Also code to find vsi for bridge interface(on ACC side) has been added. * Randomize last 2 bytes(5th and 6th) of MAC address in node policy. (#225)
saynb
added a commit
that referenced
this pull request
Oct 14, 2024
* P4 artefacts commit for 1.6.2 migration (#222) * P4 artefacts commit for 1.6.2 migration. * P4 artefacts commit for 1.6.2 migration * Adding the linux bridge setup commands * Correcting the bridge command in linux_brige_setup * Merge changes from main to 1.6.2 branch (#226) * Change to bringup host IDPF netdevices (#221) When VSP gets started, if host IDPF net devices are not there, VSP will do rmmod/modprobe to bring up those those net devices. * This PR is a follow-up to SetNumVFs proto file change in DPU-> (#223) openshift/dpu-operator#124 Support for SetNumVfs added to DevicePluginService. As part of this PR, we look for Intel IPU PCI device(1452), on the host system, and set the sriov_numvfs for it. VSP(intel plugin) returns the numvfs set back to caller(DPU). Added polling to check thro cli-client query if VF net devices have been created. * Changes for removing args passed in vsp-ds.yaml. (#224) We can still pass args(for debugging purpose). But for now, except for log level, rest have been removed. Also code to find vsi for bridge interface(on ACC side) has been added. * Randomize last 2 bytes(5th and 6th) of MAC address in node policy. (#225) * Change in intel plugin, to turn off learning for outer vlan. Change was tested independently(not with DPU). * Changes to ensure p4sdk container comes up with 1.6+ (#227) Signed-off-by: Sayan Bandyopadhyay <[email protected]> * New artifacts for rh_mvp Signed-off-by: Sayan Bandyopadhyay <[email protected]> --------- Signed-off-by: Sayan Bandyopadhyay <[email protected]> Co-authored-by: mchelliyil <[email protected]> Co-authored-by: sudhar-krishnakumar <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Randomize last 2 bytes(5th and 6th) of MAC address in node policy.