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

additionInfo config object for Auxiliary network devices #628

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vtokala
Copy link

@vtokala vtokala commented Feb 10, 2025

support for additionInfo config object for Auxiliary network devices to provide addtional information to sf's created for Mellanox BlueField-2

Fixes #627

support for additionInfo config object for Auxiliary network devices
to provide addtional information to sf's created for Mellanox BlueField-2

Fixes k8snetworkplumbingwg#627
to provide addtional information to sf's created for Mellanox BlueField-2

Fixes k8snetworkplumbingwg#627
Copy link
Contributor

@adrianchiris adrianchiris left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small comment otherwise LGTM

@@ -219,20 +222,24 @@ var _ = Describe("AuxNetDevice", func() {
GenericNetDeviceSelectors: types.GenericNetDeviceSelectors{IsRdma: true},
}, &types.AuxNetDeviceSelectors{
GenericNetDeviceSelectors: types.GenericNetDeviceSelectors{IsRdma: false},
}}}
}},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lets have a separate test case for additional fields WDYT ?

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

Successfully merging this pull request may close these issues.

additionInfo config object for Auxiliary network devices
2 participants