From 3cf16d3012703617ae835e875083105feee07fbe Mon Sep 17 00:00:00 2001 From: zangrc Date: Mon, 30 Aug 2021 09:32:12 +0800 Subject: [PATCH] rdma-core: upgrade 35.0 -> 36.0 Changes: d7a9dde Merge pull request from yishaih/mlx5_misc 3133cf5 Merge pull request from yishaih/mlx5_dr 47c0f43 tests: Add raw wqe test 5af61e8 pyverbs: Added mlx5dv_wr_raw_wqe wrapper b0e2dca pyverbs: Add mlx5_wqe_ctrl_seg, mlx5_wqe_data_seg wrapper 8ff1c5c mlx5: Introduce mlx5dv_wr_raw_wqe builder 2d15a14 Merge pull request from yishaih/mlx5_cq 0c40d53 mlx5: Avoid translation from free running to real time 95d660b Update kernel headers a66e2a5 Merge pull request from rpearsonhpe/mw Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj --- .../rdma-core/{rdma-core_35.0.bb => rdma-core_36.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-support/rdma-core/{rdma-core_35.0.bb => rdma-core_36.0.bb} (95%) diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb similarity index 95% rename from meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb rename to meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb index dcdfb5bd40..097144d356 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_35.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_36.0.bb @@ -6,7 +6,7 @@ DEPENDS = "libnl" RDEPENDS:${PN} = "bash perl" SRC_URI = "git://github.com/linux-rdma/rdma-core.git" -SRCREV = "e29a698e99028e9a092bb00c03ee4bfa31ae0cf3" +SRCREV = "d7a9dde2b164a1563c7a51e4ade8ea3b6cdea9ef" S = "${WORKDIR}/git" #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md