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

ML timeline buffer needs to be 12KB aligned now #8585

Merged
merged 3 commits into from
Oct 31, 2024

Commits on Oct 30, 2024

  1. Align Host Buffer Size to record timer entry size to avoid issue when…

    … Host Buffer gets overwriiten with excess record timer data.
    
    Signed-off-by: Ishita Ghosh <[email protected]>
    Ishita Ghosh committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b903c0c View commit details
    Browse the repository at this point in the history
  2. Update comment for elaborate explanation

    Signed-off-by: Ishita Ghosh <[email protected]>
    Ishita Ghosh committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    675903d View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Make record timer host buffer size 12KB aligned, instead of 12B align…

    …ed as data does not sync well then. Always round up to next 12KB aligned size when adjusting.
    
    Signed-off-by: Ishita Ghosh <[email protected]>
    Ishita Ghosh committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    734e6b7 View commit details
    Browse the repository at this point in the history