RE: [EXT] Re: [PATCH v2 net-next 1/2] samples: pktgen: allow to specify delay parameter via new opt
From: Igor Russkikh <hidden> Date: 2021-02-11 21:40:18
quoted
+ echo " -w : (\$DELAY) Tx Delay value (us)"
This is not in "us" it is in "ns" (nanosec). (Like I pointed out last time...)
Ah, sorry lost that. Will fix.
One extra thing I wanted to raise is "set -o errexit" in functions.sh.
It basically contradicts with the usecase I'm using (doing source ./functions.sh).
After that, any error in current shell makes it to quit.
Honestly, for my tests, I do always disable that line.
Igor