Skip to content

Commit

Permalink
Enable HTTPServer only on demand
Browse files Browse the repository at this point in the history
This is rarely used
  • Loading branch information
tbarbette committed Jul 1, 2024
1 parent 05bf274 commit c6431e6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/fastclick-replay-single-mt-timing.npf
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ DODUMP?=0
NRECORD=EXPAND( $(( int($LIMIT / $SAMPLE * $PKTGEN_REPLAY_COUNT * 2) )) )
BROADCAST_IGNORE= -> c :: Classifier(0/$mac,-) //Ignore broadcasts
GEN_RX_THREADS?=EXPAND($GEN_THREADS)
http:GEN_HTTP_SERVER?=1

%promisc:late_variables
BROADCAST_IGNORE= -> c :: Classifier(-, 0/ffffffffffff)
Expand Down Expand Up @@ -91,7 +92,7 @@ define($quick true)
define($txverbose 99)
define($rxverbose 99)

HTTPServer
$(( "HTTPServer" if $GEN_HTTP_SERVER else "" ))

fdIN :: FromDump($trace, STOP false, TIMING false, START_AFTER $STARTAFTER)
tdIN :: ToDPDKDevice($port, BLOCKING $GEN_BLOCKING, BURST $bout, VERBOSE $txverbose, IQUEUE $bout, NDESC $GEN_DESC)
Expand Down

0 comments on commit c6431e6

Please sign in to comment.