Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e081e0c authored by Ben Hutchings's avatar Ben Hutchings Committed by David S. Miller
Browse files

pktgen: Correct documentation of module name and command



Drop the '.o' suffix so this text properly covers both the
built-in and modular cases.

'insmod pktgen' obviously won't work; the command should be modprobe.

Signed-off-by: default avatarBen Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4062bd25
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,8 +3,8 @@
                  HOWTO for the linux packet generator 
                  ------------------------------------

Enable CONFIG_NET_PKTGEN to compile and build pktgen.o either in-kernel
or as a module.  A module is preferred; insmod pktgen if needed.  Once
Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel
or as a module.  A module is preferred; modprobe pktgen if needed.  Once
running, pktgen creates a thread for each CPU with affinity to that CPU.
Monitoring and controlling is done via /proc.  It is easiest to select a
suitable sample script and configure that.