Re: [PATCH v2 iproute2-next 1/2] tc: support the netem seed parameter for loss and corruption events
From: Petr Machata <petrm@nvidia.com>
Date: 2023-08-29 10:40:10
From: Petr Machata <petrm@nvidia.com>
Date: 2023-08-29 10:40:10
Took me a while to fight my way through all the unreads to this, and it's already merged, but... francois.michel@uclouvain.be writes:
diff --git a/tc/q_netem.c b/tc/q_netem.c index 8ace2b61..febddd49 100644 --- a/tc/q_netem.c +++ b/tc/q_netem.c@@ -31,6 +31,7 @@ static void explain(void) " [ loss random PERCENT [CORRELATION]]\n" " [ loss state P13 [P31 [P32 [P23 P14]]]\n" " [ loss gemodel PERCENT [R [1-H [1-K]]]\n" + " [ seed SEED \n]"
The newline seems misplaced.
" [ ecn ]\n" " [ reorder PERCENT [CORRELATION] [ gap DISTANCE ]]\n" " [ rate RATE [PACKETOVERHEAD] [CELLSIZE] [CELLOVERHEAD]]\n"