Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

riscv: define cacheline size#1153

Merged
lukaszstolarczuk merged 1 commit intopmem:masterfrom
kilobyte:riscv
Jul 13, 2021
Merged

riscv: define cacheline size#1153
lukaszstolarczuk merged 1 commit intopmem:masterfrom
kilobyte:riscv

Conversation

@kilobyte
Copy link
Copy Markdown
Contributor

@kilobyte kilobyte commented Jul 12, 2021

Declaring the cacheline size is all that's needed to let the tests pass — of course assuming patched PMDK.

As this change is so non-intrusive, let's just commit and forget.

Among major lacking test dependencies there's valgrind (not ported yet) and libunwind (merged upstream, not released).


This change is Reviewable

Copy link
Copy Markdown
Contributor

@igchor igchor left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: 0 of 1 files reviewed, all discussions resolved

@codecov
Copy link
Copy Markdown

codecov bot commented Jul 12, 2021

Codecov Report

Merging #1153 (7cd2d0e) into master (0bc64ab) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1153      +/-   ##
==========================================
+ Coverage   94.07%   94.11%   +0.04%     
==========================================
  Files          52       52              
  Lines        5161     5163       +2     
==========================================
+ Hits         4855     4859       +4     
+ Misses        306      304       -2     
Flag Coverage Δ
tests_clang_debug_cpp17 93.68% <100.00%> (+0.08%) ⬆️
tests_gcc_debug 90.72% <100.00%> (-0.19%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/libpmemobj++/detail/common.hpp 90.00% <100.00%> (+7.85%) ⬆️
include/libpmemobj++/experimental/radix_tree.hpp 98.31% <0.00%> (-0.17%) ⬇️
...ude/libpmemobj++/container/concurrent_hash_map.hpp 94.51% <0.00%> (+0.15%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0bc64ab...7cd2d0e. Read the comment docs.

Copy link
Copy Markdown

@karczex karczex left a comment

Choose a reason for hiding this comment

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

:lgtm:

Reviewable status: 0 of 1 files reviewed, all discussions resolved

@lukaszstolarczuk lukaszstolarczuk merged commit a05e6c1 into pmem:master Jul 13, 2021
@kilobyte kilobyte deleted the riscv branch July 14, 2021 16:06
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants