Skip to content

Commit

Permalink
ci: debug system-dpdk
Browse files Browse the repository at this point in the history
Signed-off-by: David Marchand <[email protected]>
  • Loading branch information
david-marchand committed Jun 6, 2024
1 parent ac4df0c commit 8633ff2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .ci/linux-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ function install_dpdk()
# Update the library paths.
sudo ldconfig
echo "Found cached DPDK $(cat ${VERSION_FILE}) build in $DPDK_INSTALL_DIR"

tree $(pwd)/dpdk-dir/build/bin
echo quit | dpdk-testpmd --vdev net_null0 -- -i || true
}

function configure_ovs()
Expand Down

0 comments on commit 8633ff2

Please sign in to comment.