Skip to content

Commit 50617a0

Browse files
authored
Merge pull request #1637 from mythi/PR-2023-064
doc+test image updates
2 parents ffb59f5 + b1041e9 commit 50617a0

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

INSTALL.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,7 @@ NOTE: cert-manager install takes a while to complete.
4444

4545
```bash
4646
helm install nfd nfd/node-feature-discovery \
47-
--namespace node-feature-discovery --create-namespace --version 0.12.1 \
48-
--set 'master.extraLabelNs={gpu.intel.com,sgx.intel.com}' \
49-
--set 'master.resourceLabels={gpu.intel.com/millicores,gpu.intel.com/memory.max,gpu.intel.com/tiles,sgx.intel.com/epc}'
47+
--namespace node-feature-discovery --create-namespace --version 0.14.3
5048
```
5149

5250
### Installing operator
@@ -129,4 +127,4 @@ helm uninstall -n inteldeviceplugins-system <PLUGIN>
129127
helm uninstall -n inteldeviceplugins-system dp-operator
130128
helm uninstall -n node-feature-discovery nfd
131129
helm uninstall -n cert-manager cert-manager
132-
```
130+
```

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-rc3.tar.xz
12-
ARG DPDK_TARBALL_SHA256="cacd8b6d796f9983479f8c5989830cb86705922f8d6a813d83ecb82034088993"
11+
ARG DPDK_TARBALL=dpdk-23.11.tar.xz
12+
ARG DPDK_TARBALL_SHA256="64fa58fdfc9e9510e8e414e3bedd165bd3d4ca465a231b280323f83cd53fd865"
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)