Home
last modified time | relevance | path

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

/linux/Documentation/networking/
A Dpktgen.rst7 Enable CONFIG_NET_PKTGEN to compile and build pktgen either in-kernel
8 or as a module. A module is preferred; modprobe pktgen if needed. Once
20 For monitoring and control pktgen creates::
22 /proc/net/pktgen/pgctrl
23 /proc/net/pktgen/kpktgend_X
24 /proc/net/pktgen/ethX
60 Which is controlled through procfile /proc/net/pktgen/kpktgend_X.
62 Example: /proc/net/pktgen/kpktgend_0::
93 /proc/net/pktgen/eth4@0
124 export PGDEV=/proc/net/pktgen/eth4@0
[all …]
A Dindex.rst88 pktgen
A Dpacket_mmap.rst1008 fashion as pktgen does, you might set the following option after socket
/linux/samples/pktgen/
A 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.rst
44 source ./samples/pktgen/functions.sh
56 configuring the different components of pktgen: pg_ctrl(), pg_thread()
60 * pg_ctrl() control "pgctrl" (/proc/net/pktgen/pgctrl)
A Dparameters.sh136 if [ ! -d /proc/net/pktgen ]; then
138 modprobe pktgen
A Dpktgen_bench_xmit_mode_netif_receive.sh98 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dpktgen_bench_xmit_mode_queue_xmit.sh78 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dpktgen_sample01_simple.sh86 cat /proc/net/pktgen/$DEV
A Dpktgen_sample02_multiqueue.sh92 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dpktgen_sample03_burst_single_flow.sh93 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dpktgen_sample05_flow_per_thread.sh89 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dpktgen_sample04_many_flows.sh105 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh110 cat /proc/net/pktgen/$dev | grep -A2 "Result:"
A Dfunctions.sh29 export PROC_DIR=/proc/net/pktgen
/linux/samples/bpf/
A Dtest_cls_bpf.sh4 function pktgen { function
5 ../pktgen/pktgen_bench_xmit_mode_netif_receive.sh -i $IFC -s 64 \
24 pktgen
/linux/net/core/
A DMakefile19 obj-$(CONFIG_NET_PKTGEN) += pktgen.o
/linux/net/
A DKconfig340 at <file:Documentation/networking/pktgen.rst>.
343 module will be called pktgen.

Completed in 22 milliseconds