- Oct 21, 2020
-
-
Adam Borowski authored
-
Adam Borowski authored
-
- Oct 19, 2020
-
-
Lukasz Dorau authored
common: switch to newer versions of OSes
-
Lukasz Dorau authored
Switch from Fedora 31 to 32 and from Ubuntu 19.10 to 20.04.
-
Jan Michalski authored
common: remove unused Coverity job from the Travis build
-
Lukasz Dorau authored
common: fix description of librpma
-
- Oct 16, 2020
-
-
Jan Michalski authored
examples: add support for USB Ethernet network interfaces
-
Lukasz Dorau authored
We do not use Coverity now and do not plan to do it in the near future.
-
- Oct 15, 2020
-
-
Lukasz Dorau authored
rpma: abs(errno) because ibv_* likes to return -errno
-
Lukasz Dorau authored
rpma: ibv_post_send and ibv_post_recv return errno
-
- Oct 14, 2020
-
-
Jan M Michalski authored
-
Jan M Michalski authored
-
Lukasz Dorau authored
Add support for running examples on SoftRoCE on a USB Ethernet network interfaces, which may not have 'state UP', but only 'UP' and 'state UNKNOWN', for example: enp0s29u1u3: <BROADCAST,MULTICAST,UP,LOWER_UP> \ mtu 1500 qdisc fq_codel state UNKNOWN mode DEFAULT \ group default qlen 1000 is a correct network interface that can be used for running examples on SoftRoCE.
-
- Oct 13, 2020
-
-
Lukasz Dorau authored
librpma is a C library to simplify accessing persistent memory (PMem) and not persistent memory devices.
-
Lukasz Dorau authored
doc: add pkg-config to Build-Deps
-
- Oct 12, 2020
-
-
Adam Borowski authored
It's not optional for us, yet not a part of usual dev setups.
-
- Oct 08, 2020
-
-
Lukasz Dorau authored
common: make CMake more verbose
-
Lukasz Dorau authored
common: roadmap update after release 0.9.0
-
Lukasz Dorau authored
common: remove broken block for in-source builds
-
Lukasz Dorau authored
common: generate documentation in the 'manpages' directory
-
Lukasz Dorau authored
examples: fix setting unset variable STATE_OK
-
Lukasz Dorau authored
common: remove setting the nonexisting BUILD_BENCHMARKS variable
-
- Oct 07, 2020
-
-
Łukasz Stolarczuk authored
don't hide info while looking for packages, it helps debugging.
-
Jan Michalski authored
examples: fix error: variable 'is_pmem' set but not used
-
- Oct 06, 2020
-
-
Lukasz Dorau authored
Fix the compilation error: examples/09-flush-to-persistent-GPSPM/client.c:99:6: \ error: variable 'is_pmem' set but not used \ [-Werror=unused-but-set-variable]
-
- Oct 05, 2020
-
-
Lukasz Dorau authored
This patch is the second part of the change in #536.
-
Tomasz Gromadzki authored
-
Lukasz Dorau authored
common: enhance custom make targets
-
- Oct 04, 2020
-
-
Lukasz Dorau authored
The 'STATE_OK' variable was used in the line #23, but it has never been set in this script, so the script has been working correctly so far only because there was always exactly one good (active and up) network interface.
-
- Oct 02, 2020
-
-
Łukasz Stolarczuk authored
-
Łukasz Stolarczuk authored
-
Lukasz Dorau authored
-
- Oct 01, 2020
-
-
Jan Michalski authored
common: 0.9.0
-
Jan M Michalski authored
-
Jan Michalski authored
common: 0.9.0 changelog update
-
Jan M Michalski authored
-
Jan Michalski authored
doc: improve formatting
-
Jan Michalski authored
doc: librpma.7: elaborate
-
Jan M Michalski authored
-
Jan Michalski authored
Merge pull request #524 from ldorau/rpma-write-the-ON-DEMAND-PAGING-SUPPORT-section-of-librpma.7-manual rpma: write the 'ON-DEMAND PAGING SUPPORT' section of librpma.7 manual
-