Skip to content

Commit be500a4

Browse files
committed
set default rdma-core for distros with old rdma-core packages to force source build
1 parent 09f2b2e commit be500a4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lisa/microsoft/testsuites/dpdk/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ class TestpmdForwardMode(str, Enum):
508508

509509
_dpdk_default_source_dict = {
510510
"Ubuntu": {
511-
"20.4.0": "v24.11",
511+
"20.4.0": "v25.11",
512512
"22.4.0": "v24.11",
513513
"24.4.0": "v24.11",
514514
"25.4.0": "v25.11",

lisa/microsoft/testsuites/dpdk/dpdkutil.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ def initialize_node_resources(
514514
)
515515
except UnsupportedDistroException as err:
516516
raise SkippedException(err)
517-
rdma_source = variables.get("rdma_source", "")
517+
rdma_source = variables.get("rdma_source", RDMA_CORE_MANA_DEFAULT_SOURCE)
518518
rdma_branch = variables.get("rdma_branch", "")
519519
force_net_failsafe_pmd = variables.get("dpdk_force_net_failsafe_pmd", False)
520520
log.info(

0 commit comments

Comments
 (0)