We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c490ea commit 5515a8dCopy full SHA for 5515a8d
demo/crypto-perf/Dockerfile
@@ -8,8 +8,8 @@ RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
8
RUN apt-get update && apt-get install -y --no-install-recommends wget build-essential meson ninja-build python3-pyelftools libnuma-dev python3-pip libssl-dev pkg-config dpkg-dev
9
10
# Download & unpack DPDK tarball
11
-ARG DPDK_TARBALL=dpdk-22.11.tar.xz
12
-ARG DPDK_TARBALL_SHA256="8eefcc69afa87dccaf8d730d805ded70fb8b64905295d6396977c1322e59eadb"
+ARG DPDK_TARBALL=dpdk-23.07-rc4.tar.xz
+ARG DPDK_TARBALL_SHA256="f16e25a8b1eeb7335fbd265a6d4f9cce512709436efc80f6422ee9cfdf2f32b9"
13
14
ARG SOVERSION=23
15
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
0 commit comments