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

SMDK v2.2 release #32

Merged
merged 1 commit into from
Dec 9, 2024
Merged

SMDK v2.2 release #32

merged 1 commit into from
Dec 9, 2024

Conversation

junhyeok-im
Copy link
Collaborator

  1. CXL Hotness Monitoring Unit Support (CXL 3.2.8.2.8)
  • The CXL Hotness Monitoring Unit (CHMU) is an interface that allows software running on CXL hosts to identify the ‘hot’ memory ranges in CXL memory devices in terms of memory access counts.
  • Added a CXL device driver to support CHMU and an emulation function based on QEMU.
  1. Update NDCTL(CXL_CLI): v79 → v80

  2. Bug Fix

  • Fix for memory leak issue occuring when setting the 'use_auto_arena_scaling' allocator option to 'false'.
  • When 'use_auto_arena_scaling option' is set to false, the number of arenas is 1 per pool) (When 'true', the arena is generated in proportion to the number of CPUs as before)
  • Reference: SMDK allocator allocates more memory than intended (compatible path) #31

1. CXL Hotness Monitoring Unit Support (CXL 3.2.8.2.8)
  - The CXL Hotness Monitoring Unit (CHMU) is an interface that allows software running on CXL hosts to identify the ‘hot’ memory ranges in CXL memory devices in terms of memory access counts.
  - Added a CXL device driver to support CHMU and an emulation function based on QEMU.

2. Update NDCTL(CXL_CLI): v79 → v80

3. Bug Fix
  - Fix for memory leak issue occuring when setting the 'use_auto_arena_scaling' allocator option to 'false'.
  - When 'use_auto_arena_scaling option' is set to false, the number of arenas is 1 per pool)
    (When 'true', the arena is generated in proportion to the number of CPUs as before)
  - Reference: OpenMPDK#31

Signed-off-by: JunhyeokIm <junhyeok.im@samsung.com>
Signed-off-by: WonjaeLee <wj28.lee@samsung.com>
Signed-off-by: SeungjunHa <seungjun.ha@samsung.com>
Signed-off-by: JehoonPark <jehoon.park@samsung.com>
Signed-off-by: HojinNam <hj96.nam@samsung.com>
Signed-off-by: YoungshinPark <yshin0.park@samsung.com>
Signed-off-by: HeesooKim <habil.kim@samsung.com>
Copy link
Collaborator

@KyungsanKim KyungsanKim left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall good job, everyone!

As for CMHU driver integration and upstream, needs to keep track of https://lore.kernel.org/linux-mm/20241127163426.00004a65@huawei.com/T/

Isn't there a following change of document for SMDK v2.2?

@KyungsanKim KyungsanKim merged commit 4a38421 into OpenMPDK:main Dec 9, 2024
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