Skip to content

Conversation

elbeno
Copy link
Contributor

@elbeno elbeno commented Aug 22, 2025

Problem:

  • Multiple processes may emit the same log calls, and there is no way to tell them apart. The MIPI spec uses a unit field in the catalog message for this purpose.

Solution:

  • Add support for unit in a catalog message.

Note:

  • The value of unit is not known at compile time, but it is static for the program, so a function can obtain it.

Problem:
- Multiple processes may emit the same log calls, and there is no way to tell
  them apart. The MIPI spec uses a unit field in the catalog message for this
  purpose.

Solution:
- Add support for `unit` in a catalog message.

Note:
- The value of unit is not known at compile time, but it is static for the
  program, so a function can obtain it.
@elbeno elbeno merged commit 3e3f3a0 into intel:main Aug 22, 2025
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