Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/pktgen/
H A Dpktgen_sample01_simple.sh47 pg_thread $thread "rem_device_all"
48 pg_thread $thread "add_device" $DEV
H A Dpktgen_bench_xmit_mode_queue_xmit.sh49 pg_thread $thread "rem_device_all"
50 pg_thread $thread "add_device" $dev
H A Dpktgen_bench_xmit_mode_netif_receive.sh66 pg_thread $thread "rem_device_all"
67 pg_thread $thread "add_device" $dev
H A Dpktgen_sample02_multiqueue.sh51 pg_thread $thread "rem_device_all"
52 pg_thread $thread "add_device" $dev
H A Dpktgen_sample05_flow_per_thread.sh47 pg_thread $thread "rem_device_all"
48 pg_thread $thread "add_device" $dev
H A Dpktgen_sample03_burst_single_flow.sh56 pg_thread $thread "rem_device_all"
57 pg_thread $thread "add_device" $dev
H A Dpktgen_sample04_many_flows.sh57 pg_thread $thread "rem_device_all"
58 pg_thread $thread "add_device" $dev
H A Dpktgen_sample06_numa_awared_queue_irq_affinity.sh62 pg_thread $thread "rem_device_all"
63 pg_thread $thread "add_device" $dev
H A DREADME.rst38 configuring the different components of pktgen: pg_ctrl(), pg_thread()
43 * pg_thread() control the kernel threads and binding to devices
H A Dfunctions.sh44 function pg_thread() { function
/OK3568_Linux_fs/kernel/net/core/
H A Dpktgen.c262 struct pktgen_thread *pg_thread;/* the owner */ member
3572 if (pkt_dev->pg_thread) { in add_dev_to_thread()
3579 pkt_dev->pg_thread = t; in add_dev_to_thread()