Skip to content

Conversation

@punkerpunker
Copy link

No description provided.

@github-actions
Copy link

Thanks for your PR,
To run vendors CIs, Maintainers can use one of:

  • /test-all: To run all tests for all vendors.
  • /test-e2e-all: To run all E2E tests for all vendors.
  • /test-e2e-nvidia-all: To run all E2E tests for NVIDIA vendor.

To skip the vendors CIs, Maintainers can use one of:

  • /skip-all: To skip all tests for all vendors.
  • /skip-e2e-all: To skip all E2E tests for all vendors.
  • /skip-e2e-nvidia-all: To skip all E2E tests for NVIDIA vendor.
    Best regards.

Copy link
Collaborator

@clarkzinzow clarkzinzow left a comment

Choose a reason for hiding this comment

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

Nice, LGTM, only one question about the pKeyConfigured field.

}

if cr.Spec.PKey == "" {
data.Data["pKeyConfigured"] = false
Copy link
Collaborator

Choose a reason for hiding this comment

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

Hmm why do we need this boolean? Can't we just check for a non-empty pKey string field?

Copy link
Author

Choose a reason for hiding this comment

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

Tried to do that - didn't seem that simple, so followed the pattern I saw here (e.g CapabilitiesConfigured, LogLevelConfigured, LogFileConfigured etc.

@punkerpunker punkerpunker merged commit 82b5147 into clark/config-daemon-ib-unbind-fix Feb 11, 2025
14 of 20 checks passed
clarkzinzow added a commit that referenced this pull request Aug 28, 2025
Add platform build arg.

Comment out Mellanox plugin's draining + rebooting for totalVfs + SRIOV_EN configs, which is buggy.

Scan GUIDs (#7)

* Squash commits into one

* Squash commits into one

* Cherry-picked types (build fix)

* merge issues fix

* read GUID from sysfs

* node -> port

* args mismatch :(

* NAD config fix to include guid

* port -> node back

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* fix

* bring back pKey to netAttDef definition

* pkey proper location

* removed excessive log lines

* quotes fix

ENG-21048 - KernelArgIommuOn instead of KernelArgIommuPt (to enable ATS & ACS) (#9)

KernelArgIommuOn instead of KernelArgIommuPt

ENG-19808 mlxfwreset before reboot in SR-IOV operator (#8)

* bring reboots back

* bring reboots back

GUIDSavedInUFM config parameter added

camelcase -> snake case
clarkzinzow added a commit that referenced this pull request Aug 28, 2025
Upgrade golangci-lint to work with Go 1.23

Add platform build arg.

Comment out Mellanox plugin's draining + rebooting for totalVfs + SRIOV_EN configs, which is buggy.

Scan GUIDs (#7)

* Squash commits into one

* Squash commits into one

* Cherry-picked types (build fix)

* merge issues fix

* read GUID from sysfs

* node -> port

* args mismatch :(

* NAD config fix to include guid

* port -> node back

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* rollback partially

* fix

* bring back pKey to netAttDef definition

* pkey proper location

* removed excessive log lines

* quotes fix

ENG-21048 - KernelArgIommuOn instead of KernelArgIommuPt (to enable ATS & ACS) (#9)

KernelArgIommuOn instead of KernelArgIommuPt

ENG-19808 mlxfwreset before reboot in SR-IOV operator (#8)

* bring reboots back

* bring reboots back

GUIDSavedInUFM config parameter added

camelcase -> snake case
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.

3 participants