Skip to content

Commit

Permalink
Play script: no default threshold
Browse files Browse the repository at this point in the history
Also sync a bit the replay and play script
  • Loading branch information
tbarbette committed Aug 23, 2024
1 parent a273279 commit 103f146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fastclick-play-single-mt.npf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ CLIENT_NIC=0
RCV_NIC=0
LIMIT=50000000
LIMIT_TIME=10
GEN_THRESHOLD=1000
GEN_THRESHOLD=0
GEN_THREADS=4
GEN_RX_THREADS=4
GEN_PIPELINE=1
Expand Down
1 change: 1 addition & 0 deletions modules/fastclick-replay-single-mt.npf
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ cpulist=$(lscpu | grep "NUMA node${SOCKET}" | rev | cut -d ' ' -f 1 | rev)
//cpulist=0-15 //Bug to be fixed
echo "Launching generator with $cpulist CPU cores..."
$GDB click --dpdk -l $cpulist -- PKTGEN_CONFIG
echo "EVENT TX_FINISHED"

%file PKTGEN_CONFIG
d :: DPDKInfo(NB_SOCKET_MBUF $NBBUF, NB_SOCKET_MBUF 8192)
Expand Down

0 comments on commit 103f146

Please sign in to comment.