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/18 19:29:29 UTC

[kudu-CR] [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 (#9).

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

[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.
- https://memkind.github.io/memkind/man_pages/memkind.html
- http://memkind.github.io/memkind/man_pages/hbwmalloc.html

No functional changes.

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, 576 insertions(+), 429 deletions(-)


  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/26/19726/9
-- 
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: 9
Gerrit-Owner: Sammy Nah <sa...@intel.com>
Gerrit-Reviewer: Kudu Jenkins (120)
Gerrit-Reviewer: Sammy Nah <sa...@intel.com>
Gerrit-Reviewer: Tidy Bot (241)