Skip to content

Commit

Permalink
pktgen: Correct documentation of module name and command
Browse files Browse the repository at this point in the history
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: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Ben Hutchings authored and David S. Miller committed Feb 24, 2015
1 parent 4062bd2 commit 4e081e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/networking/pktgen.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4e081e0

Please sign in to comment.