Skip to content

Commit

Permalink
update rdma-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgov committed Jun 4, 2024
1 parent 8c1bf3c commit 57b2f5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions microsoft/testsuites/dpdk/dpdktestpmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -565,13 +565,13 @@ def _install_upstream_rdma_core_for_mana(self) -> None:
tar_path = wget.get(
url=(
"https://github.com/linux-rdma/rdma-core/"
"releases/download/v46.0/rdma-core-46.0.tar.gz"
"releases/download/v49.1/rdma-core-49.1.tar.gz"
),
file_path=str(node.working_path),
)

tar.extract(tar_path, dest_dir=str(node.working_path), gzip=True, sudo=True)
source_path = node.working_path.joinpath("rdma-core-46.0")
source_path = node.working_path.joinpath("rdma-core-49.1")
node.execute(
"cmake -DIN_PLACE=0 -DNO_MAN_PAGES=1 -DCMAKE_INSTALL_PREFIX=/usr",
shell=True,
Expand Down

0 comments on commit 57b2f5e

Please sign in to comment.