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

Redfish performance: support Redfish deep operations #48

Open
nicklela opened this issue Sep 5, 2023 · 0 comments
Open

Redfish performance: support Redfish deep operations #48

nicklela opened this issue Sep 5, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@nicklela
Copy link
Contributor

nicklela commented Sep 5, 2023

This is about to improve Redfish performance. This task focus on "7.13 Deep operations" in Redfish specification.

While BIOS provisions collection resource, BIOS has to do POST one by one. Redfish support deep operations and BIOS can POST all data together. Like #47, BIOS has to check attribute "ProtocolFeaturesSupported" and see if BMC support this operation or not.

This can save time while there are a lot of boot options in system and BIOS has to provision them to BootOptions resource.

@nicklela nicklela added the enhancement New feature or request label Sep 5, 2023
@nicklela nicklela self-assigned this Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant