Skip to content

Commit b2522f0

Browse files
committed
crypto-perf: update dpdk version to 24.03
Signed-off-by: Tuomas Katila <[email protected]>
1 parent eb2e58b commit b2522f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/crypto-perf/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
88
RUN apt-get update && apt-get install -y --no-install-recommends wget build-essential meson ninja-build python3-pyelftools libnuma-dev python3-pip pkg-config dpkg-dev libipsec-mb-dev
99

1010
# Download & unpack DPDK tarball
11-
ARG DPDK_TARBALL=dpdk-23.11.tar.xz
12-
ARG DPDK_TARBALL_SHA256="64fa58fdfc9e9510e8e414e3bedd165bd3d4ca465a231b280323f83cd53fd865"
11+
ARG DPDK_TARBALL=dpdk-24.03.tar.xz
12+
ARG DPDK_TARBALL_SHA256="33ed973b3945af4f5923096ddca250b401dc80be3b5c6393b4e4fe43a1a6c2ad"
1313

1414
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
1515
&& echo "$DPDK_TARBALL_SHA256 $DPDK_TARBALL" | sha256sum -c - \

0 commit comments

Comments
 (0)