Skip to content

Commit

Permalink
Move script to correct place
Browse files Browse the repository at this point in the history
  • Loading branch information
ramperher committed Dec 12, 2024
1 parent 1b3d69a commit e9519f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testpmd-container-app/cnfapp/scripts/testpmd-wrapper
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CMD="${CMD} 2>&1 | tee /var/log/testpmd/app.log"
echo "${CMD}" > $RUN
chmod +x $RUN

RUN_INT="/usr/local/bin/example-cnf/testpmd-interactive"
RUN_INT="/usr/local/bin/example-cnf/run/testpmd-interactive"
CMD_INT="/usr/local/bin/example-cnf/testpmd"
CMD_INT="${CMD_INT} -l $LCORES --in-memory $PCI --socket-mem ${SOCKET_MEM} -n ${MEMORY_CHANNELS} --proc-type auto --file-prefix pg"
CMD_INT="${CMD_INT} --"
Expand Down

0 comments on commit e9519f1

Please sign in to comment.