aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/rdma-core
AgeCommit message (Collapse)Author
2020-02-27rdma-core: upgrade 27.0 -> 28.0Wang Mingyu
0001-librdmacm-Use-sched_yield-instead-of-pthread_yield.patch removed because it is included in 28.0. refresh 0001-Remove-man-files-which-cant-be-built.patch Signed-off-by: Wang Mingyu <wangmy@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-25rdma-core: Drop overloadable attribute for recvfromKhem Raj
glibc patch is now removed for this to be required Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-01-15rdma-core: Use overloadable attribute with clangKhem Raj
This ensures that clang is not fussy about overloading recvfrom() Signed-off-by: Khem Raj <raj.khem@gmail.com>
2019-12-16rdma-core: Replace pthread_yield with sched_yieldKhem Raj
Fixes /usr/src/debug/rdma-core/26.1-r0/git/librdmacm/rsocket.c:3041: undefined reference to `pthread_yield' collect2: error: ld returned 1 exit status Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Kai Kang <kai.kang@windriver.com>
2019-12-16rdma-core: 18.1 -> 27.0Kai Kang
Upgrade rdma-core from 18.1 to 27.0 * remove 4 patches which have been merged by upstream * update context and remove more unbuildable manual in 0001-Remove-man-files-which-cant-be-built.patch * set services file for systemd Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-06-14rdma-core: Update to version 18Khem Raj
Fix build with musl Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-05-17rdma-core: add new recipeWei Lin Guay
RDMA core is the userspace components for the Linux Kernel's InfiniBand/RoCE subsystem. This component contains the userspace libraries for libibverbs (and its associated providers libraries), librdmacm and libibumad. Besides, it also provides additional service daemons such as ibacm and srp_daemon. Signed-off-by: Wei Lin Guay <wguay@graphcore.ai> Reviewed-by: Harald Høeg <hhoeg@graphcore.ai> Signed-off-by: Armin Kuster <akuster808@gmail.com>