Skip to content

Commit

Permalink
ci: disable iova as pa on cnxk platforms
Browse files Browse the repository at this point in the history
disable iova_as_pa on cnxk platforms

Signed-off-by: Kommula Shiva Shankar <kshankar@marvell.com>
Change-Id: I7ce20cdcc5493addf8c496f8476cd79f79744e8f
Reviewed-on: https://sj1git1.cavium.com/c/IP/SW/dataplane/dpu-offload/+/143589
Reviewed-by: Shijith Thotton <sthotton@marvell.com>
Reviewed-by: Jerin Jacob <jerinj@marvell.com>
Tested-by: sa_ip-toolkits-Jenkins <sa_ip-toolkits-jenkins@marvell.com>
  • Loading branch information
ShivaShankarKommula authored and jerinjacobk committed Jan 21, 2025
1 parent ffe5b1b commit e155554
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build/build-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function build_dpdk() {

cd $DPDK_DIR
meson $BUILD_DPDK_DIR-$plat --prefix $EP_DEPS_INSTALL_DIR $DPDK_CROSS_FILE \
--default-library=static
--default-library=static -Denable_iova_as_pa=false

ninja -C $BUILD_DPDK_DIR-$plat -j $MAKE_J $verbose
ninja -C $BUILD_DPDK_DIR-$plat -j $MAKE_J $verbose install
Expand Down

0 comments on commit e155554

Please sign in to comment.