The function mrc_query_device() returns struct mrc_device_attr, but does not take in an mrc_context.
The mrc_context carries the API version information. Without this information, the provider lib doesn't know which version of the output structure the user is expecting.
Should we extend mrc_query_device() to include mrc_context?
@rssohan @insanum.
The function
mrc_query_device()returnsstruct mrc_device_attr, but does not take in anmrc_context.The
mrc_contextcarries the API version information. Without this information, the provider lib doesn't know which version of the output structure the user is expecting.Should we extend
mrc_query_device()to include mrc_context?@rssohan @insanum.