You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@kudu.apache.org by "Sammy Nah (Code Review)" <ge...@cloudera.org> on 2023/04/13 20:09:06 UTC

[kudu-CR] [draft][KUDU-3342] Separate Memkind common code and NVM specific implementation

Hello Tidy Bot, Kudu Jenkins, 

I'd like you to reexamine a change. Please visit

    http://gerrit.cloudera.org:8080/19726

to look at the new patch set (#7).

Change subject: [draft][KUDU-3342] Separate Memkind common code and NVM specific implementation
......................................................................

[draft][KUDU-3342] Separate Memkind common code and NVM specific implementation

Created memkind cache interface to minimize duplicate code between
NVM and HBM cache implementations based on the required API calls.
No functional changes.
- https://memkind.github.io/memkind/man_pages/memkind.html
- http://memkind.github.io/memkind/man_pages/hbwmalloc.html

Change-Id: Idd329373449640258abd8a3bcf329dc1e0aa3020
---
M src/kudu/util/CMakeLists.txt
A src/kudu/util/memkind_cache.cc
A src/kudu/util/memkind_cache.h
M src/kudu/util/nvm_cache.cc
4 files changed, 593 insertions(+), 430 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/19726/7
-- 
To view, visit http://gerrit.cloudera.org:8080/19726
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Idd329373449640258abd8a3bcf329dc1e0aa3020
Gerrit-Change-Number: 19726
Gerrit-PatchSet: 7
Gerrit-Owner: Sammy Nah <sa...@intel.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Tidy Bot (241)