Skip to content

Commit

Permalink
Add -Dplatform=generic argument to Meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
ramperher committed Feb 14, 2024
1 parent 4e120be commit 6446f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testpmd-container-app/cnfapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN wget http://fast.dpdk.org/rel/dpdk-${DPDK_VER}.tar.xz -P /usr/src && \

# Build it with support for mlx5 driver
RUN cd ${DPDK_DIR} && \
meson setup -Dc_args='-DRTE_LIBRTE_MLX5_DEBUG' -Dexamples=all build && \
meson setup -Dc_args='-DRTE_LIBRTE_MLX5_DEBUG' -Dexamples=all -Dplatform=generic build && \
cd build && \
ninja && \
meson install && \
Expand Down

0 comments on commit 6446f76

Please sign in to comment.