Skip to content

cxlmi/commands.c: Fix Get Multi-Headed Info (5500h) Min. Rsp Size#56

Merged
davidlohr merged 1 commit intocomputexpresslink:mainfrom
anisa-su993:fix-get-multiheaded-info-min-rsp-sz
Apr 30, 2026
Merged

cxlmi/commands.c: Fix Get Multi-Headed Info (5500h) Min. Rsp Size#56
davidlohr merged 1 commit intocomputexpresslink:mainfrom
anisa-su993:fix-get-multiheaded-info-min-rsp-sz

Conversation

@anisa-su993
Copy link
Copy Markdown
Contributor

The request sets the maximum number of ld_maps returned in the response using the ld_map_list_limit field. The number returned can be less than the the maximum designated by ld_map_list_limit, with a minimum of 1, as stated by the spec (r4.0 Section 7.6.7.6.1 Table 7-61)

Fix rsp_msg_sz_min to reflect that.

The request sets the maximum number of ld_maps returned in the response
using the ld_map_list_limit field. The number returned can be less than
the the maximum designated by ld_map_list_limit, with a minimum of 1, as
stated by the spec.

Fix rsp_msg_sz_min to reflect that.

Signed-off-by: Anisa Su <anisa.su@samsung.com>
@davidlohr davidlohr merged commit c5f6889 into computexpresslink:main Apr 30, 2026
26 of 27 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.

2 participants