From a029621253a02b637908d6cee1e4e1792e60f513 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 15 Mar 2023 22:04:42 +0800 Subject: [PATCH] rdma-core: upgrade 44.0 -> 45.0 Changelog: ========== 53ee89b Merge pull request #1299 from zhuyj/dmabuf 95507d0 Merge pull request #1311 from EdwardSro/pr-pyverbs-tests 087deb5 irdma: Add support for ibv_reg_dmabuf_mr 6644617 Merge pull request #1309 from hz-cheng/master fe9e480 Merge pull request #1304 from EdwardSro/pr-tests-fixes 5c9f444 Merge pull request #1303 from EdwardSro/pr-mlx5-dr-steering 8f56a83 Merge pull request #1310 from joshuafried/mlx5_dr_bugfix 638ace8 tests: Add test for devx DBR-less mode data path 25a4bf0 tests: Skip CUDA tests if there is no CUDA device 5dad658 tests: Add set and copy modify action of metadata Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../rdma-core/{rdma-core_44.0.bb => rdma-core_45.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/rdma-core/{rdma-core_44.0.bb => rdma-core_45.0.bb} (95%) diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb similarity index 95% rename from meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb rename to meta-networking/recipes-support/rdma-core/rdma-core_45.0.bb index f5b80c712e..ed1f7c94ae 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_44.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_45.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 = "91392a91eb41affee3bd75dc7d03eb86b4854aea" +SRCREV = "53ee89b4abb1463e7ae713103f552b2bef1307ce" S = "${WORKDIR}/git" #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md