From 124c19a0a661615468482f82b52d6c254517a4ff Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 23 Feb 2022 07:44:47 +0800 Subject: [PATCH] rdma-core: upgrade 38.0 -> 39.0 Changelog: ========= b2fedc4 rsocket: Make sure that the allocated memory is aligned ebbdb85 Merge pull request #1107 from Sindhu-Devale/libirdma-12-9-fixes a83619b providers: Move input validation for memory window bind to core a274c9c providers/rxe: Replace '%' with '&' in check_qp_queue_full() 812ab81 Merge pull request #1128 from Wenpeng-Liang/clear_rq_sge 1a9b2db docs: Fix typo in pyverbs example d498180 libhns: Clear remaining unused sges when post recv d99f61c Merge pull request #1127 from Wenpeng-Liang/misc_bugfix 7307264 verbs: Fix description of manual for ibv wc read byte len function c298130 verbs: Fix a typo Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../rdma-core/{rdma-core_38.0.bb => rdma-core_39.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/rdma-core/{rdma-core_38.0.bb => rdma-core_39.0.bb} (95%) diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_38.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb similarity index 95% rename from meta-networking/recipes-support/rdma-core/rdma-core_38.0.bb rename to meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb index da1e013bd3..48434aa584 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_38.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_39.0.bb @@ -6,7 +6,7 @@ DEPENDS = "libnl" RDEPENDS:${PN} = "bash perl" SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https" -SRCREV = "02361e3b865995ce251923390df0d5a5c821195a" +SRCREV = "b2fedc4b1b891afd2c26ebfd21f9e440e83c28ff" S = "${WORKDIR}/git" #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md