diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-06-14 12:35:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-30 13:39:27 -0400 |
| commit | 2dbc8c0c8a02b7e5e833473fe27a0c3b0a98f47e (patch) | |
| tree | b034e846b47dee43f649267ed4898b2dbc611a7f | |
| parent | ee4b6b21133e089fcb62fd82c1b058ff9a4f7227 (diff) | |
| download | meta-openembedded-2dbc8c0c8a02b7e5e833473fe27a0c3b0a98f47e.tar.gz | |
rdma-core: upgrade 40.0 -> 41.0
Changelog:
=========
Merge pull request #1178 from yishaih/mlx5_misc
mlx5: Fix check for SQ overflow in bind_mw
mlx5: DR, Add support for modify IP ECN action for CX7
Merge pull request #1175 from zhijianli88/print-style
Merge pull request #1176 from EdwardSro/pr-extend-wqe-class
Merge pull request #1174 from EdwardSro/pr-pyverbs-read-write
Merge pull request #1170 from Hakon-Bugge/rdma_xserver_xclient
Merge pull request #1166 from EdwardSro/pr-tests-fixes
pyverbs/mr.pyx: Make MR and MW print style identical
pyverbs: Extend segments format of WQE class
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-networking/recipes-support/rdma-core/rdma-core_41.0.bb (renamed from meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb b/meta-networking/recipes-support/rdma-core/rdma-core_41.0.bb index c567e3314b..e5ecc5cd62 100644 --- a/meta-networking/recipes-support/rdma-core/rdma-core_40.0.bb +++ b/meta-networking/recipes-support/rdma-core/rdma-core_41.0.bb | |||
| @@ -6,7 +6,7 @@ DEPENDS = "libnl" | |||
| 6 | RDEPENDS:${PN} = "bash perl" | 6 | RDEPENDS:${PN} = "bash perl" |
| 7 | 7 | ||
| 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https" | 8 | SRC_URI = "git://github.com/linux-rdma/rdma-core.git;branch=master;protocol=https" |
| 9 | SRCREV = "a3e69268892bbd5ab30123748e89a26509a25ac5" | 9 | SRCREV = "467363efbc0fea706752c1ba7a21c313823017e7" |
| 10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
| 11 | 11 | ||
| 12 | #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md | 12 | #Default Dual License https://github.com/linux-rdma/rdma-core/blob/master/COPYING.md |
