Searched refs:pktgen (Results 1 – 17 of 17) sorted by relevance
7 Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel8 or as a module. A module is preferred; modprobe pktgen if needed. Once9 running, pktgen creates a thread for each CPU with affinity to that CPU.20 For monitoring and control pktgen creates::22 /proc/net/pktgen/pgctrl23 /proc/net/pktgen/kpktgend_X24 /proc/net/pktgen/ethX30 The default NIC settings are (likely) not tuned for pktgen's artificial37 A larger TX ring can improve pktgen's performance, while it can hurt60 Which is controlled through procfile /proc/net/pktgen/kpktgend_X.[all …]
89 pktgen
1008 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.rst44 source ./samples/pktgen/functions.sh56 configuring the different components of pktgen: pg_ctrl(), pg_thread()60 * pg_ctrl() control "pgctrl" (/proc/net/pktgen/pgctrl)
136 if [ ! -d /proc/net/pktgen ]; then138 modprobe pktgen
98 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
78 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
86 cat /proc/net/pktgen/$DEV
89 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
93 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
92 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
105 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
110 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
29 export PROC_DIR=/proc/net/pktgen
4 function pktgen { function5 ../pktgen/pktgen_bench_xmit_mode_netif_receive.sh -i $IFC -s 64 \24 pktgen
21 obj-$(CONFIG_NET_PKTGEN) += pktgen.o
340 at <file:Documentation/networking/pktgen.rst>.343 module will be called pktgen.