X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=build%2Fexternal%2Fpackages%2Frdma-core.mk;h=c163284b833a6c0e7e6e02b5738cb3cc492796e0;hb=61ab0947219c93590f6ec1198da93fe339ba70ca;hp=86b42695e63c6b03fae0bb3de44b13c6354ddd12;hpb=45e4e9444d961351178ee108b20525a9c929902d;p=vpp.git diff --git a/build/external/packages/rdma-core.mk b/build/external/packages/rdma-core.mk index 86b42695e63..c163284b833 100644 --- a/build/external/packages/rdma-core.mk +++ b/build/external/packages/rdma-core.mk @@ -13,10 +13,21 @@ RDMA_CORE_DEBUG?=n -rdma-core_version := 41.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 := 46.1 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_46.1 := 3ac7c00717ea2720df5d90f8a43ae33a 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)