aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDave Wallace <dwallacelf@gmail.com>2023-05-09 20:42:17 -0400
committerDave Wallace <dwallacelf@gmail.com>2023-05-09 20:42:17 -0400
commit0e8ec6468bf77c699210216a4952cd27e1b45166 (patch)
tree0ed52bcfc0e39ccbac0f9093c8cad92821f827c2 /build
parentdf6a00f5818a44852ea0db25108f98ee8923f442 (diff)
rdma: bump version to 45.0
- Update rdma-core library to 45.0 to work with DPDK 23.03 Type: feature Change-Id: I6bd54c509b93de905e1b0194dce414e4a6e11990 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
Diffstat (limited to 'build')
-rw-r--r--build/external/mlx_rdma_dpdk_matrix.txt1
-rw-r--r--build/external/packages/rdma-core.mk13
2 files changed, 13 insertions, 1 deletions
diff --git a/build/external/mlx_rdma_dpdk_matrix.txt b/build/external/mlx_rdma_dpdk_matrix.txt
index 0b5c1a18723..75f57cb6dc7 100644
--- a/build/external/mlx_rdma_dpdk_matrix.txt
+++ b/build/external/mlx_rdma_dpdk_matrix.txt
@@ -1,2 +1,3 @@
rdma=41.0 dpdk=22.07
rdma=43.0 dpdk=22.11.1
+rdma=45.0 dpdk=23.03
diff --git a/build/external/packages/rdma-core.mk b/build/external/packages/rdma-core.mk
index 5dfb785af62..f32eba84ec0 100644
--- a/build/external/packages/rdma-core.mk
+++ b/build/external/packages/rdma-core.mk
@@ -13,11 +13,22 @@
RDMA_CORE_DEBUG?=n
-rdma-core_version := 43.0
+# NOTE: When updating the rdma-core version in conjunction with an update of the
+# dpdk version, please update ../mlx_rdma_dpdk_matrix.txt to include the
+# updated version matrix with the dpdk and rdma-core version.
+#
+# Also, please verify that the DPDK RDMA driver is built into the dpdk plugin
+# as follows:
+# 1. from workspace root directory, 'make -C build/external build-deb'
+# 2. Verify that the file build/external/dpdk_mlx_default.sh was generated
+# and contains 'DPDK_MLX_DEFAULT=y'
+#
+rdma-core_version := 45.0
rdma-core_tarball := rdma-core-$(rdma-core_version).tar.gz
rdma-core_tarball_md5sum_39.1 := 63ba4632fd01173a2331e5b990373330
rdma-core_tarball_md5sum_41.0 := 2250389cb61a7130133e6411fdeef2f9
rdma-core_tarball_md5sum_43.0 := 3785fd2b35cd41043ab53226fc112d41
+rdma-core_tarball_md5sum_45.0 := 2b170e6d2ad66fb688580520a16d1ad5
rdma-core_tarball_md5sum := $(rdma-core_tarball_md5sum_$(rdma-core_version))
rdma-core_tarball_strip_dirs := 1
rdma-core_url := http://github.com/linux-rdma/rdma-core/releases/download/v$(rdma-core_version)/$(rdma-core_tarball)