We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Current TDISP sample code uses interface_id in the get_version message. See https://github.com/DMTF/spdm-emu/blob/main/library/pci_tdisp_device_lib_sample/pci_tdisp_device_version.c#L41
It is wrong, because it assumes the first time interface_id is correct.
I think libtdisp_initialize_interface_context() should be called earlier, in device initialization phase. But not get_version.
The text was updated successfully, but these errors were encountered:
jyao1
No branches or pull requests
Current TDISP sample code uses interface_id in the get_version message.
See https://github.com/DMTF/spdm-emu/blob/main/library/pci_tdisp_device_lib_sample/pci_tdisp_device_version.c#L41
It is wrong, because it assumes the first time interface_id is correct.
I think libtdisp_initialize_interface_context() should be called earlier, in device initialization phase. But not get_version.
The text was updated successfully, but these errors were encountered: