Skip to content

Commit 4745b0e

Browse files
committed
chore: bump to new dpdk-sys
This pulls in changes needed for rdma-core 59.0 and dpdk 25.07. Signed-off-by: Daniel Noland <daniel@githedgehog.com>
1 parent 18aad0e commit 4745b0e

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

dpdk-sys/build.rs

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -100,18 +100,18 @@ fn main() {
100100
"efa",
101101
"hns",
102102
"mana",
103-
"bnxt_re-rdmav57",
104-
"cxgb4-rdmav57",
105-
"erdma-rdmav57",
106-
"hfi1verbs-rdmav57",
107-
"ipathverbs-rdmav57",
108-
"irdma-rdmav57",
109-
"mthca-rdmav57",
110-
"ocrdma-rdmav57",
111-
"qedr-rdmav57",
112-
"rxe-rdmav57",
113-
"siw-rdmav57",
114-
"vmw_pvrdma-rdmav57",
103+
"bnxt_re-rdmav59",
104+
"cxgb4-rdmav59",
105+
"erdma-rdmav59",
106+
"hfi1verbs-rdmav59",
107+
"ipathverbs-rdmav59",
108+
"irdma-rdmav59",
109+
"mthca-rdmav59",
110+
"ocrdma-rdmav59",
111+
"qedr-rdmav59",
112+
"rxe-rdmav59",
113+
"siw-rdmav59",
114+
"vmw_pvrdma-rdmav59",
115115
"nl-route-3",
116116
"nl-3",
117117
"numa",

scripts/dpdk-sys.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
DPDK_SYS_BRANCH="main"
2-
DPDK_SYS_COMMIT="04907528f99bc329fa107ea2b1111407f38c64dd"
2+
DPDK_SYS_COMMIT="de71d49ed1f3aeeec05bb56f85e12f6cbc323317"

0 commit comments

Comments
 (0)