- Jun 09, 2023
-
-
Adam Borowski authored
They are not of an interest to the user, and make the build non-reproducible.
-
- May 25, 2023
-
-
Lukasz Dorau authored
common: 1.3.0 release
-
Lukasz Dorau authored
Signed-off-by:Lukasz Dorau <lukasz.dorau@intel.com>
-
Lukasz Dorau authored
common: 1.3.0-rc1 release
-
Lukasz Dorau authored
Signed-off-by:Lukasz Dorau <lukasz.dorau@intel.com>
-
- May 10, 2023
-
-
Lukasz Dorau authored
common: add CPACK_GENERATOR to DEVELOPMENT.md
-
- May 08, 2023
-
-
Xiao Yang authored
Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
- Apr 05, 2023
-
-
Lukasz Dorau authored
test: enhance rpma_utils_ibv_context_is_odp_capable() unit test
-
- Apr 03, 2023
-
-
Xiao Yang authored
Run as many cases as possible even if ON_DEMAND_PAGING_SUPPORTED is not defined. Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
- Mar 14, 2023
-
-
Lukasz Dorau authored
Introduce libibverbs flush
-
Xiao Yang authored
1) Add a BUILD_FORCE_NATIVE_FLUSH_NOT_SUPPORTED option. 2) Add a relevant building test. Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
rpma_flush() uses the native flush when the created QP supports it. Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
rpma_peer_setup_mr_reg() registers a memory region with IBV_ACCESS_FLUSH_GLOBAL or IBV_ACCESS_FLUSH_PERSISTENT if both kernel and libibverbs support the native flush. Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
rpma_peer_setup_qp() enables the native flush if both kernel and libibverbs support it. Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
Check if kernel supports both of native flush types in rpma_peer_new() nd then save the result into the is_native_flush_supported member of struct rpma_peer. Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
This internal function is to check if kernel supports two native flush types (Global visibility and Persistence). Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Xiao Yang authored
Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
Lukasz Dorau authored
Merge pull request #2125 from ldorau/common-add-BUILD_FORCE_NATIVE_ATOMIC_WRITE_NOT_SUPPORTED-option common: add BUILD_FORCE_NATIVE_ATOMIC_WRITE_NOT_SUPPORTED option
-
Lukasz Dorau authored
Add BUILD_FORCE_NATIVE_ATOMIC_WRITE_NOT_SUPPORTED option and a relevant test. Signed-off-by:Lukasz Dorau <lukasz.dorau@intel.com>
-
Lukasz Dorau authored
Merge pull request #2122 from ldorau/common-add-BUILD_FORCE_ODP_NOT_SUPPORTED-option-and-a-relevant-test common: add BUILD_FORCE_ODP_NOT_SUPPORTED option and a relevant test
-
Lukasz Dorau authored
test: fix the "ibv_query_device_ex_mock undeclared" compiler error
-
Lukasz Dorau authored
Signed-off-by:Lukasz Dorau <lukasz.dorau@intel.com>
-
Xiao Yang authored
When both ON_DEMAND_PAGING_SUPPORTED and NATIVE_ATOMIC_WRITE_SUPPORTED are not defined, the following compiler error will be triggered: --------------------------------------------------------------------- ... error: 'ibv_query_device_ex_mock' undeclared (first use in this function); did you mean 'ibv_query_device_ex'? Verbs_context.query_device_ex = ibv_query_device_ex_mock; ... --------------------------------------------------------------------- Signed-off-by:Xiao Yang <yangx.jy@fujitsu.com>
-
- Mar 13, 2023
-
-
Lukasz Dorau authored
common: update CHANGELOG.md
-
Lukasz Dorau authored
-
Lukasz Dorau authored
Merge pull request #2119 from ldorau/common-add-builds-with-rdma-core-v44.0-on-Ubuntu-and-Fedora-CIs common: add builds with rdma-core v44.0 on Ubuntu and Fedora CIs
-
Lukasz Dorau authored
common: do not fail build when rpm -q fails
-
Lukasz Dorau authored
Add CI builds with rdma-core v45.0 installed from sources (with support for both native atomic write and native flush) on Ubuntu-latest and Fedora-latest CIs.
-
Lukasz Dorau authored
Fix preventing from failing the build when rpm -q or dpkg-deb fails.
-
Lukasz Dorau authored
common: replace echos with set -x when installing packages
-
Lukasz Dorau authored
-
Lukasz Dorau authored
common: check if librpma uses rdma-core installed from sources
-
Lukasz Dorau authored
Check if librpma uses rdma-core installed from sources. If it does or if there is no supported package manager install the librpma library from sources, otherwise make the librpma package and install it.
-
- Mar 09, 2023
-
-
Lukasz Dorau authored
common: add missing PMDK dependencies to docker files
-
Lukasz Dorau authored
common: fix Coverity CI build
-
Lukasz Dorau authored
Add missing PMDK dependencies to Arch Linux and VzLinux docker files.
-
Lukasz Dorau authored
-
- Mar 08, 2023
-
-
Lukasz Dorau authored
common: verify if PMDK was successfully installed
-
Lukasz Dorau authored
Verify if PMDK was successfully installed - fail the build if not. Ref: pmem/pmdk#5540
-