diff options
-rw-r--r-- | Documentation/networking/pktgen.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/networking/pktgen.txt b/Documentation/networking/pktgen.txt index 24c6dc100e02..0344f1d45b37 100644 --- a/Documentation/networking/pktgen.txt +++ b/Documentation/networking/pktgen.txt | |||
@@ -3,8 +3,8 @@ | |||
3 | HOWTO for the linux packet generator | 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 | 6 | Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel |
7 | or as a module. A module is preferred; insmod pktgen if needed. Once | 7 | or as a module. A module is preferred; modprobe pktgen if needed. Once |
8 | running, pktgen creates a thread for each CPU with affinity to that CPU. | 8 | running, pktgen creates a thread for each CPU with affinity to that CPU. |
9 | Monitoring and controlling is done via /proc. It is easiest to select a | 9 | Monitoring and controlling is done via /proc. It is easiest to select a |
10 | suitable sample script and configure that. | 10 | suitable sample script and configure that. |