Revert "feat(FHI72): Fix lcore count on Arm targets"

This reverts commit 8d78c97513.

Not relevant for DPDK >= 24.
This commit is contained in:
Teodora Vladić
2026-04-22 11:45:53 +02:00
committed by Romain Beurdouche
parent c5e1c4f34f
commit 82f57789a5

View File

@@ -33,7 +33,7 @@ COPY . .
RUN wget --no-verbose http://fast.dpdk.org/rel/dpdk-24.11.4.tar.xz && \
tar -xf dpdk-24.11.4.tar.xz && \
cd dpdk-stable-24.11.4 && \
meson setup -Dmachine=default build && \
meson build && \
ninja -C build && \
ninja install -C build