Searched refs:pktgen (Results 1 – 16 of 16) sorted by relevance
6 Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel7 or as a module. A module is preferred; modprobe pktgen if needed. Once8 running, pktgen creates a thread for each CPU with affinity to that CPU.19 For monitoring and control pktgen creates:20 /proc/net/pktgen/pgctrl21 /proc/net/pktgen/kpktgend_X22 /proc/net/pktgen/ethX28 The default NIC settings are (likely) not tuned for pktgen's artificial34 A larger TX ring can improve pktgen's performance, while it can hurt56 Which is controlled through procfile /proc/net/pktgen/kpktgend_X.[all …]
984 fashion as pktgen does, you might set the following option after socket
1 Sample and benchmark scripts for pktgen (packet generator)3 This directory contains some pktgen sample and benchmark scripts, that6 General doc is located in kernel: Documentation/networking/pktgen.txt38 configuring the different components of pktgen: pg_ctrl(), pg_thread()42 * pg_ctrl() control "pgctrl" (/proc/net/pktgen/pgctrl)
118 if [ ! -d /proc/net/pktgen ]; then120 modprobe pktgen
85 cat /proc/net/pktgen/$DEV
99 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
79 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
89 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
83 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
96 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
107 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
27 export PROC_DIR=/proc/net/pktgen
4 function pktgen { function5 ../pktgen/pktgen_bench_xmit_mode_netif_receive.sh -i $IFC -s 64 \24 pktgen
20 obj-$(CONFIG_NET_PKTGEN) += pktgen.o
343 at <file:Documentation/networking/pktgen.txt>.346 module will be called pktgen.