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

Fixed compatibility issues with the new Vendor Defined Commands API #2533

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

uvinrg
Copy link
Contributor

@uvinrg uvinrg commented Jan 22, 2024

If the new Vendor Defined Responder callback pointers are not assigned and the default get_response_func() pointer is assigned, VENDOR_DEFINED_REQUEST messages will get routed to get_responder_func() instead.

Fixes #2532

If the new Vendor Defined Responder callback pointers are not assigned and the default get_response_func() pointer is assigned, VENDOR_DEFINED_REQUEST messages will get routed to get_responder_func() instead.

Fixes DMTF#2532

Signed-off-by: Ionut Ursachi <[email protected]>
@jyao1 jyao1 requested a review from Wenxing-hou January 25, 2024 04:01
@jyao1 jyao1 merged commit 672868f into DMTF:main Jan 26, 2024
94 checks passed
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.

Need to disable LIBSPDM_ENABLE_VENDOR_DEFINED_MESSAGES by default
2 participants