Home
last modified time | relevance | path

Searched refs:pg_thread (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/samples/pktgen/
Dpktgen_sample01_simple.sh39 pg_thread $thread "rem_device_all"
40 pg_thread $thread "add_device" $DEV
Dpktgen_bench_xmit_mode_queue_xmit.sh41 pg_thread $thread "rem_device_all"
42 pg_thread $thread "add_device" $dev
Dpktgen_bench_xmit_mode_netif_receive.sh58 pg_thread $thread "rem_device_all"
59 pg_thread $thread "add_device" $dev
Dpktgen_sample02_multiqueue.sh43 pg_thread $thread "rem_device_all"
44 pg_thread $thread "add_device" $dev
Dpktgen_sample03_burst_single_flow.sh48 pg_thread $thread "rem_device_all"
49 pg_thread $thread "add_device" $dev
Dpktgen_sample05_flow_per_thread.sh38 pg_thread $thread "rem_device_all"
39 pg_thread $thread "add_device" $dev
Dpktgen_sample04_many_flows.sh44 pg_thread $thread "rem_device_all"
45 pg_thread $thread "add_device" $dev
Dpktgen_sample06_numa_awared_queue_irq_affinity.sh54 pg_thread $thread "rem_device_all"
55 pg_thread $thread "add_device" $dev
DREADME.rst37 configuring the different components of pktgen: pg_ctrl(), pg_thread()
42 * pg_thread() control the kernel threads and binding to devices
Dfunctions.sh42 function pg_thread() { function
/Linux-v4.19/net/core/
Dpktgen.c268 struct pktgen_thread *pg_thread;/* the owner */ member
3568 if (pkt_dev->pg_thread) { in add_dev_to_thread()
3575 pkt_dev->pg_thread = t; in add_dev_to_thread()