Home
last modified time | relevance | path

Searched refs:pktgen (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.4/Documentation/networking/
Dpktgen.txt6 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 running, pktgen creates a thread for each CPU with affinity to that CPU.
19 For monitoring and control pktgen creates:
20 /proc/net/pktgen/pgctrl
21 /proc/net/pktgen/kpktgend_X
22 /proc/net/pktgen/ethX
28 The default NIC settings are (likely) not tuned for pktgen's artificial
34 A larger TX ring can improve pktgen's performance, while it can hurt
56 Which is controlled through procfile /proc/net/pktgen/kpktgend_X.
[all …]
Dpacket_mmap.txt984 fashion as pktgen does, you might set the following option after socket
/Linux-v5.4/samples/pktgen/
DREADME.rst1 Sample and benchmark scripts for pktgen (packet generator)
3 This directory contains some pktgen sample and benchmark scripts, that
6 General doc is located in kernel: Documentation/networking/pktgen.txt
38 configuring the different components of pktgen: pg_ctrl(), pg_thread()
42 * pg_ctrl() control "pgctrl" (/proc/net/pktgen/pgctrl)
Dparameters.sh118 if [ ! -d /proc/net/pktgen ]; then
120 modprobe pktgen
Dpktgen_sample01_simple.sh85 cat /proc/net/pktgen/$DEV
Dpktgen_bench_xmit_mode_netif_receive.sh99 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_bench_xmit_mode_queue_xmit.sh79 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample03_burst_single_flow.sh89 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample05_flow_per_thread.sh83 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample02_multiqueue.sh89 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample04_many_flows.sh96 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh107 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
Dfunctions.sh27 export PROC_DIR=/proc/net/pktgen
/Linux-v5.4/samples/bpf/
Dtest_cls_bpf.sh4 function pktgen { function
5 ../pktgen/pktgen_bench_xmit_mode_netif_receive.sh -i $IFC -s 64 \
24 pktgen
/Linux-v5.4/net/core/
DMakefile20 obj-$(CONFIG_NET_PKTGEN) += pktgen.o
/Linux-v5.4/net/
DKconfig343 at <file:Documentation/networking/pktgen.txt>.
346 module will be called pktgen.