File tree Expand file tree Collapse file tree 4 files changed +10
-64
lines changed Expand file tree Collapse file tree 4 files changed +10
-64
lines changed Original file line number Diff line number Diff line change @@ -35,19 +35,15 @@ RUN cd idxd-config-accel-config-v$ACCEL_CONFIG_VERSION && \
35
35
./configure -q --libdir=/usr/lib64 --enable-test=yes --disable-docs && \
36
36
make install
37
37
38
- COPY dml.patch /
39
- RUN cd / && git clone --recurse-submodules --branch v0.1.9-beta --depth 1 https://github.com/intel/DML.git && \
38
+ RUN cd / && git clone --recurse-submodules --branch v1.1.0 --depth 1 https://github.com/intel/DML.git && \
40
39
mkdir DML/build && cd DML/build && \
41
- patch -d .. -p1 < /dml.patch && \
42
40
cmake .. && \
43
41
make install && \
44
42
mv -v /usr/local/bin/tests /usr/local/bin/dml_tests && \
45
- mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt && \
46
- mv -v /usr/local/bin/job_api_samples /usr/local/bin/dml_job_api_samples
43
+ mv -v /usr/local/bin/tests_mt /usr/local/bin/dml_tests_mt
47
44
48
- RUN cd / && git clone --recursive --depth 1 --branch v1.0 .0 https://github.com/intel/qpl.git && \
45
+ RUN cd / && git clone --recursive --depth 1 --branch v1.2 .0 https://github.com/intel/qpl.git && \
49
46
mkdir qpl/build && cd qpl/build && \
50
- sed -i '10i #include <stdexcept>' ../tools/benchmarks/include/types.hpp && \
51
47
cmake -DLOG_HW_INIT=ON .. && \
52
48
make install
53
49
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ RUN echo "deb-src http://deb.debian.org/debian unstable main" >> \
8
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
9
10
10
# Download & unpack DPDK tarball
11
- ARG DPDK_TARBALL=dpdk-22.11 .tar.xz
12
- ARG DPDK_TARBALL_SHA256="8eefcc69afa87dccaf8d730d805ded70fb8b64905295d6396977c1322e59eadb "
11
+ ARG DPDK_TARBALL=dpdk-23.07-rc4 .tar.xz
12
+ ARG DPDK_TARBALL_SHA256="f16e25a8b1eeb7335fbd265a6d4f9cce512709436efc80f6422ee9cfdf2f32b9 "
13
13
14
14
ARG SOVERSION=23
15
15
RUN wget -q https://git.dpdk.org/dpdk/snapshot/$DPDK_TARBALL \
Original file line number Diff line number Diff line change 1
1
FROM ubuntu:22.04 as builder
2
2
3
3
ARG QATLIB_VERSION="23.02.0"
4
- ARG QAT_ENGINE_VERSION="v1.1 .0"
4
+ ARG QAT_ENGINE_VERSION="v1.2 .0"
5
5
ARG ASYNC_NGINX_VERSION="v0.5.0"
6
- ARG IPSEC_MB_VERSION="v1.3 "
7
- ARG IPP_CRYPTO_VERSION="ippcp_2021.7.1 "
6
+ ARG IPSEC_MB_VERSION="v1.4 "
7
+ ARG IPP_CRYPTO_VERSION="ippcp_2021.8 "
8
8
9
9
RUN apt update && \
10
10
env DEBIAN_FRONTEND=noninteractive apt install -y \
@@ -48,6 +48,7 @@ RUN cd /intel-ipsec-mb && \
48
48
make && make install LIB_INSTALL_DIR=/usr/lib64
49
49
50
50
RUN cd /QAT_Engine && \
51
+ sed -i -e 's/GCM_IV_DATA_LEN/IMB_GCM_IV_DATA_LEN/g' qat_evp.c && \
51
52
./autogen.sh && \
52
53
./configure \
53
54
--enable-qat_sw && \
@@ -74,7 +75,7 @@ COPY --from=builder /usr/bin/*_sample* /usr/bin/
74
75
COPY --from=builder /usr/lib/libqat.so.3.0.3 /usr/lib/
75
76
COPY --from=builder /usr/lib/libusdm.so.0.1.0 /usr/lib/
76
77
COPY --from=builder /usr/lib64/libIPSec_MB.so.1 /usr/lib/x86_64-linux-gnu/
77
- COPY --from=builder /usr/local/lib/libcrypto_mb.so.11.6 /usr/lib/x86_64-linux-gnu/
78
+ COPY --from=builder /usr/local/lib/libcrypto_mb.so.11.8 /usr/lib/x86_64-linux-gnu/
78
79
COPY --from=builder /usr/lib/x86_64-linux-gnu/engines-3/qatengine.so /usr/lib/x86_64-linux-gnu/engines-3/qatengine.so
79
80
COPY --from=builder /var/www/ /var/www/
80
81
COPY --from=builder /usr/lib64/nginx/* /usr/lib64/nginx/
You can’t perform that action at this time.
0 commit comments