Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Ben Hutchings and committed by
David S. Miller
4e081e0c 4062bd25

+2 -2
+2 -2
Documentation/networking/pktgen.txt
··· 3 3 HOWTO for the linux packet generator 4 4 ------------------------------------ 5 5 6 - Enable CONFIG_NET_PKTGEN to compile and build pktgen.o either in-kernel 7 - or as a module. A module is preferred; insmod pktgen if needed. Once 6 + Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel 7 + or as a module. A module is preferred; modprobe pktgen if needed. Once 8 8 running, pktgen creates a thread for each CPU with affinity to that CPU. 9 9 Monitoring and controlling is done via /proc. It is easiest to select a 10 10 suitable sample script and configure that.